parse_qpgraph_graphfile | R Documentation |
Read qpGraph graph file
parse_qpgraph_graphfile(
graphfile,
split_multi = TRUE,
igraph = FALSE,
uselabels = FALSE
)
graphfile |
File with admixture graph in qpGraph format. |
split_multi |
Split multifurcations |
igraph |
Convert to igraph format |
uselabels |
Should labels or full names be used? Defaults to full names. |
Graph represented as two column edge matrix. Can have four columns if edges are locked
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.