geneID | R Documentation |
geneID generic
geneID(x)
x |
enrichResult object |
'geneID' return the 'geneID' column of the enriched result which can be converted to data.frame via 'as.data.frame'
data(geneList, package="DOSE")
de <- names(geneList)[1:100]
x <- enrichDO(de)
geneID(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.