Releases: rqtl/qtl2fst
Version 0.30
Version 0.28
qtl2fst 0.28 (2024-07-16)
Minor changes
- Fixed link in documentation.
Version 0.26
qtl2fst 0.26 (2021-10-07)
Minor changes
-
If needed directory doesn't exist, create it rather than stopping with an error (
fst_genoprob()
andbind_fst()
and functions that call them). Fixes Issue #17. -
Fix some URLs in Readme, News, and vignette.
-
Have
fst_genoprob()
andgenoprob_to_alleleprob_fst()
check that input is of class"calc_genoprob"
.
Version 0.24
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 ofqtl2::calc_entropy()
,qtl2::calc_geno_freq()
, andqtl2::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
Small changes to get on CRAN:
- revise documentation and vignette
- revise package title and description
Version 0.22
Major changes
-
Added
calc_genoprob_fst()
which combinescalc_genoprob()
and
fst_genoprob()
to save use of RAM when calculating genotype
probabilties. -
Added
genoprob_to_alleleprob_fst()
which combines
genoprob_to_alleleprob()
andfst_genoprob()
to save use of RAM
when converting genotype probabilties to allele dosages. -
Added
summary()
andprint()
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
Minor changes
-
Renumbering to match R/qtl2 version
-
Use Markdown for function documentation, throughout