Description Usage Arguments See Also
Methods for circular binary segmentation.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | segment2(object, ...)
## S4 method for signature 'TrioSet'
segment2(object, md = NULL, segmentParents = TRUE,
verbose = TRUE, ...)
## S4 method for signature 'matrix'
segment2(object, pos, chrom, id, featureNames, ...)
## S4 method for signature 'ff_matrix'
segment2(object, pos, chrom, id, featureNames, ...)
## S4 method for signature 'arrayORff_array'
segment2(object, pos, chrom, id, featureNames,
segmentParents = TRUE, verbose = TRUE, ...)
|
object |
see |
... |
Additional arguments passed to DNAcopy's |
md |
a matrix of the minimum distance |
segmentParents |
logical. Whether to segment the log R ratios of the parents using circular binary segmentation. |
verbose |
logical. Whether to display messages that indicate progress. |
pos |
integer vector of physical position of markers in the genome |
chrom |
character or integer vector of chromosome names |
id |
character vector of trio identifiers for subsetting |
featureNames |
character vector specifying marker names for subsetting |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.