diff --git a/DESCRIPTION b/DESCRIPTION index 6d7e6696..ce2ffb30 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: qtl2 -Version: 0.37-1 -Date: 2024-06-20 +Version: 0.37-2 +Date: 2024-08-26 Title: Quantitative Trait Locus Mapping in Experimental Crosses Description: Provides a set of tools to perform quantitative trait locus (QTL) analysis in experimental crosses. It is a @@ -43,5 +43,5 @@ LazyData: true Encoding: UTF-8 ByteCompile: true LinkingTo: Rcpp, RcppEigen -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 Roxygen: list(markdown=TRUE) diff --git a/NEWS.md b/NEWS.md index 38007bd6..5c5ad5f9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## qtl2 0.37-1 (2024-06-20) +## qtl2 0.37-2 (2024-08-26) ### Minor changes diff --git a/R/clean_genoprob.R b/R/clean_genoprob.R index 7a2774e7..b82abf8a 100644 --- a/R/clean_genoprob.R +++ b/R/clean_genoprob.R @@ -37,7 +37,7 @@ #' `column_threshold`, all values in that genotype column at that #' position are set to 0. #' -#' In addition, any genotype probabilties that are < `value_threshold` +#' In addition, any genotype probabilities that are < `value_threshold` #' (generally < `column_threshold`) are set to 0. #' #' The probabilities are then re-scaled so that the probabilities for diff --git a/man/clean_genoprob.Rd b/man/clean_genoprob.Rd index f56f872c..0fae9421 100644 --- a/man/clean_genoprob.Rd +++ b/man/clean_genoprob.Rd @@ -68,7 +68,7 @@ probability across individuals. If that maximum is < \code{column_threshold}, all values in that genotype column at that position are set to 0. -In addition, any genotype probabilties that are < \code{value_threshold} +In addition, any genotype probabilities that are < \code{value_threshold} (generally < \code{column_threshold}) are set to 0. The probabilities are then re-scaled so that the probabilities for