plotMixture {MADSEQ} | R Documentation |
density plot presents the posterior distribution of alternative allele frequency (AAF) estimated from selected model
plotMixture(object) ## S4 method for signature 'MadSeq' plotMixture(object)
object |
density plot for the posterior distribution of AAF
Yu Kong
Yu Kong
runMadSeq
, plotMadSeq
,
plotFraction
## load the example MadSeq object come with the package data("aneuploidy_chr18") ## plot the distribution of estimated AAF plotMixture(aneuploidy_chr18)