Learn R Programming

GOxploreR (version 1.2.8)

GOTermMF2ChildLevel: 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)

Value

A list of children terms and their respective levels

Arguments

goterm

A character string of a valid gene ontology id e.g "GO:0004518"

Examples

Run this code
# Retrieve "GO:0000978" children's level
GOTermMF2ChildLevel(goterm = "GO:0000978")

# Retrieve "GO:0004518" children's level
GOTermMF2ChildLevel(goterm = "GO:0004518")

Run the code above in your browser using DataLab