Level2NoLeafNodeMF: Non-leaf GO-terms on a GO MF level

View source: R/degreeDistMF.R

Level2NoLeafNodeMFR Documentation

Non-leaf GO-terms on a GO MF level

Description

This function returned all the non-leaf GO-terms on a particular GO MF level that are not. The supported organisms are "Homo sapiens / Human", "Rattus norvegicus / Rat", "Mus musculus / Mouse", "Danio rerio / Zebrafish", "Caenorhabditis elegans / Worm" ,"Arabidopsis thaliana / Cress", "Saccharomyces cerevisiae / Yeast", "Schizosaccharomyces pombe / Fission yeast", "Drosophila melanogaster / Fruit fly", "Escherichia coli / E.coli".

Usage

Level2NoLeafNodeMF(level, organism = NULL)

Arguments

level

A numeric value for the GO-level

organism

The organism of interest from the list of supported organism. If null the results are from the general GO-DAG (default)

Value

A set of non-leaf GO-terms

Examples

# Non-leaf nodes on level 15
Level2NoLeafNodeMF(15)

# Non-leaf nodes from level 10 for Rat MF GO-DAG
Level2NoLeafNodeMF(10, "Rat")

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