available_areanames: List of areas that are present in a plotted brain slice

Description Usage Arguments Value Examples

View source: R/available_areanames.R

Description

provides all brain areas within a slice for a refset.

Usage

1
available_areanames(composite, slice = NULL)

Arguments

composite

Object from either SpatialEnrichment or CreateBrain

slice

Section of the brain to be queried

Value

all areas present in the brain section of interest

Examples

1
2
3
4
5
6
#brainImageR:::loadworkspace()
##Load in a gene set
data(vth)
##calculate spatial enrichment
#composite <- SpatialEnrichment(vth, reps = 20, refset = "developing")
#available_areanames(composite, slice = 5)

brainImageR documentation built on May 6, 2019, 3:54 a.m.