-
Notifications
You must be signed in to change notification settings - Fork 0
Init spatial experiment #1
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Awesome work!
Just remembered, slicing needs to be updated so it also slices the image and spatial coords props. Technically only need to implement this function similar to SingleCellExperiment here |
…ata' and 'img_data'
Recording behavior regarding Constructor
Here's an example
@jkanche How do you think we should handle this? |
I can understand why this might be the case (if the image is huge or someone doesn't care too much about the image itself). So I propose In addition to the current check you already have in the constructor, we Rule (1): check if all
I don't understand the checking for unique number of
Does that make sense? edit 1: If you also agree, lets document this behavior in the constructor and the column data setter methods. |
@jkanche I think the reason why the See #8 |
No description provided.