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

Fix splotchEstimate example

parent 106bae48
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