Description Usage Arguments Value Examples
BrainMap
Merges maps from reColor
1 2 |
dim |
numeric dimensions of the original image |
tissueExp |
counts of genes per tissue, from SpatialEnrichment. |
Abrev |
character of all regions in the given section |
Files |
character of tiff images for each region |
slice |
integer of current slice |
refset |
character of reference brain map |
returns a matrix weighted by the gene overlap
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ##Internal to brainImageR,called within CreateBrain
#brainImageR:::loadworkspace()
##First load in a gene set
data(vth)
##calculate the spatial enrichment
#composite <- SpatialEnrichment(vth, reps = 20, refset = "developing")
#tissueExp <- Boot(composite)
##Select the slice of interest
#slice <- 4
#Files <- .cache[["EH1434"]][[slice]]
#dim <- .cache[["EH1436"]][[slice]]
#Select the region of interest
#Abrev <- .cache[["EH1438"]]
#abrev <- "VZ"
# map <- BrainMap(dim = dim ,
# tissueExp = tissueExp,
# Abrev = Abrev, Files = Files,
# slice = slice,
# refset = "developing")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.