[28aa3b]: / man / downloadAndProcessDLBCL.Rd

Download this file

44 lines (39 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
36
37
38
39
40
41
42
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/downloadAndProcessDLBCL.R
\name{downloadAndProcessDLBCL}
\alias{downloadAndProcessDLBCL}
\title{Download and process all curated DLBCL datasets}
\usage{
downloadAndProcessDLBCL(...)
}
\arguments{
\item{\dots}{Arguments passed to \code{\link{downloadAndProcessGEO}}.}
}
\value{
Saves a \code{list} of the processed datasets in the working
directory named "dlbcl_data.Rds".
Invisibly returns a \code{list} of the output of
\code{\link{downloadAndProcessGEO}}.
}
\description{
Automatically download and process all support curated DLBCL datasets.
Simply loops over all datasets in \code{data(dlbcl_overview)}.
}
\examples{
listTargets("brainarray")
\dontrun{
# Warning, very long processing times if data is not downloaded.
# Preprocess with brainarray "Entrez" gene ids
res <- downloadAndProcessDLBCL(cdf = "brainarray", target = "ENTREZG",
clean = FALSE)
# Preprocess with brainarray "Ensembl" gene ids
res2 <- downloadAndProcessDLBCL(cdf = "brainarray", target = "ENSG",
clean = TRUE)
# Preprocess with affy's probesets
res3 <- downloadAndProcessDLBCL() #= downloadAndProcessDLBCL(cdf = "affy")
}
}
\author{
Anders Ellern Bilgrau\cr
Steffen Falgreen Larsen
}