getGeneList | R Documentation |
Gathers the gene list to use for GOTerm analysis.
getGeneList(
genes = NULL,
org = "org.Hs.eg.db",
fromType = "SYMBOL",
toType = c("ENTREZID")
)
genes, |
gene list |
org, |
orgranism for gene symbol entrez ID conversion |
fromType, |
from Type |
toType, |
to Type |
ENTREZ ID list
GOTerm
getGeneList
symobol to ENTREZ ID conversion
x <- getGeneList(c('OCLN', 'ABCC2'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.