View source: R/differentiationTest.R
differentiationTest | R Documentation |
Test whether or not the cell repartition between lineages is independent of the conditions
differentiationTest(...)
... |
See the |
See the fateSelectionTest
data('slingshotExample', package = "slingshot")
rd <- slingshotExample$rd
cl <- slingshotExample$cl
condition <- factor(rep(c('A','B'), length.out = nrow(rd)))
condition[110:139] <- 'A'
sds <- slingshot::slingshot(rd, cl)
differentiationTest(sds, condition)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.