-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Just following up on the conversation from the all-hands meeting!
In an effort to expand our support for ontology-mapped cell types in deepcell-types, we're in the process of trying to expand the existing ontology-mapping to other tissue types etc.
Our general workflow is as follows:
- Scrape the JSON-LD files from asct+b site
- Use the CL lookup tool to find a "parent" for the cell types that makes the most sense in the context of defining a hierarchy for cell-type prediction/labeling.
- Add this info to the ontology-mapping (linked above)
One thing we discussed at the meeting was that the JSON-LD was probably not the appropriate resource for this, as it doesn't capture the "is-a" cell-parent relationships (by design). To be clear, we started with the JSON files only because they're the easiest to work with programmatically in terms of language support, human-readability etc.
So - in the longer term, it'd be great if the full "enriched"1 ontology were also made available in JSON format. This is by no means a blocker nor a critical feature, just something that would make consuming ontology info slight easier for (at least one) downstream users!
Footnotes
-
apologies if I'm using the wrong terminology! ↩