deltaBIC {MADSEQ} | R Documentation |
An S4 method to access the delta BIC values of MadSeq
object
deltaBIC(object) ## S4 method for signature 'MadSeq' deltaBIC(object)
object |
A |
A numeric
vector containing deltaBIC values between selected
model and other models
Yu Kong
## load the example MadSeq object come with the package data("aneuploidy_chr18") ## access deltaBIC deltaBIC(aneuploidy_chr18)