Description Usage Arguments Examples
View source: R/plotNicelyTransitions.R
Compute correlation matrix with jack
1 2 3 4 5 | transitionCorrelationsJack(
dataX,
distmethod = function(x) { cor(x, use = "pairwise.complete.obs", method =
"pearson") }
)
|
dataX |
data.frame with transition intensities per peptide |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.