Open grst opened 1 year ago
I would add here that you probably need to be able to specify the version of ensembl. E.g. you don't want to be getting hg38 values if you're trying to integrate with hg19 data.
pretty close to https://pypath.omnipathdb.org/#id-conversion functionality. could probably be wrapped without too much of a hassle. may make sense to do the module extraction we had planned in the context of the hackathon, though. perhaps we can also include a little refactor for performance. @deeenes, what do you think?
When working with single-cell datasets from different sources, a common task is to harmonized gene identifiers.
Let's assume, we have an anndata object with gene symbols as
obs_names
:and I want to map them to the latest ensembl ID.
It would be great to have a function that works roughly like this: