Learn R Programming

SCAN.UPC (version 2.14.0)

InstallBrainArrayPackage: Helper function for installing BrainArray packages

Description

When processing Affymetrix microarrays, users can specify alternative probe/gene mappings via the probeSummaryPackage parameter. Users can download such packages directly from the BrainArray web site and install them manually. Or they can use this helper function to download and install them in a single step.

Usage

InstallBrainArrayPackage(celFilePath, version, organism, annotationSource)

Arguments

celFilePath
Path to an example CEL file. The Affymetrix version name will be extracted from this file.
version
Version of BrainArray (for example, "17.1.0") you want to download.
organism
Abbreviated name (for example, "hs" = homo sapiens, "mm" = mus musculus, "gg" = gallus gallus) of the organism for which the microarrays are designed.
annotationSource
Abbreviated name of the annotation source (for example, "entrezg" = Entrez Gene, "ensg" = Ensembl Gene) you want to use.

Value

A character object that indicates the name of the installed package.

Examples

Run this code
## Not run: 
# pkgName = InstallBrainArrayPackage(celFilePath, "17.0.1", "hs", "entrezg")
# ## End(Not run)

Run the code above in your browser using DataLab