Learn R Programming

ptm (version 0.2.2)

term.go: Get Core Information About the GO Term

Description

Gets core information about the GO term of interest.

Usage

term.go(go, children = FALSE)

Arguments

go

GO id.

children

logical, when true GO children terms are returned.

Value

Returns a dataframe containing core information such as term name and definition, reference, aspect, and whether or not the term is obsolete. If children is set to TRUE, the function returns a list.

Details

When the argument children is set to TRUE, the output of this function is a list with two elements: the first one is a dataframe with the core information, and the second one is a dataframe containing the children terms.

References

Rhee et al. (2008) Nature Reviews Genetics 9:509<U+2013>515.

See Also

search.go(), get.go(), bg.go(), hdfisher.go(), gorilla(), net.go()

Examples

Run this code
# NOT RUN {
term.go('GO:0034599')
# }

Run the code above in your browser using DataLab