powered by
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, ...)
a 2x4 matrix with counts, returned invisibly.
dataframe where the first 3 columns are id, dam, sire.
character vector with prefixes for dummy dams (mothers) and sires (fathers), used to distinguish between dummies and non-dummies.
character vector with ids of genotyped individuals (e.g. rownames of genotype matrix).
further arguments passed to barplot
barplot
This function offers a more flexible interface to some of the plots included in SummarySeq
SummarySeq
PlotPropAssigned(SeqOUT_griffin$Pedigree, SNPd = rownames(Geno_griffin))
Run the code above in your browser using DataLab