getAE | R Documentation |
getAE
downloads and extracts the MAGE-TAB files from an
ArrayExpress dataset.
getAE(accession, path = getwd(), type = "full", extract = TRUE, sourcedir = path, overwrite = FALSE)
accession |
is an ArrayExpress experiment identifier. |
path |
is the name of the directory in which the files downloaded on the ArrayExpress repository will be extracted. |
type |
can be 'raw' to download and extract only the raw data, 'processed' to download and extract only the processed data or 'full' to have both raw and processed data. |
extract |
if FALSE, the files are not extracted from the zip archive. |
sourcedir |
when local = TRUE, files will be read from this directory. |
overwrite |
if TRUE, overwrite files if they already exist in path, default FALSE. |
A list with the names of the files that
have been downloaded and extracted.
Ibrahim Emam, Audrey Kauffmann
Maintainer: Jose Marugan <jcmarca@ebi.ac.uk>
ArrayExpress
,
ae2bioc
,
getcolproc
,
procset
mexp21 = getAE("E-MEXP-21", type = "full")
## Build a an ExpressionSet from the raw data
MEXP21raw = ae2bioc(mageFiles = mexp21)
## Build a an ExpressionSet from the processed data
cnames = getcolproc(mexp21)
MEXP21proc = procset(mexp21, cnames[2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.