InABA: Quick search for presence of genes in the ABA list

Description Usage Arguments Value Examples

View source: R/InABA.R

Description

InABA checks for the gene name in the ABA dataset

Usage

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

Arguments

genes

genes to search

refset

reference brain map. developing (default) or adult

Value

returns the list of genes that are also present in the ABA dataset

Examples

1
2
3
4
5
6
7
#brainImageR:::loadworkspace()
##First load in a gene set
data(vth)
##Then query the dataset to see which genes are present
#vth_in <- InABA(vth)
#head(vth_in)
#length(vth_in) / length(vth)

saralinker/brainImageR documentation built on May 29, 2019, 1:51 p.m.