-
Notifications
You must be signed in to change notification settings - Fork 16
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
[Feature] General reader for non-commercial datasets #116
Comments
Hello @lopollar, indeed for now the existing general readers ( I could add some extra parameters to read a transcript file! The only thing that may be hard to generalize concerns reading the coordinate transformation between microns and the pixels. If the coordinate systems are aligned, then we simply require a pixel size, but, else, we need to read a transformation file, which may have various different format / metadata. What is your opinion on this? |
Hi, |
Yes, I have a transformation implementation for MERFISH. I have a project to finish, so I'll work on this afterward (maybe in October), but of course if you want to contribute I would be happy to review a PR meanwhile :) |
Is your feature request related to a problem? Please describe.
I would love to try out Sopa on data not created with one of the main platform providers.
However, there is no reader, or a clear explanation on how to do this at the moment (or I am missing it, which for sure is an option).
Describe the solution you'd like
I would love a general reader, that takes the path to a tiff (like the some reader you have) and a path to the transcript file, in combination with some parameters describing the data (x en y coordinates, gene column, pixel size..)
Describe alternatives you've considered
I now have loaded the data in with SPArrOW, as it is also SpatialData based, but this only natively works in the API, not in the snakemake pipeline.
The text was updated successfully, but these errors were encountered: