Description Usage Arguments Value
HMM.findCNVs
classifies the binned read counts into several states which represent copy-number-variation.
1 2 3 4 5 6 | HMM.findCNVs(binned.data, ID = NULL, eps = 0.01, init = "standard",
max.time = -1, max.iter = -1, num.trials = 1, eps.try = NULL,
num.threads = 1, count.cutoff.quantile = 0.999, strand = "*",
states = c("zero-inflation", paste0(0:10, "-somy")),
most.frequent.state = "2-somy", algorithm = "EM", initial.params = NULL,
verbosity = 1)
|
binned.data |
A |
ID |
An identifier that will be used to identify this sample in various downstream functions. Could be the file name of the |
eps |
method-HMM: Convergence threshold for the Baum-Welch algorithm. |
init |
method-HMM: One of the following initialization procedures:
|
max.time |
method-HMM: The maximum running time in seconds for the Baum-Welch algorithm. If this time is reached, the Baum-Welch will terminate after the current iteration finishes. Set |
max.iter |
method-HMM: The maximum number of iterations for the Baum-Welch algorithm. Set |
num.trials |
method-HMM: The number of trials to find a fit where state |
eps.try |
method-HMM: If code num.trials is set to greater than 1, |
num.threads |
method-HMM: Number of threads to use. Setting this to >1 may give increased performance. |
count.cutoff.quantile |
method-HMM: A quantile between 0 and 1. Should be near 1. Read counts above this quantile will be set to the read count specified by this quantile. Filtering very high read counts increases the performance of the Baum-Welch fitting procedure. However, if your data contains very few peaks they might be filtered out. Set |
strand |
Find copy-numbers only for the specified strand. One of |
states |
method-HMM: A subset or all of |
most.frequent.state |
method-HMM: One of the states that were given in |
algorithm |
method-HMM: One of |
initial.params |
method-HMM: A |
verbosity |
method-HMM: Integer specifying the verbosity of printed messages. |
An aneuHMM
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.