View source: R/PlotPropAssigned.R
| PlotPropAssigned | R Documentation |
For any pedigree, plot the proportion of individuals that has a genotyped, dummy, observed, or no dam/sire assigned.
PlotPropAssigned(Pedigree = NULL, DumPrefix = c("F0", "M0"), SNPd = NULL, ...)
Pedigree |
dataframe where the first 3 columns are id, dam, sire. |
DumPrefix |
character vector with prefixes for dummy dams (mothers) and sires (fathers), used to distinguish between dummies and non-dummies. |
SNPd |
character vector with ids of genotyped individuals (e.g. rownames of genotype matrix). |
... |
further arguments passed to |
This function offers a more flexible interface to some of the plots
included in SummarySeq
a 2x4 matrix with counts, returned invisibly.
PlotPropAssigned(SeqOUT_griffin$Pedigree, SNPd = rownames(Geno_griffin))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.