GOTermCC2ChildLevel: Get the level of a cellular component (CC) GO term's children

View source: R/degreeDistCC.R

GOTermCC2ChildLevelR Documentation

Get the level of a cellular component (CC) GO term's children

Description

This function retrieves a GO CC term children's level i.e. for a GO-term it's children level are derived.

Usage

GOTermCC2ChildLevel(goterm)

Arguments

goterm

A character string of a valid gene ontology id e.g "GO:0005737"

Value

A list of children terms and their respective levels

Examples

# Retrieve "GO:0005737" children's level
GOTermCC2ChildLevel("GO:0005737")

# Retrieve "GO:0099568" children's level
GOTermCC2ChildLevel("GO:0099568")

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