plotFraction {MADSEQ} | R Documentation |
histgram of the posterior distribution of the fraction of aneuploid cells estimated by the selected model.
plotFraction(object, prob = 0.95) ## S4 method for signature 'MadSeq' plotFraction(object, prob = 0.95)
object |
|
prob |
A |
the histgram of posterior distribution of the fraction
If normal model has been selected by runMadSeq
function,
no fraction plot will be produced by this function.
Yu Kong
Yu Kong
runMadSeq
, plotMadSeq
,
plotMixture
## load the example MadSeq object come with the package data("aneuploidy_chr18") ## plot estimated fraction of aneuploid cells plotFraction(aneuploidy_chr18)