summarize_triples | R Documentation |
This function summarizes topologies of population triples across graphs.
summarize_triples(graphs)
graphs |
A list of graphs |
A data frame with one line for each population triple and columns summarizing the relationship of each triple across graphs.
clade12
: Fraction of graphs in which pop1
and pop2
form a clade
x12
: Fraction of graphs in which pop1
admixes into pop2
at the exclusion of pop3
toptopo
: A binary string representation of the most common topology. Digits represent x12
, x21
, x13
, x31
, x23
, x32
toptopocnt
: The number of graphs in which toptopo
was observed
topos
: The counts of all topologies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.