Skip to content

Commit

Permalink
Update tajima_d.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonfparil authored Jan 9, 2024
1 parent 8062427 commit 1af8856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popgen/tajima_d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::fs::OpenOptions;
use std::io::{self, prelude::*};
use std::time::{SystemTime, UNIX_EPOCH};

/// Tajima's D
/// Tajima's D see: [Feretti et al. (2013)](https://onlinelibrary.wiley.com/doi/10.1111/mec.12522) for details.
/// Note: Window sizes smaller than the requested window size can be expected because the actual window sizes noted are dependent on the minimum coverage per window, such that window sizes are based on the coordinates of the loci covered
pub fn tajima_d(
genotypes_and_phenotypes: &GenotypesAndPhenotypes,
Expand Down

0 comments on commit 1af8856

Please sign in to comment.