GOTermCC2ChildLevel {GOxploreR} | R Documentation |
Get the level of a cellular component (CC) GO term's children
Description
This function retrieves a GO CC term children's level i.e. for a GO-term it's children level are derived.
Usage
GOTermCC2ChildLevel(goterm)
Arguments
goterm |
A character string of a valid gene ontology id e.g "GO:0005737" |
Value
A list of children terms and their respective levels
Examples
# Retrieve "GO:0005737" children's level
GOTermCC2ChildLevel("GO:0005737")
# Retrieve "GO:0099568" children's level
GOTermCC2ChildLevel("GO:0099568")
[Package GOxploreR version 1.2.7 Index]