Skip to content

Commit 804c6d8

Browse files
committed
fix code chunk in manual typo
1 parent 9491c85 commit 804c6d8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

R/apply-pgs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ validate.phenotype.data.input <- function(phenotype.data, phenotype.analysis.col
146146
#' The PGS catalog standard column \code{other_allele} in \code{pgs.weight.data} is required for this check.
147147
#' @param remove.ambiguous.allele.matches A logical indicating whether to remove PGS variants with ambiguous allele matches between PGS weight data and VCF genotype data. Default is \code{FALSE}.
148148
#' The PGS catalog standard column \code{other_allele} in \code{pgs.weight.data} is required for this check.
149-
#' @param max.strand.flips An integer indicating the number of unambiguous strand flips that need to be detected in order to discard all variants with ambiguous allele matches. Only applies if {return.ambiguous.as.missing == TRUE}.
149+
#' @param max.strand.flips An integer indicating the number of unambiguous strand flips that need to be detected in order to discard all variants with ambiguous allele matches. Only applies if \code{return.ambiguous.as.missing == TRUE}.
150150
#' Default is \code{0} which means that all ambiguous variants are removed regardless of the status of any other variant.
151151
#' @param remove.mismatched.indels A logical indicating whether to remove indel variants that are mismatched between PGS weight data and VCF genotype data. Default is \code{FALSE}.
152152
#' The PGS catalog standard column \code{other_allele} in \code{pgs.weight.data} is required for this check.

R/assess-strand-flip.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ flip.DNA.allele <- function(alleles, return.indels.as.missing = FALSE) {
9393
#' @param return.indels.as.missing A logical value indicating whether to return NA for INDEL alleles with detected mismatches. Default is \code{FALSE}.
9494
#' @param return.ambiguous.as.missing A logical value indicating whether to return NA for ambiguous cases where both a strand flip and effect switch are possible,
9595
#' or no strand flip is detected and a mismatch cannot be resolved. Default is \code{FALSE}.
96-
#' @param max.strand.flips An integer indicating the number of non-ambiguous strand flips that must be present to implement the discarding all allele matches labeled "ambiguous_flip". Only applies if {return.ambiguous.as.missing == TRUE}.
96+
#' @param max.strand.flips An integer indicating the number of non-ambiguous strand flips that must be present to implement the discarding all allele matches labeled "ambiguous_flip". Only applies if \code{return.ambiguous.as.missing == TRUE}.
9797
#' Defaults to \code{0}, meaning that no strand flips are allowed. Allele matches labeled "unresolved_mismatch" are not affected by this parameter.
9898
#' @return A list containing the match assessment, a new PGS effect allele, and a new PGS other allele.
9999
#'

man/analyze.pgs.binary.predictiveness.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/apply.polygenic.score.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/assess.pgs.vcf.allele.match.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)