Skip to content

Releases: rqtl/qtl2fst

Version 0.30

23 Nov 21:04
Compare
Choose a tag to compare

qtl2fst 0.30 (2024-11-23)

Bug fixes

  • Fix problem in replace_path() example that results in an error on Windows.

Version 0.28

17 Jul 00:14
21512eb
Compare
Choose a tag to compare

qtl2fst 0.28 (2024-07-16)

Minor changes

  • Fixed link in documentation.

Version 0.26

07 Oct 12:16
Compare
Choose a tag to compare

qtl2fst 0.26 (2021-10-07)

Minor changes

  • If needed directory doesn't exist, create it rather than stopping with an error (fst_genoprob() and bind_fst() and functions that call them). Fixes Issue #17.

  • Fix some URLs in Readme, News, and vignette.

  • Have fst_genoprob() and genoprob_to_alleleprob_fst() check that input is of class "calc_genoprob".

Version 0.24

28 Apr 23:26
Compare
Choose a tag to compare

Minor changes

  • Fix index entry in vignette

  • Added tests for qtl2::calc_het() (which previously wasn't working with qtl2fst-based probabilities). Also added tests of qtl2::calc_entropy(), qtl2::calc_geno_freq(), and qtl2::compare_genoprob(). These tests fail without qtl2 >= 0.24, so added that in Imports in the description file.

  • Removed LazyData field from DESCRIPTION file

Version 0.22-7

30 Jul 11:25
2571dc7
Compare
Choose a tag to compare

Small changes to get on CRAN:

  • revise documentation and vignette
  • revise package title and description

Version 0.22

22 May 04:16
Compare
Choose a tag to compare

Major changes

  • Added calc_genoprob_fst() which combines calc_genoprob() and
    fst_genoprob() to save use of RAM when calculating genotype
    probabilties.

  • Added genoprob_to_alleleprob_fst() which combines
    genoprob_to_alleleprob() and fst_genoprob() to save use of RAM
    when converting genotype probabilties to allele dosages.

  • Added summary() and print() functions for "fst_genoprob"
    objects.

  • Rewrote the vignette using the iron dataset, so that it's faster to
    build.

Minor changes

  • Fixed use of class(), avoiding constructions like
    "blah" %in% class(object) and instead using
    inherits(object, "blah").

Version 0.20

03 Jun 15:42
1fb63ce
Compare
Choose a tag to compare

Minor changes

  • Renumbering to match R/qtl2 version

  • Use Markdown for function documentation, throughout