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