-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fst_WC84 is now a separate and very fast function that can compute: the overall and pairwise Weir and Cockerham 1984 Theta/Fst. Bootstrap resampling of markers is avalaible to build Confidence Intervals (For Louis Bernatchez and his students;). The estimates are available as a data frame and a matrix with upper diagonal filled with Fst values and lower diagonal filled with the confidence intervals.
- Loading branch information
1 parent
d2717fd
commit 547f58e
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: assigner | ||
Type: Package | ||
Title: Assignment Analysis with GBS/RADseq Data using R | ||
Version: 0.2.5 | ||
Date: 2016-05-04 | ||
Version: 0.2.6 | ||
Date: 2016-05-15 | ||
Encoding: UTF-8 | ||
Authors@R: c( | ||
person("Thierry", "Gosselin", email = "[email protected]", role = c("aut", "cre")), | ||
|
@@ -16,7 +16,6 @@ Depends: | |
Imports: | ||
adegenet, | ||
data.table, | ||
dplyr, | ||
ggplot2, | ||
lazyeval, | ||
parallel, | ||
|
@@ -25,7 +24,9 @@ Imports: | |
readr, | ||
stringi, | ||
stringr, | ||
tidyr | ||
tidyr, | ||
utils, | ||
dplyr | ||
Suggests: | ||
devtools, | ||
hierfstat, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters