Skip to content

Instantly share code, notes, and snippets.

@kieranrcampbell
Last active May 20, 2016 14:06
Show Gist options
  • Save kieranrcampbell/0d506a0857472167a7b21e79da162869 to your computer and use it in GitHub Desktop.
Save kieranrcampbell/0d506a0857472167a7b21e79da162869 to your computer and use it in GitHub Desktop.
TSCAN applied to small subset of monocle data
library(TSCAN)
set.seed(1)
load("X.rda")
dim(X)
## [1] 228 5
ts <- exprmclust(t(X))
tso <- TSCANorder(ts, orderonly = FALSE)
dim(tso)
## [1] 166 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment