From 9d2446d9cccad3968167744d59e2bd297b65978b Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Tue, 10 Sep 2024 13:48:13 +0100 Subject: [PATCH] uncomment setup data --- inst/debug/plotVelocityStream.R | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/inst/debug/plotVelocityStream.R b/inst/debug/plotVelocityStream.R index deca297..78803cd 100644 --- a/inst/debug/plotVelocityStream.R +++ b/inst/debug/plotVelocityStream.R @@ -4,14 +4,14 @@ library(velociraptor) # man page -# library(scuttle) -# sce1 <- mockSCE() -# sce2 <- mockSCE() -# -# spliced <- counts(sce1) -# unspliced <- counts(sce2) -# -# out <- scvelo(list(X=spliced, spliced=spliced, unspliced=unspliced), mode = "dynamical") +library(scuttle) +sce1 <- mockSCE() +sce2 <- mockSCE() + +spliced <- counts(sce1) +unspliced <- counts(sce2) + +out <- scvelo(list(X=spliced, spliced=spliced, unspliced=unspliced), mode = "dynamical") # vignette