[28aa3b]: / man / requireBrainarray.Rd

Download this file

43 lines (39 with data), 1.2 kB

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