Description Usage Arguments Value Examples
Binarize Sequencing data with the default ChromHMM binarization
| 1 | 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.
| 1 2 | data(trainRegions)
binData = binarizeData(obs = trainRegions, thresh = 1e-4)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.