install.brainarray: Installs brainarray CDF and probe information packages

Description Usage Arguments Value Author(s) References See Also Examples

Description

This package downloads, installs, and/or loads the brainarray CDF and probe enviroments from the Brainarray website.

Usage

1
2
3
install.brainarray(array, version = "18.0.0", type = "ensg",
  force.reinstall = FALSE, force.download = FALSE,
  use.temp.dir = TRUE, path)

Arguments

array

A character of length 1 giving the giving the name of the array.

version

A character of length 1 giving the version to download.

type

A charcter giving the annotation type.

force.reinstall

logical. Should the package be installed again?

force.download

logical. Should the package be downloaded again?

use.temp.dir

logical. Should a temporary dir be used?

path

A charcter of length 1. The path describing where the downloaded files are saved.

Value

Invisibly returns the location of the saved files.

Author(s)

Anders Ellern Bilgrau <anders.ellern.bilgrau (at) gmail.com>

References

See http://brainarray.mbni.med.umich.edu.

See Also

tempdir, install.packages

Examples

1
2
tmp.path <- install.brainarray("hgu133a", version = "18.0.0", type = "ensg")
print(tmp.path)

AEBilgrau/Bmisc documentation built on May 5, 2019, 11:28 a.m.