|
a |
|
b/man/requireBrainarray.Rd |
|
|
1 |
% Generated by roxygen2 (4.1.1): do not edit by hand |
|
|
2 |
% Please edit documentation in R/requireBrainarray.R |
|
|
3 |
\name{requireBrainarray} |
|
|
4 |
\alias{requireBrainarray} |
|
|
5 |
\title{Installs brainarray CDF and probe information packages} |
|
|
6 |
\usage{ |
|
|
7 |
requireBrainarray(array_type, custom_cdf = "enst", |
|
|
8 |
version = getLatestVersion()) |
|
|
9 |
} |
|
|
10 |
\arguments{ |
|
|
11 |
\item{array_type}{A character of length 1 giving the giving the name of the' |
|
|
12 |
array. (Preferably as returned by \code{affyio::read.celfile.header})} |
|
|
13 |
|
|
|
14 |
\item{custom_cdf}{A charcter giving the annotation type.} |
|
|
15 |
|
|
|
16 |
\item{version}{A character of length 1 giving the version to download.} |
|
|
17 |
} |
|
|
18 |
\value{ |
|
|
19 |
Invisibly returns a list of the locations of the saved files. |
|
|
20 |
} |
|
|
21 |
\description{ |
|
|
22 |
This package downloads, installs, and/or loads the brainarray CDF and probe |
|
|
23 |
enviroments from the Brainarray website. |
|
|
24 |
} |
|
|
25 |
\examples{ |
|
|
26 |
tmp.path <- requireBrainarray("hgu133a", custom_cdf = "enst", |
|
|
27 |
version = "18.0.0") |
|
|
28 |
print(tmp.path) |
|
|
29 |
tmp.path2 <- requireBrainarray("hgu133a", custom_cdf = "enst") |
|
|
30 |
print(tmp.path2) |
|
|
31 |
} |
|
|
32 |
\author{ |
|
|
33 |
Steffen Falgreen, |
|
|
34 |
Anders Ellern Bilgrau |
|
|
35 |
} |
|
|
36 |
\references{ |
|
|
37 |
See \url{http://brainarray.mbni.med.umich.edu}. |
|
|
38 |
} |
|
|
39 |
\seealso{ |
|
|
40 |
\code{\link{tempdir}}, \code{\link{install.packages}} |
|
|
41 |
} |
|
|
42 |
|