Description Usage Arguments Value Author(s)
This function runs the copynumber::pcf algorithm to segment the sWGS data. renamed from 'binSWGS'
1 2 3 4 5 6 | segmentRawData(info, raw.data, fit.data,
blacklist = readr::read_tsv(system.file("extdata",
"qDNAseq_blacklistedRegions.txt", package = "BarrettsProgressionRisk"),
col_names = T, col_types = "cii"), gamma2 = 250, kb = 50,
cutoff = 0.008, multipcf = T, logTransform = F,
cache.dir = getcachedir(), build = "hg19", verbose = T)
|
raw.data |
Data frame of raw read counts (file name is also valid) |
fit.data |
Data frame of fitted read values (file name is also valid) |
blacklist |
qDNAseq_blacklistedRegions (defaults to file provided in package) |
gamma2 |
gamma adjustment for pcf DEF=250 |
kb |
QDNAseq bin size |
cutoff |
is the residual value cutoff for QC DEF=0.015 |
logTransform |
DEF=F |
norm |
normalize pcf, DEF=T |
list of objects: 'seg.vals'=segmented samples that have passed QC, 'residuals'=data frame of per-sample residuals, 'prepped.data'=adjusted raw values, 'seg.plots'=list of per-sample genome-wide plots, 'genome.coverage'=calculated genome coverage, 'failedQC'=segmented samples that have failed QC
skillcoyne
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.