| f3blockdat_from_geno | R Documentation | 
Compute per-block f3-statistics directly from genotype data
f3blockdat_from_geno(
  pref,
  popcombs,
  auto_only = TRUE,
  blgsize = 0.05,
  block_lengths = NULL,
  allsnps = FALSE,
  adjust_pseudohaploid = TRUE,
  poly_only = FALSE,
  apply_corr = TRUE,
  outgroupmode = FALSE,
  verbose = TRUE
)
pref | 
 Prefix of genotype files  | 
popcombs | 
 A data frame with one population combination per row, and columns   | 
auto_only | 
 Use only chromosomes 1 to 22.  | 
blgsize | 
 SNP block size in Morgan. Default is 0.05 (5 cM). If   | 
block_lengths | 
 An optional vector with block lengths. If   | 
allsnps | 
 Use all SNPs with allele frequency estimates in every population of any given population quadruple. If   | 
adjust_pseudohaploid | 
 Genotypes of pseudohaploid samples are usually coded as   | 
apply_corr | 
 With   | 
outgroupmode | 
 With   | 
verbose | 
 Print progress updates  | 
A data frame with per-block f4-statistics for each population quadruple.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.