Description Usage Arguments Value Author(s) Examples
Get information from individual slots in an OGR object and any available results from a previous analysis.
1 | groot.get(object, what="status")
|
object |
an object of class 'OGR' |
what |
a single character value specifying which information should be retrieved from the slots. Options: "cogids", "spbranches", "orthoroot" ,"results" and "status". |
slot content from an object of class 'OGR' OGR-class
.
Rodrigo Dalmolin, Mauro Castro
1 2 3 4 5 6 7 8 9 10 | #load datasets used for demonstration
data(gpdata.gs)
#create and object of class 'OGR' for H. sapiens
ogr <- groot.preprocess(cogdata=cogdata, phyloTree=phyloTree, spid="9606", cogids=cogids)
## run the groot function
## this example uses the orthologous groups listed in the gpdata object
ogr <- groot(ogr, nPermutations=100)
res <- groot.get(ogr, what="results")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.