Description Usage Arguments Value
Conduct selection components analysis
1 2 | gwsca(vcf, locus.info, group1, group2, prop.ind.thresh = 0.5,
maf.cutoff = 0.05)
|
vcf |
A data.frame with genotype data in vcf format |
locus.info |
A list of column names with the locus info (e.g. c(#CHROM,POS)) |
group1 |
A list of column names with individuals from the first group |
group2 |
A list of column names with individuals from the second group |
prop.ind.thresh |
A proportion of indidivudals requried in each population (default is 0.5) |
maf.cutoff |
A minimum allele frequency cutoff (default is 0.05) |
A dataframe with the Fst values and Chi-squared values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.