Description Usage Arguments Value Examples
Map gene identifiers within or cross species. Type genemap::SPECIES
to see the full list of supported species
1 2 3 4 |
from_species |
From which species |
from_id_list |
Gene identifiers to be mapped |
from_id_type |
The type of the identifiers in |
to_species |
To which species |
to_id_type |
The type of the identifiers to map to |
A named list of the same size with from_id_list
. Each gene from from_id_list
will be mapped to an element in this result list.
$mapped_genes
will contain the mapped identifiers and $mapped_gene_symbols
will contain corresponding symbols of these mapped genes.
$gene_symbol
will be the corresponding gene symbol of the input gene identifier. Name of each element is the original gene identifier used to map.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.