SpatialEnrichment: Calculate the presence of your gene set within each brain...

Description Usage Arguments Value Examples

View source: R/SpatialEnrichment.R

Description

Calculates the presence of gene set within each region

Usage

1
2
SpatialEnrichment(genes, background = NULL, reps = 10,
    refset = c("developing", "adult"))

Arguments

genes

query gene set

background

background gene list, default = NULL (uses all ABA genes)

reps

replicates for bootstrap, default = 10

refset

reference brain map. developing (default) or adult

Value

"Comp" object

Examples

1
2
3
4
5
#brainImageR:::loadworkspace()
##First load in a gene set
data(vth)
##Then calculate the spatial enrichment
#composite <- SpatialEnrichment(vth,20,"developing")

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