From 2ff318905d8f7efad0c028812b1dca00aa206989 Mon Sep 17 00:00:00 2001 From: Nick-Eagles Date: Thu, 2 Nov 2023 17:17:42 -0400 Subject: [PATCH] Fix a typo --- R/multi_gene.R | 2 +- man/dot-multi_gene_validity_check.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/multi_gene.R b/R/multi_gene.R index 955216d..7afbf32 100644 --- a/R/multi_gene.R +++ b/R/multi_gene.R @@ -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' diff --git a/man/dot-multi_gene_validity_check.Rd b/man/dot-multi_gene_validity_check.Rd index 56666cf..a035fa3 100644 --- a/man/dot-multi_gene_validity_check.Rd +++ b/man/dot-multi_gene_validity_check.Rd @@ -26,7 +26,7 @@ donor, possibly consisting of several capture areas to plot at once} \code{is_discrete} or \code{var_name}, which are handled internally} } \value{ -\class{SpatialExperiment} subsetted to the specified sample and to +\code{SpatialExperiment} subsetted to the specified sample and to each of the non-constant-expression genes } \description{