Description Usage Arguments Value Author(s)
This function computes the read depth of a pair of BAM files (typicaly tumor and normal) and bins it thanks to a "BINpack" generated with BINpack.Maker()
.
1 2 3 |
testBAM |
BAM file corresponding to the tested sample (typically a patient tumor sample). |
refBAM |
BAM file corresponding to the reference sample (typically a patient normal sample). |
BINpack |
A data pack generated with |
samplename |
The name of the sample. |
Q |
Minimum baseQ/BAQ quality score as defined by |
nsubthread |
Number of subthreads for multithreading. |
cluster.type |
Type of subthreading cluster (see |
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. |
A RDS object containing binned read depths and SNP depths.
If return.data
is set to TRUE
, its content is also returned.
Bastien Job
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.