library(boost)
## load sample dataset
data(mob)
## estimate the size factor and extract one sample gene
s <- get.size.factor(mob, estimation.method = "TSS")
g <- mob[, "Apoe"]
## run the statistical test
res <- SPARK(g, mob.spots, s, gene.name = "Apoe")
print(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.