GO2DecBP: GO biological process (BP) descendant GO-terms as an Edgelist

View source: R/edgeListBp.R

GO2DecBPR Documentation

GO biological process (BP) descendant GO-terms as an Edgelist

Description

The GO2DecBP function provides a simple way to represent the biological process (BP) GO term. 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

GO2DecBP(goterm)

Arguments

goterm

A string object of BP GO-term

Value

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

Examples

v <- "GO:0000070" # BP GO term
GO2DecBP(v)
x <- "GO:0006725"
GO2DecBP(x)


GOxploreR documentation built on Nov. 3, 2023, 5:08 p.m.