Skip to content

Commit

Permalink
fixed typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviiia committed Jan 15, 2018
1 parent 0a35fb0 commit be60a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/fst.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Calculate FST for the admixed individuals
#'
#' Given the admixture proportion matrix \eqn{Q} for \eqn{n} individuals and \eqn{k} intermediate subpopulations, the vector of intermediate inbreeding coefficients \eqn{F} (per-subpopulation \eqn{F_{ST}}{FST}'s), and weights for individuals, this function returns the \eqn{F_{ST}}{FST} of the admixed individuals.
#' This \eqn{F_{ST}}{FST} equals the weighted mean of the diagonal of the coancestr matrix (see \code{\link{coanc}}).
#' This \eqn{F_{ST}}{FST} equals the weighted mean of the diagonal of the coancestry matrix (see \code{\link{coanc}}).
#'
#' @param Q The \eqn{n \times k}{n-by-k} admixture proportion matrix
#' @param F The length-\eqn{k} vector of subpopulation inbreeding coefficients
Expand Down
2 changes: 1 addition & 1 deletion man/fst.Rd

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

0 comments on commit be60a35

Please sign in to comment.