Description Usage Arguments Value
View source: R/GetAllBAMSlicesSamtools.R
Get and save all slices of BAM as specified by positions in a VCF table.
1 2 3 4 5 6 7 | GetAllBAMSlicesSamtools(
vcf,
bam.name,
padding = 10,
where.to.put.slices = tempfile(),
verbose = 0
)
|
vcf |
A VCF (Variant Call Format) "file" as a data.table or similar. |
bam.name |
The file name (path) to the BAM file to slice. |
padding |
How many base pairs on each side of the first base of the DBS to to keep in the BAM slices. |
where.to.put.slices |
If |
verbose |
If > 0 print a message when starting the number of slices
generated every |
A character string that specifies the directory the containing the BAM slices. The slices are stored as SAM files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.