Aggregated information about the Expression Atlas dataset. Get the dataset here.
Based on a curated selection of tissue groupings - organs, and anatomical systems - produce mapping files based on OLS:
UBERON_0000020 sense organ UBERON_0000966 retina
Use metadata from Expression Atlas experiments to find terms without mappings to aid further curation.
quay.io/ebigxa/atlas-metadata-base:1.0.1
git clone https://github.com/gxa/atlas-metadata
conda activate snakemake@6.6.1 # this depends on the name where snakemake env is available
cd atlas-metadata
snakemake --use-conda --conda-frontend mamba \
--profile $CLUSTER_PROFILE \
$CONDA_PREFIX_LINE \
$DRY_RUN_LINE \
--latency-wait 150 \
--keep-going \
--config \
atlas_exps=<path-to-atlas-exps-for-bulk> \
--restart-times $RESTART_TIMES \
-j $NPROC --use-singularity -s
The files to curate are curated/anatomical_systems/ids.tsv and curated/organs/ids.tsv . We strive to not have any unmapped tissues show up in the UI while keeping the lists manageable for the users.
make
to regenerate filesgit diff
to look at consequences of the changegit commit
your changeThe systems we use are children of UBERON_0000467
- "anatomical system" in OLS - that are being trimmed down manually.
Laura suggested the following rules of curating this list:
Children of organ
in UBERON are abstract kinds of organs e.g. cavitated compound organ
.
We have instead chosen concrete and recognisable leaves in the ontology e.g. kidney
.
Gustatory System: For now in Atlas we just have tongue mapped to gustatory system. Tongue is also mapped to digestive system and sensory system. We kept it out but if we have more experiments for gustatory system tissues we shall include it back.