Description Usage Arguments Details Value Author(s) Examples
Wrapper around the segment
function for each strand of one or
more chromosomes specified by the user. It does some typical
preprocessing and I/O.
1 2 3 |
y |
ExpressionSet or matrix containing the data to be segmented. |
probeAnno |
an object of class |
chr |
integer scalar or vector specifying which chromosome(s) to segment. |
strands |
character scalar or vector specifying which strands to
segment; can also be |
nrBasesPerSegment |
integer (length 1): the parameter
|
maxk |
passed on to the function |
step |
integer scalar, indicating the minimum distance between
consecutive probes. In cases when probes are offset by less than
|
confint |
logical scalar. If |
confintLevel |
numeric scalar between 0 and 1 indicating the probability level for the confidence intervals that are calculated for each change-point. |
useLocks |
logical scalar. Should a file locking mechanism be used that allows for a simple-minded parallelization of this function. |
verbose |
logical scalar. Should we be chatty about our progress? |
savedir |
character scalar. If specified, resulting |
This function is a wrapper for the segment
function.
It is provided in this package for illustration. For applications to
different datasets, you will likely need to adapt it to some extent,
please refer to its source code.
An environment containing S4 objects of class "segmentation"
called "1.+", "1.-", etc. (depending on the values in chr
and
strands
),
where "+" and "-" indicate the strand and the preceding number refers
to the chromosome.
If savedir
is specified, there is also the side-effect that
a series of files "1.+.rda", "1.-.rda", etc. is saved in that directory.
Wolfgang Huber <whuber@embl.de>
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.