Description Usage Arguments Value Author(s) Examples
Function converts list (output from pvalcombination
, EScombination
, metaMA
) to matrix. )
1 | metalist.to.matrix(list, genenames = NULL)
|
list |
output from |
genenames |
vector of gene names in same order like in expression set for |
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.
Ivana Ihnatova
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.