Description Usage Arguments Value Examples
View source: R/find_SNV_utility_functions.R
This function performs the Four-Gamete Test to check the compatability of two SNVs. If all four haplotypes (00,10,01,11) are observed for two SNVs, those two SNVs are incompatible.
| 1 | fourGamete(snv1, snv2)
 | 
| snv1 | First SNV. | 
| snv2 | Second SNV. | 
TRUE, if both SNVs are incompatible.
| 1 | 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.