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

Remove newSCESet import

parent fd8d2589
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,6 @@ importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(methods,validObject)
importFrom(scater,newSCESet)
importFrom(stats,dnbinom)
importFrom(stats,median)
importFrom(stats,model.matrix)
......
......@@ -27,7 +27,6 @@
#' @examples
#' sim <- BASiCSSimulate()
#' @export
#' @importFrom scater newSCESet
BASiCSSimulate <- function(params = newBASiCSParams(), verbose = TRUE, ...) {
checkmate::assertClass(params, "BASiCSParams")
......
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