-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
as we're now allowing for custom metadata entries in ontologies, it would be good to filter out such entries (which are not part of the ontology) via store subsetting.
eg. here:
sfaira/sfaira/estimators/base.py
Line 225 in 5cedf47
| self.data.subset(attr_key="cell_type", excluded_values=[ |
sfaira/sfaira/train/summaries.py
Line 913 in 5cedf47
| store.subset(attr_key="cellontology_class", excluded_values=[ |
sfaira/sfaira/train/summaries.py
Line 1078 in 5cedf47
| store.subset(attr_key="cellontology_class", excluded_values=[ |
sfaira/sfaira/train/summaries.py
Line 1428 in 5cedf47
| store.subset(attr_key="cellontology_class", excluded_values=[ |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request