Level2LeafNodeMF {GOxploreR} | R Documentation |
GO molecular function (MF) level leaf nodes getter
Description
Derive all the leaf nodes from a GO MF level. The supported organism 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
Level2LeafNodeMF(level, organism = NULL)
Arguments
level |
A numeric value for the GO-level |
organism |
An organism of interest from the list of supported organism. If NULL the results are from the general GO-DAG (default). |
Value
All leaf nodes on the level
Examples
# level 9 leaf nodes for Human GO-DAG
Level2LeafNodeMF(9, "Human")
# level 5 leaf nodes for Mouse GO-DAG
Level2LeafNodeMF(5, "Mouse")
[Package GOxploreR version 1.2.7 Index]