Description Usage Arguments Value Examples
testEnrich
test the enrichment of the observed enrichment
1 | testEnrich(composite, method = c("fisher", "bootstrap"))
|
composite |
Comp object returned from SpatialEnrichment. |
method |
character either "bootstrap" or "fisher" |
spatiotemporal prediction
1 2 3 4 5 6 7 8 9 | #brainImageR:::loadworkspace()
##First put together a gene list, or load in the default vth dataset
data(vth)
##Calculate the spatial enrichment.
#composite <- SpatialEnrichment(vth, reps = 20, refset = "developing")
##Calculate the significance estimates
#boot <- testEnrich(composite)
#boot <- boot[order(boot$FC, decreasing=TRUE),]
#head(boot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.