Description Usage Arguments Value Author(s) Examples
View source: R/plots_corr_matrix.R
Correlation matrix based on a MSnSet
object.
1 | corrMatrixD_HC(object, samplesData = NULL, rate = 0.5, showValues = TRUE)
|
object |
The result of the |
samplesData |
A dataframe in which lines correspond to samples and columns to the meta-data for those samples. |
rate |
The rate parameter to control the exponential law for the gradient of colors |
showValues |
xxx |
A colored correlation matrix
Samuel Wieczorek
1 2 3 4 5 | utils::data(Exp1_R25_pept, package='DAPARdata')
qData <- Biobase::exprs(Exp1_R25_pept)
samplesData <- Biobase::pData(Exp1_R25_pept)
res <- cor(qData,use = 'pairwise.complete.obs')
corrMatrixD_HC(res, samplesData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.