getCmapCEL | R Documentation |
This function will download the 7,056 CEL files from the CMap2 project
site (http://www.broadinstitute.org/cmap), and save each of them to a
subdirectory named CEL under data. Since this download step will take
a long time, the rerun
argument has been assigned FALSE
in
the example code below to avoid running it accidentally. If the raw data are not
needed, users can skip this time consuming step and work with the preprocessed
cmap
or cmap_expr
database downloaded from the
ExperimentHub instead.
getCmapCEL(rerun = TRUE, dest_dir = tempdir())
rerun |
TRUE or FALSE, whether to download the data |
dest_dir |
character(1), path to the destination directory |
download files
getCmapCEL(rerun=FALSE) # set 'rerun' to TRUE if download
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.