buildAIBSARNA: Function to create a SummarizedExperiment containing...

Description Usage Arguments Value Examples

View source: R/buildAIBSARNA.R

Description

This function is used to build the AIBSARNA SummarizedExperiment object, and must be run prior to running any other function in BrainSABER. This function will download the data from http://brainspan.org and may take several minutes, depending on internet connection speeds.

Usage

1

Arguments

mini

Default is FALSE. If mini=TRUE, build a miniature version of AIBSARNA that does not require internet connectivity and is suitable for example purposes only

Value

A SummarizedExperiment containing BrainSpan data, with the addition of RefSeq IDs via biomaRt

Examples

1
AIBSARNA <- buildAIBSARNA(mini = TRUE)

BrainSABER documentation built on Nov. 8, 2020, 7:28 p.m.