Description Usage Arguments Value
Compute an index measuring the similarity of chromatogram profiles for every pair of proteins detected in a CF-MS experiment. This function implements a total of 24 such indices, or measures of association. The full list can be accessed using the metrics function.
1 | score_pairs(mat, metric = metrics(), seed = 0)
|
mat |
a CF-MS chromatogram matrix, with proteins in rows and fractions in columns |
metric |
the measure of association to use in scoring protein pairs |
seed |
seed for the random number generator, used to ensure the reproducibility some metrics, such as GENIE3 |
a matrix of dimensions (# of proteins) x (# of proteins), scoring every possible protein pair, in which higher values reflect more similar pairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.