Description Usage Arguments Value
View source: R/calculate_features.R
Score each protein pair in a series of CF-MS experiments, using a measure of association of choice, then merge the calculated features into a single data frame that contains scores for each pair across all of the input experiments. This data frame can then be provided to a classifier as input, alongside a set of 'gold-standard' interacting pairs, in order to score interactions in a manner that integrates data from multiple CF-MS replicates. Note that the final data frame may contain missing values; to replace them, use the impute_missing_features function.
1 | calculate_features(mats, metric = metrics())
|
mats |
a list of CF-MS matrices, with proteins in rows and fractions in columns |
metric |
the measure of association to use in scoring protein pairs |
a data frame containing features for all protein pairs across all replicates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.