Description Usage Arguments Value Examples
Get the ancestry of each genotype
1 | ancestry(edges)
|
edges |
Dataframe comprising an adjacency matrix, with column names "Parent" and "Identity" |
Dataframe listing the ancestors of each genotype (one row per Identity value).
1 2 3 4 5 | library(dplyr)
phylo <- filter(driver_phylo, CellsPerSample == -1)
library(ggmuller)
edges <- get_edges(phylo)
ancestry(edges)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.