Description Usage Arguments Value See Also
Given the data and an object containing parameters for the HMM, this function computes emission probabilities. This function is not intended to be called by the user and is exported for internal use by other BioC packages.
1 | calculateEmission(x, param = EmissionParam())
|
x |
list of low-level data with two elements: a numeric vector of log R ratios and a numeric vector of B allele frequencies |
param |
parameters for the 6-state HMM |
A matrix of emission probabilities. Column correspond to the HMM states and rows correspond to markers on the array (SNPs and nonpolymorphic markers)
baumWelchUpdate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.