phase_mixed_genotypes | R Documentation |
mixed genotype phasing based on the number of reads supporting each allele of the heterozygous site. Imputation will be done nsim times and phased data with highest correlation between MAF from raw data and MAF from phased data will be retained
snpdata = phase_mixed_genotypes(snpdata)
snpdata |
a SNPdata object |
nsim |
an integer. the number of simulations to be performed |
when both alleles are not supported by any read or the total number of reads supporting both alleles at a given site is < 5, the genotype will be phased based on a bernouli distribition using the MAF as a parameter. Similarly, when the total number of reads is > 5 and the number of reads supporting one of the allele is not 2 times the number of the other allele, the genotype is phased using a bernouli distribution
a SNPdata object with an additional table named as "Phased". this will contain the phased genotypes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.