Skip to content

Commit

Permalink
uncomment setup data
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Sep 10, 2024
1 parent 6756e0d commit 9d2446d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions inst/debug/plotVelocityStream.R
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9d2446d

Please sign in to comment.