|
a |
|
b/man/downloadAndPrepareCELFiles.Rd |
|
|
1 |
% Generated by roxygen2 (4.1.1): do not edit by hand |
|
|
2 |
% Please edit documentation in R/downloadAndPrepareCELFiles.R |
|
|
3 |
\name{downloadAndPrepareCELFiles} |
|
|
4 |
\alias{downloadAndPrepareCELFiles} |
|
|
5 |
\title{Download GEO .CEL files} |
|
|
6 |
\usage{ |
|
|
7 |
downloadAndPrepareCELFiles(geo_nbr, destdir = getwd(), clean = FALSE, |
|
|
8 |
verbose = TRUE) |
|
|
9 |
} |
|
|
10 |
\arguments{ |
|
|
11 |
\item{geo_nbr}{The GEO ascession number.} |
|
|
12 |
|
|
|
13 |
\item{destdir}{The destination dir of the downloaded files.} |
|
|
14 |
|
|
|
15 |
\item{clean}{Should the strictly unnessesary files be deleted?} |
|
|
16 |
|
|
|
17 |
\item{verbose}{Signal the process.} |
|
|
18 |
} |
|
|
19 |
\description{ |
|
|
20 |
Function for downloading the CEL files of a GEO dataset and prepare it for |
|
|
21 |
preprocessing. |
|
|
22 |
The function uses \code{getGEOSuppFiles} which downloads the data. The |
|
|
23 |
function then unzips the data files in the GEO series. |
|
|
24 |
} |
|
|
25 |
\note{ |
|
|
26 |
The function will overwrite existing files in the \code{destdir}. |
|
|
27 |
} |
|
|
28 |
\examples{ |
|
|
29 |
\dontrun{ |
|
|
30 |
downloadAndPrepareCELFiles(geo_nbr = "GSE18376", |
|
|
31 |
destdir = tempdir()) |
|
|
32 |
} |
|
|
33 |
} |
|
|
34 |
\author{ |
|
|
35 |
Anders Ellern Bilgrau, |
|
|
36 |
Steffen Falgreen Larsen |
|
|
37 |
} |
|
|
38 |
\keyword{internal} |
|
|
39 |
|