-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add annotation transfers #3
Comments
Options for building taxonomy: CAS tools from https://cellxgene.cziscience.com/e/d7291f04-fbbb-4d65-990a-f01fa44e915b.cxg/ But also in JSON here: https://portal.brain-map.org/atlases-and-data/rnaseq/mouse-whole-cortex-and-hippocampus-10x @hkir-dev has python that can work with the JSON. Might be additional info in their we can use. Update: JSON has brain regions as well as cell types, so might not look like the others we've processed. Working with this is therefore lower priority. |
Yeah, only the JSON that you linked above. |
@ubyndr or @hkir-dev could you create CAS for this using CAS https://portal.brain-map.org/atlases-and-data/rnaseq/mouse-whole-cortex-and-hippocampus-10x & generate a TDT repo? I think the naming should be based on the taxonomy JSON https://idk-etl-prod-download-bucket.s3.amazonaws.com/aibs_mouse_ctx-hpf_10x/dend.json This can be used to name the CAS and set cell_set_accessions. We could also potentially mine synonyms and refs from it: e.g. {
"label": "CTX-HPF 007",
"cell_set_accession": "CS202106160_7",
"original_label": "7_Lamp5 Lhx6",
"cell_set_designation": "CTX-HPF 007",
"cell_set_alias": "7_Lamp5 Lhx6",
"cell_set_structure": "Cortical plate; Hippocampal formation",
"cell_set_ontology_tag": "none; none",
"cell_set_alias_assignee": "Zizhen Yao",
"cell_set_alias_citation": "https://doi.org/10.1016/j.cell.2021.04.021",
"taxonomy_id": "CCN202106160",
} |
https://static-content.springer.com/esm/art%3A10.1038%2Fs41586-023-06812-z/MediaObjects/41586_2023_6812_MOESM8_ESM.xlsx
Cluster table includes:
e.g.
We need a taxonomy for https://portal.brain-map.org/atlases-and-data/rnaseq/mouse-whole-cortex-and-hippocampus-10x
This corresponds to https://cellxgene.cziscience.com/collections/e3aa612b-0d7d-4d3f-bbea-b8972a74dd4b. We should be able to build a taxonomy directly from the 10x dataset (https://cellxgene.cziscience.com/e/d7291f04-fbbb-4d65-990a-f01fa44e915b.cxg/) using CAS-tools. But we should also check whether an existing AIT taxonomy is available.
@patrick-lloyd-ray -can you check this?
Once this is in place, we can then translate then use the table to generate annotation transfer entries in this taxonomy
TODO: Check paper for annotation transfer method details (not found so far, but may be buried?)
The text was updated successfully, but these errors were encountered: