Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Nov 2, 2023
1 parent 8fdf0ab commit 2ff3189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/multi_gene.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spot_plot_pca <- function(spe, genes, sample_id, assayname = "logcounts", minCou
#' @author Nicholas J. Eagles
#' @inheritParams spot_plot_z_score
#' @import SpatialExperiment SummarizedExperiment
#' @return \class{SpatialExperiment} subsetted to the specified sample and to
#' @return \code{SpatialExperiment} subsetted to the specified sample and to
#' each of the non-constant-expression genes
.multi_gene_validity_check <- function(spe, genes, sample_id, assayname, minCount, ...) {
# 'genes'
Expand Down
2 changes: 1 addition & 1 deletion man/dot-multi_gene_validity_check.Rd

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

0 comments on commit 2ff3189

Please sign in to comment.