open_raw_illum | R Documentation |
Helper function to open raw Illumina microarray files in order to check that they are formatted correctly. For details on correct format, please see 'Checking Raw Illumina Data' in vignette.
open_raw_illum(gse_names, data_dir = getwd())
gse_names |
Character vector of Illumina GSE names to open. |
data_dir |
String specifying directory with GSE folders. |
Character vector of successfully formated Illumina GSE names.
library(lydata)
# Illumina GSE names
illum_names <- c("GSE50841", "GSE34817", "GSE29689")
# location of raw data
data_dir <- system.file("extdata", package = "lydata")
# open raw data files with default text editor
# open_raw_illum(illum_names)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.