go2gene: Gene Ontology (GO) to Gene ID

Description Usage Arguments Value Examples

View source: R/go2gene.R

Description

Gene Ontology (GO) to Gene ID

Usage

1
go2gene(go.id, organism = "hsa")

Arguments

go.id

GO ID (e.g. GO:0045333)

organism

Organism identifier. Currently human (hsa), mouse (mmu) and rat (rno) are supported. Full list of organism IDs can be found [here](https://www.genome.jp/kegg/catalog/org_list.html).

Value

A list object containing Gene IDs for every GO ID

Examples

1
2
go.ids <- sample_data$GOBP$ID[1:3]
go2gene(go.ids)

altintasali/ontoClust documentation built on Dec. 19, 2021, 1:36 a.m.