Skip to content
Snippets Groups Projects
Commit 5bb38e0d authored by Luke Zappia's avatar Luke Zappia
Browse files

Add missing documentation for sce in getCounts

parent a280ce01
No related branches found
No related tags found
No related merge requests found
# DEVELOPMENT VERSION
* Add missing documentation for sce argument in getCounts
## Version 1.9.8 (2019-10-11)
* Add Kersplat simulation! Still experimental but is useable.
......
......@@ -148,7 +148,7 @@ addGeneLengths <- function(sce, method = c("generate", "sample"), loc = 7.9,
#' Get counts matrix from a SingleCellExperiment object. If counts is missing
#' a warning is issued and the first assay is returned.
#'
#' @param sce
#' @param sce SingleCellExperiment object
#'
#' @return Counts matrix
getCounts <- function(sce) {
......
......@@ -7,7 +7,7 @@
getCounts(sce)
}
\arguments{
\item{sce}{}
\item{sce}{SingleCellExperiment object}
}
\value{
Counts matrix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment