View source: R/transform_matrix.R
Transform a CF-MS matrix by either log-transformation or quantile
normalization. Note that quantile normalization relies on the implementation
in the preprocessCore
Bioconductor package, which is not installed
alongside the CFTK pacakge, and must be installed from Bioconductor
separately by the user.
1 | transform_matrix(mat, mode = c("quantile", "log-transform"))
|
mat |
a CF-MS chromatogram matrix, with proteins in rows and fractions in columns |
mode |
the transformation to apply; one of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.