Level2RegularNodeMF | R Documentation |
The function retrieves the Regular nodes (RNs) from a GO-level. RNs are those GO-terms which have all their children in the next GO-level (i.e level = level of parent + 1). If the optional parameter "organism" is missing then the result will be from the general GO tree instead of from a particular organism. 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".
Level2RegularNodeMF(level, organism = NULL)
level |
A numeric value for the GO-level |
organism |
Organism of interest that is supported by the package |
Regular nodes from the GO-level
# Regular nodes on level 3 Level2RegularNodeMF(level = 3, organism = "Human" ) # Regular nodes on level 6 Level2RegularNodeMF(level = 6, organism = "MUS MUSCULUS" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.