Merge p-values using the DPM method.
DPM(
p_values,
data_matrix = NULL,
cov_matrix = NULL,
scores_direction,
constraints_vector
)
A p-value vector representing the merged significance of multiple p-values.
A matrix of m x n p-values.
An m x n matrix representing m tests and n samples. NA's are not allowed.
A pre-calculated covariance matrix of data_matrix
. This is more
efficient when making many calls with the same data_matrix.
Only one of data_matrix
and cov_matrix
must be given. If both are supplied,
data_matrix
is ignored.
A matrix of log2 fold-change values. Datasets without directional information should be set to 0.
A numerical vector of +1 or -1 values corresponding to the user-defined directional relationship between columns in scores_direction. Datasets without directional information should be set to 0.