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

Fix splotchEstimate example

parent 5abc94a6
No related branches found
No related tags found
No related merge requests found
### Version 1.9.4.9008 (2019-08-20)
* Merge master into splotch branch
* Fix dataset in splotchEstimate example
## Version 1.9.4 (2019-08-20)
......
......@@ -17,9 +17,10 @@
#' @examples
#' # Load example data
#' library(scater)
#' data("sc_example_counts")
#' set.seed(1)
#' sce <- mockSCE()
#'
#' params <- splotchEstimate(sc_example_counts)
#' params <- splotchEstimate(sce)
#' params
#' @export
splotchEstimate <- function(counts, params = newSplotchParams(),
......
......@@ -33,9 +33,10 @@ is done.
\examples{
# Load example data
library(scater)
data("sc_example_counts")
set.seed(1)
sce <- mockSCE()
params <- splotchEstimate(sc_example_counts)
params <- splotchEstimate(sce)
params
}
\seealso{
......
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