Description Usage Arguments Details Value Author(s)
View source: R/EaCoN_functions.R
This function performs the joint L2R and BAF segmentation using ASCAT PCF-based segmenter, centering and calling of WES, CytoScan, OncoScan or SNP6 data.
1 2 3 4  | 
data | 
 Data object contained in a RDS file generated with   | 
mingap | 
 Minimum size (in nt) of a genomic gap (mainly, centromere), to allow ASCAT to treat flanking parts independently.  | 
smooth.k | 
 The half-window size for data smoothing by winsorization. If   | 
BAF.filter | 
 Perform a filtering of BAF noise, keeping a fraction of heterozygous BAF markers, represented by this parameter.  | 
homoCut | 
 Threshold value to consider a BAF segment as homozygote.  | 
penalty | 
 The penalty for   | 
recenter | 
 Method to perform re-centering of the L2R profile. Can be :   | 
calling.method | 
 Method to perform the calling of aberrations (attribution of the Loss / Normal / Gain status). Can be   | 
nrf | 
 Coefficient to multiply the L2R spread noise, to build a calling threshold when   | 
SER.pen | 
 Penalty for the small events rescue step (a second-step segmentation of the L2R profile using PELT, to retrieve small events ignored by ASCAT). Can be a positive integer, or   | 
out.dir | 
 Output directory.  | 
return.data | 
 Return the results.  | 
write.data | 
 Write the results as a RDS file.  | 
plot | 
 Perform plots.  | 
force | 
 If some result files already exist, delete them before runing.  | 
Depending on the data source, different parameter values are recommended :
for WES : SER.pen = 2
for CytoScan array : SER.pen = 20, smooth.k = 5
for OncoScan array : SER.pen = 40
for SNP6 array : SER.pen = 60, smooth.k = 5, nrf = .25
SER.pen : The ASPCF algorithm from ASCAT::ascat.aspcf commonly ignores (very) small events (especially in loss) when not supported by the BAF profile). This option allows to detect such events using a PELT segmentation. See ?changepoint::cpt.mean().
Several RDS objects, PNG plots, CBS files and data tables.
Bastien Job
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.