random_GO {simplifyEnrichment} | R Documentation |
Generate random GO IDs
random_GO(n, ont = "BP", db = 'org.Hs.eg.db')
n |
Number of GO IDs. |
ont |
GO ontology. Value should be one of "BP", "CC" or "MF". |
db |
Annotation database. It should be from https://bioconductor.org/packages/3.10/BiocViews.html#___OrgDb |
A vector of GO IDs.
random_GO(100)