Description Usage Arguments Value Examples
Loads and annotates raw data previously downloaded with get_raw
.
Supported platforms include Affymetrix, Agilent, and Illumina.
1 2 3 4 5 6 7 |
gse_names |
Character vector of GSE names. |
data_dir |
String specifying directory with GSE folders. |
gpl_dir |
String specifying parent directory to search for previously downloaded GPL.soft files. |
overwrite |
Do you want to overwrite saved esets from previous |
ensql |
For development. Path to sqlite file with ENTREZID and SYMBOL columns created in data-raw/entrezdt. |
List of annotated esets.
1 2 3 | library(lydata)
data_dir <- system.file("extdata", package = "lydata")
eset <- load_raw("GSE9601", data_dir = data_dir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.