Level2LeafNodeBP | R Documentation |
Derive all the leaf nodes from a GO BP 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".
Level2LeafNodeBP(level, organism = NULL)
level |
A numeric value for the GO-level |
organism |
An organism of interest from the list of supported organism. If the parameter is NULL the results are from the general GO-DAG (default). |
All leaf nodes on the level.
# level 2 leaf nodes for Drosophila melanogaster GO-DAG Level2LeafNodeBP(2, "Drosophila melanogaster") # level 10 leaf nodes for Drosophila melanogaster GO-DAG Level2LeafNodeBP(10, "Drosophila melanogaster")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.