-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use ontology id to lookup label #3076
Comments
@hannes-ucsc to come up with a spec. |
The birds-eye view is to download and parse the HCAO ontology and convert a mapping at build time. The index loads the mapping and translates every term ID found in the metadata to the corresponding label. If no label is found in the mapping, the indexer logs a warning and falls back to the label / text in the mapping. Our metadata API needs to be extended to expose |
Converted this to an epic and added first child issue. Will add more child issues as the first child nears completion. There are some TBDs that I can only decide after we get more expertise with RDF, OWL and OBO. |
De-prioritizing given the changed priorities wrt AnVIL. |
The label values for e.g. library_preparation_protocol.library_construction_method (see HumanCellAtlas/dcp2#13) contain slight variations in the text used, which are then visible in the Data Browser. Indexing by looking up the ontology id would eliminate this issue.
The text was updated successfully, but these errors were encountered: