TissueSummary: Internal-Identify the number of genes expressed in each...

Description Usage Arguments Value Examples

View source: R/TissueSummary.R

Description

. Quantifies the presence of gene list within each tissue

Usage

1
TissueSummary(genes, refset = c("developing", "adult"))

Arguments

genes

Genes to query for tissue location

refset

reference map. developing (default) or adult

Value

returns genes counts for each tissue

Examples

1
2
3
4
5
#Internal to brainImageR, used within SpatialEnrichment
#First load in a gene set
#brainImageR:::loadworkspace()
data(vth)
#tissueExp <- TissueSummary(vth, refset = "developing")

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