View source: R/combineResults.R
combineResults | R Documentation |
Function combines batch-processed normalization results from same chip type
into a single data frame. Typically, the input for this step is generated by
the upstream normalizeCel
function. For more context, please consult
the vignette of this package.
combineResults(chiptype_dir, rerun = TRUE)
chiptype_dir |
character vector containing paths to chiptype directories |
rerun |
TRUE or FALSE, whether to run the function |
File storing normalization values for each CEL file type
# chiptype_dir <- unique(readRDS("./data/chiptype.rds"))
combineResults(chiptype_dir, rerun=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.