GetLeafNodesBP | R Documentation |
Returns all the leaf nodes from a particular organism-specific GO-DAG. If empty (or if "BP"), all the general BP GO-DAG leaf nodes will be returned. 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".
GetLeafNodesBP(organism = NULL)
organism |
An object of class character that represents an organism |
A two-coloum matrix of all the leaf nodes in the organism-specific DAG and their respective levels
# General GO BP leaf nodes GetLeafNodesBP("BP") # Human BP GO-DAG leaf nodes GetLeafNodesBP(organism = "Human") # Mouse BP GO-DAG leaf nodes GetLeafNodesBP(organism = "DANIO RERIO")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.