EndNodeList: Reference GO nodes list.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/goTools.R

Description

The function EndNodeList builds the default end node list used in ontoCompare. CustomEndNodeList helps you build a list of children nodes starting from a GO id of interest.

Usage

1
2

Arguments

id

Valid GO id: "GO:XXXXXXX".

rank

Number of levels of children of the GO DAG under id you want to add to your nodes list.

Value

EndNodeList returns a vector of all GO ids 1 level below MF("GO:0003674"), BP("GO:0008150") and CC("GO:0005575"). MF, BP and CC nodes are included. CustomEndNodeList returns a vector of all GO ids children of id, rank levels below it.

Author(s)

Yee Hwa (Jean) Yang, Agnes Paquet

See Also

ontoCompare

Examples

1
2
3
4
5
6
7
8
## Examples use the probeID dataset. For description type ? probeID.
## library(GO.db)
## EndNodeList()
## MFendnode <- CustomEndNodeList("GO:0003674", rank=2)

## Example (not run)
## data(probeID)
## ontoCompare(affylist, probeType="hgu133a", endnode=MFendnode, goType="MF")

goTools documentation built on Nov. 8, 2020, 8:10 p.m.