powered by
Tests for correlation between protein expression value and any continuous data using cor.test.
test.correlation(x, param, method.cor = "kendall", method.padj = "BH", file = "correlation_plot.pdf")
generates a pdf file
List containing RPPa data set
character describing the parameter
character string describing the correlation
character string describing the method for the p-value correction for multiple testing.
character string
Heiko Mannsperger <h.mannsperger@dkfz.de>
For information about the argument method.cor see cor.test, informations about methods.padj can be found under p.adjust
cor.test
p.adjust
if (FALSE) { library(RPPanalyzer) data(dataIII) dataIII_median <- sample.median(dataIII) test.correlation(dataIII_median,param="staging") }
Run the code above in your browser using DataLab