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

Fix BASiSCEstimate tests

parent ab98a13d
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
#' spike.info <- data.frame(Name = rownames(sc_example_counts)[1:10],
#' Input = rnorm(10, 500, 200),
#' stringsAsFactors = FALSE)
#' params <- BASiCSEstimate(sc_example_counts[1:50, 1:20],
#' params <- BASiCSEstimate(sc_example_counts[1:100, 1:30],
#' spike.info)
#' params
#' }
......
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