GOTermMF2ChildLevel | R Documentation |
This function retrieves a GO MF term children's level i.e. for a GO-term it's children level are derived.
GOTermMF2ChildLevel(goterm)
goterm |
A character string of a valid gene ontology id e.g "GO:0004518" |
A list of children terms and their respective levels
# Retrieve "GO:0000978" children's level GOTermMF2ChildLevel(goterm = "GO:0000978") # Retrieve "GO:0004518" children's level GOTermMF2ChildLevel(goterm = "GO:0004518")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.