Description Usage Arguments Value
View source: R/calculate_features.R
Merge features extracted from multiple replicates into a single data frame for input to a classifier. Note that the merged data frame may contain missing values; to replace them, use the impute_missing_features function.
1 | merge_features(feature_dfs)
|
feature_dfs |
a list of feature data frames, each of which has protein pairs in the first two columns. Alternatively, a list of square matrices can be provided as input, and will be coerced into a list of feature data frames. |
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.