compute_snpQ2onepair | R Documentation |
Compute SNP-specific Q2 for a single pair of samples
.compute_snpQ2onepair(refcount1, refcount2, totcount1, totcount2)
refcount1 |
Vector of count (genotype or reads) for the reference allele in the first sample |
refcount2 |
Vector of count (genotype or reads) for the reference allele in the second sample |
totcount1 |
Vector of total count or read coverages in the first sample |
totcount2 |
Vector of total count or read coverages in the second sample |
Compute SNP-specific Q2 for a single pair of samples
Return a vector of length nsnps with SNP-specific Q1
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.