Description Usage Arguments Details Value Examples
Method to define ensemble method. Given a data frame containing inferred relationships between genes, the method will apply a defined voting method to define a consensus network. Note that the function will perform all of these voting procedures on the data.
1 | edge_voting(ensemble_df)
|
ensemble_df |
A data frame with the outcomes of all inference methods, as defined in the |
Voting methods:
Majority vote: edge is considered present if it is inferred in 51
Super majority vote: edge is considered present if it is inferred in 2/3 of the cases
Quorum vote: this method sits between between the majority vote and the supermajority. It is defined as \frac{N}{2} + 1, where N is the number of methods used
Absolute majority vote: edge is present in all of the methods only
A data frame with the outcome of chosen voting method
1 | edge_voting(EDF)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.