tagphenos() reports the frequency of allele types for each SNP and calculates phenotype associations for the different alleles, before returning this information in a $Varfile in a HapObject. This is an internal function that is not intended for external use.
tagphenos(MGfile, bin_vcf, pheno, het_phenos = FALSE)Returns intermediate of haplotype object.
SNP marker groups clustered using DBscan.
Binary VCF for region of interest reformatted by run_haplotyping().
Input numeric phenotype data for each individual.
When FALSE, phenotype associations for SNPs are calculated from reference and alternate allele individuals only, when TRUE, heterozygous individuals are included assuming additive allele effects.