alleleCount | R Documentation |
Count the alleles for specified locations in the loci file. Expects alleleCount binary in $PATH
alleleCount(locifile, bam, outfile, min_baq = 20, min_maq = 35)
locifile |
A file with at least chromsome and position columns of the locations to be counted |
bam |
A bam file |
outfile |
Where to store the output |
min_baq |
The minimum base quality required for a read to be counted |
min_maq |
The minimum mapping quality required for a read to be counted |
sd11
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.