metalist.to.matrix: Function to do convert list to matrix
Description
Function converts list (output from pvalcombination, EScombination) to matrix. )
Usage
metalist.to.matrix(list, genenames)
Arguments
list
output from pvalcombination, EScombination
genenames
vector of gene names in same order like in expression set for pvalcombination
Value
Matrix. Last columns contains test statistics (last slot from metalist). Other columns are binary vector indicating that the index of the gene was present in other slots of metalist.