From 680923143c0603d0e779f3a1d265b6e958647311 Mon Sep 17 00:00:00 2001 From: Gohta Aihara Date: Fri, 31 May 2024 16:18:10 -0400 Subject: [PATCH] addressed \value warning from BiocCheck::BiocCheck('new-package'=TRUE) --- R/data.R | 8 ++++++-- man/merfish_mousePOA.Rd | 13 +++++++++---- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/R/data.R b/R/data.R index fe32771..275bb75 100644 --- a/R/data.R +++ b/R/data.R @@ -1,6 +1,6 @@ #' Preprocessed MERFISH dataset of the mouse preoptic area for a bregma -0.29 slice -#' from a female naive animal (Animal ID = 1, Animal Sex = "Female", -#' # Behavior = "Naive", Bregma = "-0.29"). +#' from a female naive animal (Animal ID = 1, Animal Sex = "Female", Behavior = +#' "Naive", Bregma = "-0.29"). #' #' @format \code{SpatialExperiment} object where \code{assay} slot contains genes-by-cells #' matrix with preprocessed gene expression (total RNA counts per cell divided by @@ -11,4 +11,8 @@ #' @source \url{https://www.science.org/doi/10.1126/science.aau5324} #' #' @usage data("merfish_mousePOA") +#' +#' @return \code{SpatialExperiment} object for the preprocessed MERFISH dataset +#' of the mouse preoptic area for a bregma -0.29 slice from a female naive animal +#' (Animal ID = 1, Animal Sex = "Female", Behavior = "Naive", Bregma = "-0.29"). "merfish_mousePOA" \ No newline at end of file diff --git a/man/merfish_mousePOA.Rd b/man/merfish_mousePOA.Rd index 4a175d1..2a9f664 100644 --- a/man/merfish_mousePOA.Rd +++ b/man/merfish_mousePOA.Rd @@ -4,8 +4,8 @@ \name{merfish_mousePOA} \alias{merfish_mousePOA} \title{Preprocessed MERFISH dataset of the mouse preoptic area for a bregma -0.29 slice -from a female naive animal (Animal ID = 1, Animal Sex = "Female", -# Behavior = "Naive", Bregma = "-0.29").} +from a female naive animal (Animal ID = 1, Animal Sex = "Female", Behavior = +"Naive", Bregma = "-0.29").} \format{ \code{SpatialExperiment} object where \code{assay} slot contains genes-by-cells matrix with preprocessed gene expression (total RNA counts per cell divided by @@ -19,9 +19,14 @@ cell type, and neuron type meta data. \usage{ data("merfish_mousePOA") } +\value{ +\code{SpatialExperiment} object for the preprocessed MERFISH dataset +of the mouse preoptic area for a bregma -0.29 slice from a female naive animal +(Animal ID = 1, Animal Sex = "Female", Behavior = "Naive", Bregma = "-0.29"). +} \description{ Preprocessed MERFISH dataset of the mouse preoptic area for a bregma -0.29 slice -from a female naive animal (Animal ID = 1, Animal Sex = "Female", -# Behavior = "Naive", Bregma = "-0.29"). +from a female naive animal (Animal ID = 1, Animal Sex = "Female", Behavior = +"Naive", Bregma = "-0.29"). } \keyword{datasets}