segmentExperiment | R Documentation |
Segmentation of the transformed counts is performed by the circular
binary segmentation algorithm implemented in the DNAcopy
package.
segmentExperiment(object, tree, param = SegmentParam(), ...)
object |
A |
tree |
A directory tree for storing intermediate files. |
param |
An object of class |
... |
Additional arguments are passed to the |
A GRangesList
object. Each element is the set of
GRanges
for a given sample. Meta-columns of the
GRanges
elements are seg.mean
(the segment mean)
and sample
(an id for the sample). Note that
segmentExperiment
saves the GRangesList
object as
an intermediate file in the provided directory tree. Parameters
to the segment
function are passed by an instance of the
SegmentParam
class.
segment
for description of circular
binary segmentation and references therein; see
SegmentParam-class
for a description of the default
parameters settings passed to the segment
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.