Skip to content

Commit

Permalink
Merge pull request #596 from satijalab/docs/runspca
Browse files Browse the repository at this point in the history
Add concept to rdoc for RunSPCA
  • Loading branch information
saketkc authored Aug 27, 2021
2 parents 09af635 + 8630876 commit da9018e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: Seurat
Version: 4.0.4.9000
Version: 4.0.4.9001
Date: 2021-08-27
Title: Tools for Single Cell Genomics
Description: A toolkit for quality control, analysis, and exploration of single cell RNA sequencing data. 'Seurat' aims to enable users to identify and interpret sources of heterogeneity from single cell transcriptomic measurements, and to integrate diverse types of single cell data. See Satija R, Farrell J, Gennert D, et al (2015) <doi:10.1038/nbt.3192>, Macosko E, Basu A, Satija R, et al (2015) <doi:10.1016/j.cell.2015.05.002>, Stuart T, Butler A, et al (2019) <doi:10.1016/j.cell.2019.05.031>, and Hao, Hao, et al (2020) <doi:10.1101/2020.10.12.335331> for more details.
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased
## Changes
- Update documentation for `to.upper` parameter in `Load10X_Spatial()` ([#4576](https://github.com/satijalab/seurat/issues/4576))
- Update concept tags for `RunSPCA()` ([#4978](https://github.com/satijalab/seurat/discussions/4987))

## Seurat 4.0.4 (2020-08-19)
## Added
Expand Down
3 changes: 3 additions & 0 deletions R/dimensional_reduction.R
Original file line number Diff line number Diff line change
Expand Up @@ -2311,6 +2311,7 @@ PrepDR <- function(
#'
#' @importFrom irlba irlba
#'
#' @concept dimensional_reduction
#' @rdname RunSPCA
#' @export
RunSPCA.default <- function(
Expand Down Expand Up @@ -2352,6 +2353,7 @@ RunSPCA.default <- function(
#' using the variable features for the Assay.
#'
#' @rdname RunSPCA
#' @concept dimensional_reduction
#' @export
#' @method RunSPCA Assay
#'
Expand Down Expand Up @@ -2386,6 +2388,7 @@ RunSPCA.Assay <- function(

#' @param reduction.name dimensional reduction name, spca by default
#' @rdname RunSPCA
#' @concept dimensional_reduction
#' @export
#' @method RunSPCA Seurat
#'
Expand Down
1 change: 1 addition & 0 deletions man/RunSPCA.Rd

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

0 comments on commit da9018e

Please sign in to comment.