wrapper.corrMatrixD_HC {DAPAR} | R Documentation |
exprs()
tableBuilds a correlation matrix based on a MSnSet
object.
Same as the function wrapper.corrMatrixD
but uses the package highcharter
wrapper.corrMatrixD_HC(obj, rate = 0.5)
obj |
An object of class |
rate |
A float that defines the gradient of colors. |
A colored correlation matrix
Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) wrapper.corrMatrixD_HC(Exp1_R25_pept)