convert_genes | R Documentation |
Converts a list of gene names from 'from' to 'to' conventions.
convert_genes(gene.list, species, from, to)
gene.list |
List of genes to be converted. |
species |
Species for this data. Either 'human' or 'mouse'. |
from |
Starting name convention. One of 'ensg', 'gn', or 'entrez'. |
to |
Ending name convention. One of 'ensg', 'gn', or 'entrez'. |
Matrix with converted row names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.