Description Usage Arguments Value Author(s) See Also
View source: R/runTilingArray.R
Wrapper calling the Tiling Array segmentation algorithm on an MAList
object. This function requires the library DNAcopy
to be loaded.
1 | runTilingArray(input, maxSeg = 5, maxk = 200, criteria = "BIC")
|
input |
An object of class |
maxSeg |
integer of length 1, maximum number of segments (= 1 + maximum number of change points) |
maxk |
integer of length 1, maximum length of a single segment |
criteria |
Criteria for model selection. Options are "none", "AIC" and "BIC" (default) |
The function returns an object of class SegList
Mike Smith
segment
MAList
runHomHMM
runGLAD
SegList
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.