Skip to content

Commit

Permalink
addressed \value warning from BiocCheck::BiocCheck('new-package'=TRUE)
Browse files Browse the repository at this point in the history
  • Loading branch information
GohtaAihara committed May 31, 2024
1 parent 8814494 commit 6809231
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
8 changes: 6 additions & 2 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
13 changes: 9 additions & 4 deletions man/merfish_mousePOA.Rd

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

0 comments on commit 6809231

Please sign in to comment.