[28aa3b]: / man / downloadAndPrepareCELFiles.Rd

Download this file

40 lines (35 with data), 1.0 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
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/downloadAndPrepareCELFiles.R
\name{downloadAndPrepareCELFiles}
\alias{downloadAndPrepareCELFiles}
\title{Download GEO .CEL files}
\usage{
downloadAndPrepareCELFiles(geo_nbr, destdir = getwd(), clean = FALSE,
verbose = TRUE)
}
\arguments{
\item{geo_nbr}{The GEO ascession number.}
\item{destdir}{The destination dir of the downloaded files.}
\item{clean}{Should the strictly unnessesary files be deleted?}
\item{verbose}{Signal the process.}
}
\description{
Function for downloading the CEL files of a GEO dataset and prepare it for
preprocessing.
The function uses \code{getGEOSuppFiles} which downloads the data. The
function then unzips the data files in the GEO series.
}
\note{
The function will overwrite existing files in the \code{destdir}.
}
\examples{
\dontrun{
downloadAndPrepareCELFiles(geo_nbr = "GSE18376",
destdir = tempdir())
}
}
\author{
Anders Ellern Bilgrau,
Steffen Falgreen Larsen
}
\keyword{internal}