View source: R/combineNormRes.R
combineNormRes | R Documentation |
Function assembles normalization results from different chip types
into a single data frame. Note, this is possible since the three chip types
used by the CMap2 project contain nearly identical probe set ids. Typically,
the input for this step is generated by the upstream normalizeCel
and
combineResults
functions. For more context, please consult the vignette
of this package.
combineNormRes(chiptype_dir, norm_method)
chiptype_dir |
character vector containing paths to chiptype directories |
norm_method |
normalization method, one of "MAS5" or "rma". |
Object of class data.frame
containing normalization values
# chiptype_dir <- unique(readRDS("./data/chiptype.rds"))
combineNormRes(chiptype_dir, norm_method="not run")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.