combineResults: Combine Batch-processed Normalization Results

View source: R/combineResults.R

combineResultsR Documentation

Combine Batch-processed Normalization Results

Description

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.

Usage

combineResults(chiptype_dir, rerun = TRUE)

Arguments

chiptype_dir

character vector containing paths to chiptype directories

rerun

TRUE or FALSE, whether to run the function

Value

File storing normalization values for each CEL file type

Examples

# chiptype_dir <- unique(readRDS("./data/chiptype.rds"))
combineResults(chiptype_dir, rerun=FALSE)

yduan004/signatureSearchData documentation built on April 7, 2023, 4:12 a.m.