Skip to content

Releases: AgResearch/KGD

v1.3.0

03 Dec 03:20
Compare
Choose a tag to compare

Betabinomial alpha estimation

v1.2.0

13 Nov 02:34
Compare
Choose a tag to compare

Improved identity testing

v1.1.1

05 Apr 05:36
Compare
Choose a tag to compare
IDouttype in mergeSamples, fadeco, negCreport

KGD v1.0.0

16 Sep 10:27
Compare
Choose a tag to compare

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

16 Jun 21:31
Compare
Choose a tag to compare
v0.9.8

combining different inputs

writeVCF added

31 Aug 05:08
9864f61
Compare
Choose a tag to compare
Merge pull request #26 from chrisdjscott/set-nthreads

Setting number of OpenMP threads with a variable

cpp versions of functions added

16 Aug 20:18
a7fd670
Compare
Choose a tag to compare
Merge pull request #22 from chrisdjscott/rcpp

Rcpp versions of some functions