tis_set {brainImageR} | R Documentation |
Tissues that support brain area. Opposite=tis_in_region()'
tis_set(composite, area.name, slice)
composite |
object returned from SpatialEnrichment or CreateBrain |
area.name |
abreviation of the brain area of interest. |
slice |
section of the brain to query (1-10) |
all areas supported by the tissue
#brainImageR:::loadworkspace() ##Load in a gene set data(vth) ##calculate spatial enrichment #composite <- SpatialEnrichment(vth, reps = 20, refset = "developing") #get the set of tissues that are present within a given region #tis_set(composite, area.name = "Pu", slice = 6)