Skip to content

Commit

Permalink
More DOI replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaveazure committed Jan 27, 2021
1 parent 86d204f commit 623bf07
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions R/integration.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ NULL
#' \code{\link{IntegrateData}}.
#'
#' @references Stuart T, Butler A, et al. Comprehensive Integration of
#' Single-Cell Data. Cell. 2019;177:1888-1902 \url{https://doi.org/10.1016/j.cell.2019.05.031}
#' Single-Cell Data. Cell. 2019;177:1888-1902 \doi{10.1016/j.cell.2019.05.031}
#'
#' @importFrom pbapply pblapply
#' @importFrom future.apply future_lapply
Expand Down Expand Up @@ -535,7 +535,7 @@ FindIntegrationAnchors <- function(
#' \code{\link{TransferData}}
#'
#' @references Stuart T, Butler A, et al. Comprehensive Integration of
#' Single-Cell Data. Cell. 2019;177:1888-1902 \url{https://doi.org/10.1016/j.cell.2019.05.031};
#' Single-Cell Data. Cell. 2019;177:1888-1902 \doi{10.1016/j.cell.2019.05.031};
#'
#' @export
#' @concept integration
Expand Down Expand Up @@ -905,8 +905,7 @@ GetTransferPredictions <- function(object, assay = "predictions", slot = "data",
#'
#' The main steps of this procedure are outlined below. For a more detailed
#' description of the methodology, please see Stuart, Butler, et al Cell 2019.
#' \url{https://doi.org/10.1016/j.cell.2019.05.031};
#' \url{https://doi.org/10.1101/460147}
#' \doi{10.1016/j.cell.2019.05.031}; \doi{10.1101/460147}
#'
#' For pairwise integration:
#'
Expand Down Expand Up @@ -983,7 +982,7 @@ GetTransferPredictions <- function(object, assay = "predictions", slot = "data",
#' as centered, corrected Pearson residuals.
#'
#' @references Stuart T, Butler A, et al. Comprehensive Integration of
#' Single-Cell Data. Cell. 2019;177:1888-1902 \url{https://doi.org/10.1016/j.cell.2019.05.031}
#' Single-Cell Data. Cell. 2019;177:1888-1902 \doi{10.1016/j.cell.2019.05.031}
#'
#' @export
#' @concept integration
Expand Down Expand Up @@ -2410,7 +2409,7 @@ SelectIntegrationFeatures <- function(
#'
#'
#' @references Stuart T, Butler A, et al. Comprehensive Integration of
#' Single-Cell Data. Cell. 2019;177:1888-1902 \url{https://doi.org/10.1016/j.cell.2019.05.031}
#' Single-Cell Data. Cell. 2019;177:1888-1902 \doi{10.1016/j.cell.2019.05.031}
#'
#' @export
#' @concept integration
Expand Down
2 changes: 1 addition & 1 deletion man/FindIntegrationAnchors.Rd

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

2 changes: 1 addition & 1 deletion man/FindTransferAnchors.Rd

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

5 changes: 2 additions & 3 deletions man/IntegrateData.Rd

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

2 changes: 1 addition & 1 deletion man/TransferData.Rd

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

0 comments on commit 623bf07

Please sign in to comment.