Skip to content

Releases: thierrygosselin/assigner

fst_WC84

15 May 02:03
Compare
Choose a tag to compare
fst_WC84 Pre-release
Pre-release

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.

but fix

03 May 15:44
Compare
Choose a tag to compare
but fix Pre-release
Pre-release

v.0.2.5

  • cleaner code for strata section
  • bug fix restricted to assignment_ngs + assignment.analysis = "adegenet" + sampling.method = "ranked".
    A line at the beginning of a gsi_sim code section was deleted makig the assignment with adegenet go through that chunk of code and causing 100% assignment! if (assignment.analysis = "gsi_sim") {code} prevent this problem...

introducing a new function `import_subsamples_fst`

26 Apr 12:59
Compare
Choose a tag to compare

introducing a new function import_subsamples_fst to import the fst ranking
results from all the subsample runs inside an assignment folder.

bug fix

22 Apr 21:35
Compare
Choose a tag to compare
bug fix Pre-release
Pre-release

bug fix in the compilation results section

consistency in output files naming in assignment_ngs

15 Apr 11:21
Compare
Choose a tag to compare

consistency in output files naming in assignment_ngs

assignment of mixture data

09 Apr 22:17
Compare
Choose a tag to compare
Pre-release

v.0.2.1

  • updated the function assignment_mixture with sampling.method = "ranked" and
    assignment.analysis = "adegenet".

easier gsi_sim install

12 Mar 18:50
Compare
Choose a tag to compare
Pre-release

To install assigner and gsi_sim:

install_github("thierrygosselin/assigner") # to install
library(assigner) # to load
install_gsi_sim(fromSource = TRUE) # to install gsi_sim from source

assignment with gsi_sim or adegenet

29 Feb 15:52
Compare
Choose a tag to compare
Pre-release

You can now opt between gsi_sim or adegenet, a R package developed by Thibaul Jombart, to conduct the assignment analysis

new input file

25 Feb 22:12
Compare
Choose a tag to compare
new input file Pre-release
Pre-release

v.0.1.7

  • New input file: Re-introduced the haplotype data frame file from stacks.
  • Argument name change: imputations is now impute.method.
  • New argument: impute with 2 options: impute = "genotype" or impute = "allele".

v.0.1.6

24 Feb 06:11
Compare
Choose a tag to compare
v.0.1.6 Pre-release
Pre-release

PLINK tped/tfam can be used to import large number of markers for assignment analysis