Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpaceTx output format for decoded spots #1076

Closed
berl opened this issue Mar 11, 2019 · 2 comments · Fixed by #1087
Closed

SpaceTx output format for decoded spots #1076

berl opened this issue Mar 11, 2019 · 2 comments · Fixed by #1087

Comments

@berl
Copy link
Collaborator

berl commented Mar 11, 2019

The IntensityTable has great features as an internal starfish data structure and the corresponding .netcdf file is the natural representation of that on disk. For users to work on downstream processing such as segmentation based on spots and spatial maps of decoded mRNA counts, we really only need a format that contains the following information for every mRNA spot after decoding:
x,y,z coordinates in physical units
target name
optional: quality score (e.g. from decoding)

I think a delimited text format would work fine for this- let's keep it simple.
This could be written to disk directly from the IntensityTable but I would also appreciate having access to it as a data structure...

@berl
Copy link
Collaborator Author

berl commented Mar 11, 2019

@ambrosejcarr ^^^

@ambrosejcarr
Copy link
Member

does the IntensityTable.to_features_dataframe method satisfy your requirements?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants