-
Notifications
You must be signed in to change notification settings - Fork 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
NickAkhmetov/Improve vis-lifting logic, add visium support #84
Conversation
The Remaining todos:
The predicted-CLID related tests are inconsistent - the tests passed locally but failed in CI. Revising my approach to simply include |
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.
Will parent
be added to the entity in portal-ui code after vis-lifting?
If there are any image pyramid descendants found for the current entity, |
Gotcha, parent is newly defined in the upcoming portal-ui PR https://github.com/hubmapconsortium/portal-ui/pull/3387/files. |
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.
Awesome Nick! I left comments mostly regarding the dataset initialization and the view linking.
}) | ||
|
||
# Indicate obs type for all views | ||
vc.link_views(spot_views, ['obsType'], ['spot']) |
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.
vc.link_views(spot_views, ['obsType'], ['spot']) | |
vc.link_views(all_views, ['obsType'], ['spot']) |
obs_set_names=self._obs_set_names, | ||
obs_labels_names=self._obs_labels_names, | ||
obs_labels_paths=self._obs_labels_paths, | ||
obs_locations_path="obsm/X_spatial", |
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.
obs_locations_path="obsm/X_spatial", | |
obs_spots_path="obsm/X_spatial", |
This PR:
includes
logic more self-explanatoryis_annotated
in the annotation metadata.