Description Usage Arguments Value Examples
A quick plot to assess the enrichments returned from testEnrich. Gene overlap calculated by random chance is plotted on the x-axis and the gene overlap from the query set on the y-axis. Each dot represents an individual microdissected tissue. Note that the signficance estimate is only dependent on the randomly generated overlaps if the p-values were calculated with the bootstrap procedure.
1 | PlotEnrich(boot)
|
boot |
Comp object returned from the testEnrich function |
Spatial enrichment plot
1 2 3 4 5 6 7 8 9 10 | #brainImageR:::loadworkspace()
##First put together a gene list, or load in the default vth dataset
data(vth)
##Calculate the spatial enrichment
#composite <- SpatialEnrichment(vth, 20, "developing")
#tissueExp1 <- composite@tissueExp1
#random.matrix <- composite@random.matrix
##Calculate the significance estimates
#boot <- testEnrich(composite)
#PlotEnrich(boot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.