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