ebi-gene-expression-group / container-galaxy-sc-tertiary

Galaxy container for single cell RNA-Seq tertiary analysis tools
MIT License
16 stars 14 forks source link

Decoupler pathway inference: consider gene symbol field in AnnData #327

Open pcm32 opened 4 months ago

pcm32 commented 4 months ago

Often we provide to these tools AnnData files where the index is the gene_id and the gene symbols are in another field of the var. However, gene set tools will often rely on the gene symbol, so we need to indicate where the gene symbol is in our anndata and make use of this information so that the tool runs against those gene symbols. This is done in decoupler AUCell here:

https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/blob/main/tools/tertiary-analysis/decoupler/decoupler_aucell_score.py#L117