binarizeData {STAN}R Documentation

Binarize Sequencing data with the default ChromHMM binarization

Description

Binarize Sequencing data with the default ChromHMM binarization

Usage

binarizeData(obs, thresh = 1e-04)

Arguments

obs

The observations. A list of one or more entries containing the observation matrix (numeric) for the samples (e.g. chromosomes).

thresh

Upper tail probability to find a value equal or higher than Y (P(Y >= y))

Value

Binarized observation sequences as a list.

Examples


data(trainRegions)
binData = binarizeData(obs = trainRegions, thresh = 1e-4)


[Package STAN version 2.8.0 Index]