Description Usage Arguments Value
Replace pairs of proteins in a matrix output by score_pairs with
NA
s, if the two proteins were not jointly quantified in some minimum
number of overlapping fractions.
1 | filter_pairs(pairs, mat, min_pairs = 0)
|
pairs |
a square matrix scoring the similarity of each pair of chromatograms, as returned by score_pairs |
mat |
The original CF-MS chromatogram matrix, with proteins in rows and fractions in columns |
min_pairs |
minimum number of fractions in which a pair of proteins must both be detected to consider scoring the candidate interaction |
a filtered version of the input square matrix, with a subset of
protein pairs replaced by NA
s
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.