Skip to content

Commit

Permalink
Typo fix in documentation of rho
Browse files Browse the repository at this point in the history
  • Loading branch information
louisaslett committed Sep 23, 2024
1 parent 80f403f commit 5279e27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Imports:
RColorBrewer,
lobstr,
prettyunits
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
rhdf5,
Expand Down
2 changes: 1 addition & 1 deletion R/Parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' TODO: add kalis paper cross ref.
#' See page 3 in Supplemental Information for the original ChromoPainter paper (Lawson et al., 2012) for motivation behind our parameterisation, which is as follows:
#'
#' \deqn{\rho = \exp(-s \times cM^\gamma) - 1}{\rho = exp(-s * cM^\gamma) - 1}
#' \deqn{\rho = 1 - \exp(-s \times cM^\gamma)}{\rho = 1 - exp(-s * cM^\gamma)}
#'
#'
#' @param cM a vector specifying the recombination distance between variants in centimorgans.
Expand Down
2 changes: 1 addition & 1 deletion man/CalcRho.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5279e27

Please sign in to comment.