| divergence_variant_calls | R Documentation | 
The pileup of the first BAM file is compared to the consensus of the second BAM file and positions at which there are disagreements are called
divergence_variant_calls(BAMfile, b_BAMfile, min_divergence_freq = 0.02)
BAMfile | 
 BAM file  | 
b_BAMfile | 
 base BAM file to which BAMfile is to be compared  | 
min_divergenece_freq | 
 minimum frequency for which divergence is called  | 
insertions are ignored in calling divergent positions
A numeric vector of called nt positions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.