Description Usage Arguments Value
Given a VCF and the locations of a tumor and normal BAM files check whether analysis of individual reads supports DBSs calls.
1 2 3 4 5 6 7 8 9 | VerifyDBSVcf(
vcf,
Nbam.name,
Tbam.name,
N.slice.dir,
T.slice.dir,
padding = 10,
verbose = 0
)
|
vcf |
An in-memory representation of a "variant call file", VCF, as a |
Nbam.name |
The name of the BAM file for the normal sample. |
Tbam.name |
The name of the BAM file for the tumor sample. |
N.slice.dir |
The directory containing the slices of the normal BAM. |
T.slice.dir |
The directory containing the slices of the tumor BAM. Must
be different than |
padding |
The number of base pairs on either side of the first position of the DBS to include in the slices. |
verbose |
If > 0 print a message when starting the number of slices
generated every |
An in-memory VCF based on the input vcf
with the additional columns
as described in Read_DBS_VCF_and_BAMs_to_verify_DBSs
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.