- None
- Started using Github Actions for continuous integration testing.
- None
- Updated RcppExports.cpp and deleted C++ test files that aren't used.
- added function
convert_to_scan1_output
to convert multivariate, one-QTL lods to output format ofqtl2::scan1
, for use inqtl2::bayes_int
.
- None
- None
- Added vignette to .Rbuildignore to ease CRAN submission.
- Refactored
scan_pvl
andboot_pvl
to reduce duplicated code - Added functions for genomewide, multivariate, one-QTL scan
- Returned to parallelization implemented by R package
parallel
. - Set default
cores
value toparallelly::availableCores()
for compatibility with job schedulers.
- Replaced
parallel
package use withfurrr
. This led to removal of the argumentn_cores
from bothboot_pvl
andscan_pvl
. A user may now usefuture::plan
to run in parallel. - Moved vignettes to website: https://fboehm.us/software/qtl2pleio
- Fixed argument name in
boot_pvl
, changingnboot_per_job
tonboot
. - Created function
scan_pvl_clean
to be called in bothscan_pvl
andboot_pvl
. This change shouldn't affect most users' experiences.
- None
- Updated
calc_lrt_tib
function to accommodate d-dimensional, d-variate scans
- None
-
I shortened title per CRAN recommendation
-
I added \value tags to document functions' outputs
- I added data to package to enable vignettes, examples, and tests.
-
Per CRAN submission feedback, I spelled out QTL in DESCRIPTION file and upon first use in vignettes.
-
Added citations with references to vignettes.
- none
- removed examples' and vignettes' dependencies on qtl2 R package.
- changed output of scan_pvl to be log10 likelihood, not log (natural base) likelihood. Thank you to @HongHe0123 for suggesting this.
- changed column name for tibble outputs to reflect log base 10 instead of log natural base.
- rewrites (and deletions) of tibble helper functions
- major revisions to code in main vignette
- fixed CITATION after G3 publication
- None
- fixed Description field of DESCRIPTION file per feedback from CRAN
- None
- removed Additional_repositories field from DESCRIPTION
- None
- added cran-comments.md file via devtools & added it to .Rbuildignore
- None
- Added Additional_repositories field to DESCRIPTION file per https://cran.r-project.org/submit.html in preparation for CRAN submission.
- Added url for Jiang and Zeng 1995 GENETICS article, per https://cran.r-project.org/submit.html.
- Revisions per peer review at Journal of Open Source Software
- None
- Submitted paper.md to JOSS
- Minor updates to recla vignette to download precalculated founder allele dosages
- changed default behavior of
plot_pvl
to not indicate univariate peak positions. - fixed CITATION file to tell users to cite Biorxiv preprint (following CITATION file format of rqtl/qtl2)
- Removed hex logo file from repo and deleted it from README
- revised paper.md in preparation for JOSS submission
-
Re-created profile LOD plots for vignettes and README without indicating univariate peak positions.
-
Added line type arguments to
plot_pvl
.
- added a vignette for HTCondor & bootstrap analysis
- updated README.Rmd and README.md (per suggestions & PR of @kbroman)
- added inst/CITATION file
- aligned ordering and names of arguments for both
boot_pvl
andscan_pvl
- added examples for
boot_pvl
- added literature references to both
boot_pvl
andscan_pvl
- corrected typo in vignette
- added tests & examples for
scan_pvl
- changed output of
scan_pvl
to a tibble - added
boot_n
function for use in bootstrap analyses - started using covariates in calls to
calc_covs
. Note that we still don't use genetic data when callingcalc_covs
. - deprecated
calc_loglik_bvlmm
- restructured
scan_pvl
to allow for more than two phenotypes. Now output is a dataframe.
- Added a
NEWS.md
file to track changes to the package.