You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Biomart client, we could add data for drosophila, macaca fascicularis and maybe more. This could be done by invoking the get_gene_mappings for these Tax IDs in addition, so that data for these species is added to omics_gene and omics_base just like the other species.
In case species aren't covered by Biomart and we want an "on the fly" definition of any gene IDs, symbols and gene descriptions from the gene annotation dataframe of an imported h5ad file, the import process needs to be extended. Currently, it would just raise any error message for unknown species or unknown genes.
The text was updated successfully, but these errors were encountered:
Using the Biomart client, we could add data for drosophila, macaca fascicularis and maybe more. This could be done by invoking the
get_gene_mappings
for these Tax IDs in addition, so that data for these species is added toomics_gene
andomics_base
just like the other species.In case species aren't covered by Biomart and we want an "on the fly" definition of any gene IDs, symbols and gene descriptions from the gene annotation dataframe of an imported h5ad file, the import process needs to be extended. Currently, it would just raise any error message for unknown species or unknown genes.
The text was updated successfully, but these errors were encountered: