obophenotype / cell-ontology

An ontology of cell types
https://obophenotype.github.io/cell-ontology/
Creative Commons Attribution 4.0 International
144 stars 49 forks source link

Add subset tag for CellxGene usage #2252

Closed dosumis closed 9 months ago

dosumis commented 10 months ago

Investigate whether we can mine CxG Census to find all CL terms in use on CxG. If yes, build GA pipeline to mine CxG for a CL term list + ROBOT pipeline to tage CL terms with subset tag: cellxgene_subset. (If not possible - request functionality from CxG Census?)

@anitacaron - this is very similar to what we already do for HRA. Can you point @hkir-dev to existing pipelines?

anitacaron commented 10 months ago

The pipeline for HRA is in the ccf-validation-tools. It might be better to use the subset pipeline from ODK, the same as the other subsets here, e.g. eye, kidney, etc.

anitacaron commented 10 months ago

Or generate a component from the ROBOT template.

hkir-dev commented 9 months ago

I prepared an experimental project https://github.com/hkir-dev/cellxgene-cell-reporter

A nightly build GitHub action is generating

@anitacaron how can we integrate this to CL?

anitacaron commented 9 months ago

The template file should be in src/templates. ODK will generate the owl file in the src/ontology/components, no need to add it.

Let me know if you need further help.