Description Usage Arguments Details Value Author(s) References See Also Examples
This function simulates observations from a hidden Markov model with normal distributed observations and non-homogeneous transition matrix.
1 | simulateRJaCGH(n, x = NULL, mu, sigma.2, beta, start)
|
n |
Number of observations to simulate |
x |
Distance to the next observation. Must be a vector of size n-1 and normalized between zero and one. If NULL, a vector of zeros is taken |
mu |
Vector of means for the hidden states |
sigma.2 |
Vector of variances for the hidden states |
beta |
|
start |
Starting states of the sequence. Must be an integer from 1 to the number of hidden states. |
Please note that in RJaCGH model, parameter q
is taken as -beta
A list with components
states |
Sequence of hidden states |
y |
Observations |
Oscar M. Rueda and Ramon Diaz-Uriarte
Rueda OM, Diaz-Uriarte R. Flexible and Accurate Detection of Genomic Copy-Number Changes from aCGH. PLoS Comput Biol. 2007;3(6):e122
Q.NH, RJaCGH
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.