Skip to content

Releases: AgResearch/KGD

v1.4.0

Choose a tag to compare

@doddsk doddsk released this 28 Oct 04:37
breedpredict GCTA

v1.3.0

Choose a tag to compare

@doddsk doddsk released this 03 Dec 03:20

Betabinomial alpha estimation

v1.2.0

Choose a tag to compare

@doddsk doddsk released this 13 Nov 02:34

Improved identity testing

v1.1.1

Choose a tag to compare

@doddsk doddsk released this 05 Apr 05:36
IDouttype in mergeSamples, fadeco, negCreport

KGD v1.0.0

Choose a tag to compare

@doddsk doddsk released this 16 Sep 10:27

There have been some structural changes to the code, in part to simplify use of objects created during the analysis.

Changes to code mean that some scripts that used v <1 may not work with v1. Specifically any code that referred to depth.orig will need modified (now use depth instead of depth.orig), and code referring to data frames created in the pedigree analysis (pedinfo, FatherMatches, MotherMatches and BothMatches) will now need to retrieve those objects from the list that is returned (called PedResults if run when sourcing the pedigree code with functions.only set to FALSE).

Pedigree analysis can be run with GBSPed function.

Multiple input data files

Choose a tag to compare

@doddsk doddsk released this 16 Jun 21:31
v0.9.8

combining different inputs

writeVCF added

Choose a tag to compare

@doddsk doddsk released this 31 Aug 05:08
9864f61
Merge pull request #26 from chrisdjscott/set-nthreads

Setting number of OpenMP threads with a variable

cpp versions of functions added

Choose a tag to compare

@doddsk doddsk released this 16 Aug 20:18
a7fd670
Merge pull request #22 from chrisdjscott/rcpp

Rcpp versions of some functions