GO2DecCC {GOxploreR}R Documentation

GO cellular component (CC) descendant GO-terms as an Edgelist

Description

The GO2DecCC function provides a simple way to represent the cellular component (CC) GO-terms. The function returns the descendant child nodes of a GO-term. In other words we begin from an ancestor term and find it's descendant child terms.

Usage

GO2DecCC(goterm)

Arguments

goterm

A string object of CC GO-terms

Value

A vector comprising of GO-terms and the nodes they are linked to

Examples

v <- "GO:0000799" # CC GO term
GO2DecCC(v)
x <- "GO:0043231"
GO2DecCC(x)


[Package GOxploreR version 1.2.7 Index]