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

Set gene_symbol as a index if provided #332

Closed anilthanki closed 1 month ago

anilthanki commented 1 month ago

Description

Often in AnnData files 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 this PR is to indicate where the gene symbol is in anndata and make use of this information so that the tool runs against those gene symbols.

Fixes # (Issue 327)

Type of change

Checklist

pcm32 commented 1 month ago

@anilthanki this looks good, I only wonder whether there is any license issue to redistribute the whole mouse progeny network (or is this a subset?).

pcm32 commented 1 month ago

Ok, apparently this is fine as long as we include the LICENSE file from https://github.com/saezlab/progeny/. Maybe you can add it in the test-data folder as PROGENy_LICENSE?

anilthanki commented 1 month ago

@anilthanki this looks good, I only wonder whether there is any license issue to redistribute the whole mouse progeny network (or is this a subset?).

Apologies for late reply..

its subset of the mouse progeny supplied by decoupleR same as we had human ones.