get_gene_information | R Documentation |
Gives gene information (common name and description) for a specific organism
get_gene_information(ids, organism)
ids |
vector of genes, AGI for Arabidopsis and ensembl for Human |
organism |
value must be between "Arabidopsis thaliana", "Homo sapiens", "Mus musculus", "Caenorhabditis elegans", "Escherichia coli", "Drosophilia melanogaster" |
Dataframe with input genes as rownames, with their label and description as columns
genes <- c("AT2G05940", "AT4G16480", "AT4G04570", "AT2G30130", "AT1G56300")
get_gene_information(genes, organism = "Arabidopsis thaliana")
get_gene_information(c("WBGene00000013", "WBGene00000035"),
organism = "Caenorhabditis elegans")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.