GO2DecMF: GO molecular function (MF) descendant GO-terms as an Edgelist

View source: R/edgeListMf.R

GO2DecMFR Documentation

GO molecular function (MF) descendant GO-terms as an Edgelist

Description

The GO2DecMF function provides a simple way to represent the molecular function (MF) GO-terms. TThe function returns the descedant child nodes of a GO term. In other words we begin from an ancestor term and find it's descendant child terms.

Usage

GO2DecMF(goterm)

Arguments

goterm

A string object of MF GO-terms

Value

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

Examples

v <- "GO:0001228" # MF GO term
GO2DecMF(v)
x <- "GO:0005515"
GO2DecMF(x)


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