Description Usage Arguments Value Author(s) References See Also Examples
View source: R/AllSupplements.R
This function adds evolutionary rooting information to an 'igraph' class object.
1 | ogr2igraph(ogr, cogdata, g, idkey = "ENTREZ")
|
ogr |
a processed object of class 'OGR' evaluated by the |
cogdata |
a data.frame with COG to protein mapping, with at least one gene annotation type listed in the 'rtni' object (e.g. ENTREZ gene ID). |
g |
a 'igraph' object. |
idkey |
a single character value specifying a vertex attribute name used to map 'cogdata' annotation to 'g'. |
Return an updated 'igraph' object with evolutionary root information.
Rodrigo Dalmolin, Mauro Castro, Sheyla Trefflich
Dalmolin RJ and Castro, MA. Geneplast: Evolutionary rooting using orthologous groups distribution. Journal Paper (in preparation), 2016.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.