rqtl/qtl2: Version 0.20
Description
Major changes
scan1coef()
andfit1()
now, by default, gives coefficient estimates for the QTL effects that sum to 0, with an additional coefficient being the intercept. This makes it more like DOQTL (andscan1blup()
). The previous behavior can be obtained with the argumentzerosum=FALSE
.Add function
create_snpinfo()
for creating a SNP information table from a cross2 object, for use withscan1snps()
.
Updated
extdata/mouse_genes_small.sqlite
using updated MGI annotations. Some of the field names have changed.In
check_cross2()
, added a test for alleles being a vector of character strings.Fix some tests for R 3.6, due to change in random number generation.
Use Markdown for function documentation, throughout
In
genoprob_to_snpprob()
when a cross object is provided, make sure the genotype probabilities get subset to the cross markers.Fixed bug in
scan1snps()
rekeep_all_snps=FALSE
. It wasn't subsetting to the index SNPs properly. Added an internal functionreduce_to_index_snps()
. (See Issue #89.)Fixed bug in step probabilities for 4-, 8-, and 16-way RIL by selfing.
Fixed bug in
zip_datafiles()
when the files are in a subdirectory. (See Issue #102.)Fixed bug in
plot_peaks()
for the case that the inputpeaks
object does not contain QTL intervals. (See Issue #107.)Fixed inappropriate warning message for check of
cross_info
with cross typerisib8
.Fixed bugs in
guess_phase()
andlocate_xo()
where we needed anany()
around a comparison of two vectors.
Files
rqtl/qtl2-0.20.zip
Files
(1.6 MB)
Name | Size | Download all |
---|---|---|
md5:906624a3202ddabe9a4c93ab106c9611
|
1.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/rqtl/qtl2/tree/0.20 (URL)