PerformVoteCounting: Meta-Analysis Method: Vote Counting

View source: R/meta_methods.R

PerformVoteCountingR Documentation

Meta-Analysis Method: Vote Counting

Description

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.

Usage

PerformVoteCounting(mSetObj = NA, BHth = 0.05, minVote)

Arguments

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.

Author(s)

Jeff Xiajeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)


xia-lab/MetaboAnalystR documentation built on April 20, 2024, 8:13 p.m.