mapComponents {CNPBayes}R Documentation

Map mixture components to distinct copy number states

Description

Map mixture components to distinct copy number states

Usage

mapComponents(model, params = mapParams())

Arguments

model

a SB, MB, SBP, or MBP model

params

a list of mapping parameters

See Also

CopyNumberModel mapParams

Examples

## Batch model
bmodel <- MultiBatchModelExample
cn.model <- CopyNumberModel(bmodel)
mapping(cn.model)
## Not run: 
  ggMixture(cn.model)

## End(Not run)

[Package CNPBayes version 1.10.0 Index]