random_GO: Generate random GO IDs

View source: R/similarity_GO.R

random_GOR Documentation

Generate random GO IDs

Description

Generate random GO IDs

Usage

random_GO(n, ont = "BP", db = 'org.Hs.eg.db')

Arguments

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

Value

A vector of GO IDs.

Examples


random_GO(100)


jokergoo/simplifyGO documentation built on Oct. 25, 2023, 9:02 p.m.