View source: R/gotermlevelcc.R
GOTermCCOnLevel | R Documentation |
Get the level of a GO cellular component (CC) term based on the directed acyclic graph (DAG)
GOTermCCOnLevel(goterm)
goterm |
An object of class character. A character string of GO cellular component (CC) terms. The object can be a GO-term or a vector of GO-terms |
A two-column matrix of the GO-terms and the level they map to
The Gene Ontology (GO) cellular component (CC) tree was built using the root node "GO:0005575"
# Cellular component GO terms
goterms <- c("GO:0005634", "GO:0005737", "GO:0016020", "GO:0005743", "GO:0005739",
"GO:0005759", "GO:0005829")
GOTermCCOnLevel(goterms)
GOTermCCOnLevel("GO:0005730")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.