[28aa3b]: / man / preprocessCELFiles.Rd

Download this file

37 lines (30 with data), 1.3 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
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/preprocessCELFiles.R
\name{preprocessCELFiles}
\alias{preprocessCELFiles}
\title{RMA preprocess CEL files}
\usage{
preprocessCELFiles(cel_files, cdf = c("affy", "brainarray"), target,
version = getLatestVersion(), background = TRUE, normalize = TRUE)
}
\arguments{
\item{cel_files}{A character vector of .CEL files.}
\item{cdf}{A character specifying the CDF type to use. Should be either
\code{"brainarray"} or \code{"affy"}.}
\item{target}{Specifies the "target" CDF to use depending on \code{cdf}.
If \code{cdf} is \code{"affy"} then \code{target} is e.g. \code{"core"}.
If \code{cdf} is \code{"brainarray"} then \code{target} is
e.g. \code{"ensg"}, \code{"entrez"}.
See \code{listTargets()} to list the available targets.}
\item{version}{A character giving the brainarray version to be used.
Only used if \code{cdf} is \code{"brainarray"}. See \code{listVersions()}.}
\item{background}{boolean. Should RMA background correction be performed?}
\item{normalize}{boolean. Should RMA normalization be performed?}
}
\value{
An expression set object.
}
\description{
General function for RMA processing microarray data. Automatically downloads
custom Brainarray chip definition files (cdf) if wanted.
}