Skip to content

Add ability to export record feature data with image arrays #133

@d33bs

Description

@d33bs

CytoDataFrames have the ability to find and relate cropped image data with feature data. It'd be helpful to find a way to export this data to a file for use elsewhere. For example, each record / row would include all existing feature data and also new columns for cropped images arrays so they could be used elsewhere.

This might look like:

from cytodataframe import CytoDataFrame

cdf = CytoDataFrame(...)
cdf.to_lance("filename.lance")

Brought up in discussion with @cmattson

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions