mapComponents {CNPBayes} | R Documentation |
Map mixture components to distinct copy number states
mapComponents(model, params = mapParams())
model |
a SB, MB, SBP, or MBP model |
params |
a list of mapping parameters |
## Batch model bmodel <- MultiBatchModelExample cn.model <- CopyNumberModel(bmodel) mapping(cn.model) ## Not run: ggMixture(cn.model) ## End(Not run)