quartetTableResolved | R Documentation |
Converts table of all quartet counts, including unresolved ones, by either dropping unresolved ones, or distributing them uniformly among the three resolved counts.
quartetTableResolved(qt, omit = FALSE)
qt |
table, as produced by |
omit |
|
a table of quartet counts similar to qt
, but with columns showing only resolved quartet counts
quartetTable
, quartetTableDominant
gtrees=read.tree(file=system.file("extdata","dataGeneTreeSample",package="MSCquartets"))
tnames=taxonNames(gtrees)
QT=quartetTable(gtrees,tnames[1:6])
QT[1:6,]
RQT=quartetTableResolved(QT)
RQT[1:6,]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.