cytomining / cytomining/CytoDataFrame

Add ability to export record feature data with image arrays

Open
#133 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
13
Forks
2
Avg merge
1d 16h
Merged PRs (30d)
3

Description

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:

```python
from cytodataframe import CytoDataFrame

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

Brought up in discussion with @cmattson

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.