Level2NoLeafNodeCC | R Documentation |
This function returned all the non-leaf GO terms on a particular 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"
Level2NoLeafNodeCC(level, organism = NULL)
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) |
A set of non-leaf GO terms
# Non-leaf nodes from level 16 for Yeast CC GO-DAG Level2NoLeafNodeCC(level = 16, "Yeast") # Non-leaf nodes from level 10 for Mouse CC GO-DAG Level2NoLeafNodeCC( 10, "Mus musculus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.