Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions R/getRPCA.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,17 @@
#' @seealso
#' \code{\link[scater:runPCA]{scater::runPCA}}
#'
#' @author
#' The RPCA method is reported in Martino et al. (2020) and the
#' R/Bioconductor implementation utilizes the robust Aitchison
#' distance from \code{\link[vegan:decostand]{vegan::decostand}}.
#'
#' The Joint-RPCA method was adapted from the original
#' Python-based implementation in biocore/Gemelli by
#' Bianca Cordazzo Vargas, Liat Shenhav, and Cameron Martino.
#' The R/Bioconductor implementation was subsequently prepared by
#' Aituar Bektanov, Tuomas Borman, and Leo Lahti.
#'
#' @references
#'
#' Martino, C. and Shenhav, L. et al. (2020)
Expand Down
11 changes: 11 additions & 0 deletions man/getRPCA.Rd

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

Loading