Skip to content

Commit

Permalink
Skip example
Browse files Browse the repository at this point in the history
  • Loading branch information
timoast committed Nov 8, 2023
1 parent f30fea5 commit 900e0c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/dimension_reduction.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ RunSVD.default <- function(
#' @concept dimension_reduction
#' @method RunSVD Assay
#' @examples
#' \dontrun{
#' RunSVD(atac_small[['peaks']])
#' }
RunSVD.Assay <- function(
object,
assay = NULL,
Expand Down Expand Up @@ -171,7 +173,9 @@ RunSVD.Assay <- function(
#' @concept dimension_reduction
#' @method RunSVD StdAssay
#' @examples
#' \dontrun{
#' RunSVD(atac_small[['peaks']])
#' }
RunSVD.StdAssay <- function(
object,
assay = NULL,
Expand Down Expand Up @@ -200,7 +204,9 @@ RunSVD.StdAssay <- function(
#' @export
#' @concept dimension_reduction
#' @examples
#' \dontrun{
#' RunSVD(atac_small)
#' }
#' @method RunSVD Seurat
RunSVD.Seurat <- function(
object,
Expand Down
6 changes: 6 additions & 0 deletions man/RunSVD.Rd

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

0 comments on commit 900e0c4

Please sign in to comment.