Description Usage Arguments Examples
View source: R/variantCalling.R
Calculates the mean insert size and returns the name of a bam-file, the expected average insert size, and a label to indicate the identity of the sample.
1 2 3 4 5 6 7 | insertSizePindel(
out_path,
sambamba,
samtools,
bam_file,
size_subsample = 1e+06
)
|
out_path |
Path where the output of the analysis will be saved. |
sambamba |
Path of sambamba binary |
samtools |
Path of samtools binary. |
bam_file |
BAM file where to calculate the insert size. |
size_subsample |
Number of reads in the BAM file used for the insert size calculation. |
1 2 3 4 5 6 | ## Not run:
insertSizePindel(bam_file = 'raw/sample_tumor.bam',
samtools = '/bin/samtools',
sambamba = '/bin/sambamba')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.