empPvalues | R Documentation |
Chi^2
protein correlations.
Andersen et al. (2003) used a fixed Chi^2
threshold of 0.05 to
identify organelle-specific candidates. This function computes
empirical p-values by permutation the markers relative intensities and
computed null Chi^2
values.
empPvalues(marker, corMatrix, n = 100, ...)
marker |
A |
corMatrix |
A |
n |
The number of iterations. |
... |
Additional parameters to be passed to |
A numeric
of length nrow(corMatrix)
.
Laurent Gatto <lg390@cam.ac.uk>
Andersen, J. S., Wilkinson, C. J., Mayor, T., Mortensen, P. et al., Proteomic characterization of the human centrosome by protein correlation profiling. Nature 2003, 426, 570 - 574.
chi2
for Chi^2
calculation.
set.seed(1)
mrk <- rnorm(6, 5, 1)
prot <- rbind(matrix(rnorm(120, 5, 1), ncol = 6),
mrk + rnorm(6))
mrk <- mrk/sum(mrk)
prot <- prot/rowSums(prot)
empPvalues(mrk, prot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.