PerformVoteCounting | R Documentation |
This function is one of three methods to perform meta-analysis. Here, significant features are selected based on a selected criteria (i.e. an adjusted p-value <0.05 and the same direction of FC) for each dataset. The votes are then calculated for each feature by counting the total of number of times a feature is significant across all included datasets. However, this method is statistically inefficient and should be considered the last resort in situations where other methods to perform meta-analysis cannot be applied.
PerformVoteCounting(mSetObj = NA, BHth = 0.05, minVote)
mSetObj |
Input name of the created mSet Object. |
BHth |
Numeric input to set the significance level. By default it is 0.05. |
minVote |
Numeric input to set the minimum vote-count. |
Jeff Xiajeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.