Description Usage Arguments Value Examples
View source: R/tppccrNormalize.R
Normalize each fold change column by its median.
1 |
data |
list of expressionSets with measurements to be normalized |
List of expressionSet objects storing the normalized fold changes, as well as
row and column metadata. In each expressionSet S
, the fold changes
can be accessed by Biobase::exprs(S)
. Protein names can be accessed by
featureNames(S)
. Isobaric labels and the corresponding concentrations are
returned by S$label
and S$concentration
.
1 2 3 4 | data(hdacCCR_smallExample)
tppccrData <- tppccrImport(configTable=hdacCCR_config, data = hdacCCR_data)
tppccrNorm <- tppccrNormalize(data=tppccrData)
head(Biobase::exprs(tppccrNorm[[1]]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.