cor_jackknife_matrix | R Documentation |
Compute correlation matrix with jackknife resampling
cor_jackknife_matrix(
dataX,
distmethod = function(x) {
cor(x, use = "pairwise.complete.obs", method =
"pearson")
}
)
dataX |
data.frame with e.g. transition intensities per peptide or pepitde intensities per protein |
Other transitioncorrlation:
cor_order()
,
jackknife()
,
jackknife_matrix()
dd <- prolfqua_data("data_correlatedPeptideList")
class(dd[[1]])
dd[[1]][1,2] <- NA
cor_jackknife_matrix(dd[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.