Usage
merging.segments(data, segs.stat, use.null.data = TRUE, N = 1000, maxL = NULL, merge.pvalue.cutoff = 0.05, do.manual.baseline=FALSE, log2mBAF.left=NULL, log2mBAF.right=NULL, log2ratio.bottom=NULL, log2ratio.up=NULL, seed = NULL, verbose = TRUE)
Arguments
data
a data frame containing log2ratio and log2mBAF data generated
by cnv.data.
segs.stat
a data frame containing segment locations and summary statistics
resulting from joint.segmentation.
use.null.data
logical. If only data for probes located in normal copy
segments to be used for bootstrapping. Default is TRUE. If a more
aggressive merging is needed, it can be switched to FALSE.
N
the number of replicates drawn by bootstrap.
maxL
integer. The maximum length in terms of number of probes a bootstrapped segment
may span. Default is NULL. If NULL, It will be automatically specified
as 1/100 of the number of data points.
merge.pvalue.cutoff
a p-value cut-off for merging. If the empirical p-value is
greater than the cut-off value, the two adjacent segments under consideration will
be merged.
do.manual.baseline
logical. If baseline adjustment to be done manually. Default is FALSE.
log2mBAF.left, log2mBAF.right, log2ratio.bottom, log2ratio.up
left, right, bottom and up boundaries to be specified manually by a visual inspectio of
2-D diagnosis plot generated by diagnosis.cluster.plot.
These parameters are active when do.manual.baseline=TRUE.
seed
integer. Random seed can be set for reproducibility of results.
verbose
logical. If more details to be output. Default is TRUE.