metalist.to.matrix: Function to do convert list to matrix

Description Usage Arguments Value Author(s) Examples

Description

Function converts list (output from pvalcombination, EScombination, metaMA) to matrix. )

Usage

1

Arguments

list

output from pvalcombination, EScombination

genenames

vector of gene names in same order like in expression set for pvalcombination, can be NULL if the wrapper function metaMA was used.

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.

Author(s)

Ivana Ihnatova

Examples

1
2
3
4
5
6
data(Singhdata)
pvalt<-pvalcombination(
  esets=Singhdata$esets, 
  classes=Singhdata$classes, 
  moderated = "t", BHth = 0.01)
xx<-metalist.to.matrix(pvalt,Singhdata$geneNames)

MAMA documentation built on Jan. 15, 2017, 3:05 p.m.