cytomining / cytomining/CytoDataFrame
Enable the use of arbitrary filepaths or arrays for use in image rendering with CDF instantiation
Open
- Dominant language
- Python
- Stars
- 13
- Forks
- 2
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 3
Description
@MikeLippincott mentioned that sometimes tools in this space have a hard time with customization in terms of how they interrelate profile / metadata with images. We could remedy this with additional flexibility in CDF to manually specify image file or data references.
Example pseudocode (this functionality does not yet exist):
```python
cdf = CytoDataFrame(
data=df, # imagine a 3 row set of profile data without filepaths
raw_images = [array1, array2, array3], # each array would align with the index of the dataframe and render in a new col (similar for filepaths maybe too!)
)
```
Contributor guide
Assessment
This issue has not been assessed yet.