View source: R/import_classes.R
Sets up a class for storing the options for importing datasets from GEO and/or ArrayExpress
1 2 3 4 5 6 7 8 | MicroarrayImportConfig(acc, import_method, normalise_method,
file_list = NULL, raw_dir = as.character(NA),
raw_files = as.character(NA), raw_archive = as.character(NA),
processed_dir = as.character(NA), processed_files = as.character(NA),
processed_archive = as.character(NA), sdrf = as.character(NA),
idf = as.character(NA), adf = as.character(NA),
gpl_dir = as.character(NA), gpl_files = as.character(NA),
annot_gpl = as.logical(NA))
|
acc |
An identifier for the microarray dataset. Typically this would be the GEO or ArrayExpress identifier. |
import_method |
Either a function or the name of a function to be used for importing the microarray files into R. The function-name can either be specified in "function_name" (if the function is defined in the calling environment) or "pkg_name::function_name". |
normalise_method |
Either a function or the name of a function to be used for normalising the imported microarray data. The function-name can be provided in "function_name" or "pkg_name::function_name" format. |
file_list |
A list (as output by run_download_workflow) that defines the file paths for the data to be imported. When specified, none of the arguments |
raw_dir |
GHI |
raw_files |
JKL |
raw_archive |
MNO |
processed_dir |
PQR |
processed_files |
STU |
processed_archive |
987 |
sdrf |
VWX |
idf |
YZ0 |
adf |
123 |
gpl_dir |
456 |
gpl_files |
789 |
annot_gpl |
Logical. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.