Description Usage Arguments Value
View source: R/CreateBAMSliceFileSamtools.R
Create a BAM slice as a SAM file using the samtools executable.
1 | CreateBAMSliceFileSamtools(BAM.name, CHROM, POS, padding = 10, save.file.path)
|
BAM.name |
The input BAM file name. |
CHROM |
The chromosome from which to slice. |
POS |
The position in |
padding |
The number of base pairs on each side of |
save.file.path |
Where to save the sam file. |
The path of the SAM file that contains the BAM slice.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.