binarizeData {STAN} | R Documentation |
Binarize Sequencing data with the default ChromHMM binarization
binarizeData(obs, thresh = 1e-04)
obs |
The observations. A list of one or more entries containing the observation matrix ( |
thresh |
Upper tail probability to find a value equal or higher than Y (P(Y >= y)) |
Binarized observation sequences as a list.
data(trainRegions) binData = binarizeData(obs = trainRegions, thresh = 1e-4)