Description Usage Arguments Value Author(s) References
Quantitative inference of copy number aberrations with DNA isolated from fresh or formalin-fixed tissues by shallow whole-genome sequencing (QDNAseq) based on [1]. The algorithm is processed in bounded memory, meaning virtually any number of samples can be analyzed on also very limited computer systems.
1 2 3 4 5 6 7 | ## S3 method for class 'FastqDataSet'
doQDNAseq(dataSet, binWidth, reference, ..., verbose=FALSE)
## S3 method for class 'BamDataSet'
doQDNAseq(dataSet, ..., force=FALSE, verbose=FALSE)
## S3 method for class 'BamDataFile'
doQDNAseq(df, binWidth, residual=TRUE, blacklist=TRUE, mappability=NA, bases=NA,
filterAllosomes=TRUE, ..., path=".", force=FALSE, verbose=FALSE)
|
dataSet, df |
A |
binWidth |
A positive |
reference |
A |
... |
Additional arguments passed to |
force |
If |
verbose |
See |
Returns a RdsFileSet
containing
QDNAseqReadCounts
objects.
Henrik Bengtsson
[1] TBA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.