PlotPedComp {sequoia} | R Documentation |
Visualise PedCompare Output
Description
square Venn diagrams with PedCompare
Counts
.
Usage
PlotPedComp(Counts, sameSize = FALSE)
Arguments
Counts |
a 7x5x2 array with counts of matches and mismatches per
category (genotyped vs dummy), as returned by |
sameSize |
logical, make all per-category Venn diagrams the same size
|
See Also
Examples
PC.g <- PedCompare(Ped1 = cbind(FieldMums_griffin, sire=NA),
Ped2 = SeqOUT_griffin$Pedigree)
PlotPedComp(PC.g$Counts)
[Package sequoia version 2.11.2 Index]