Description Usage Arguments Details Value Author(s)
Function joins results from meta-analysis to one list. It uses predefined types of results and transform some of them.
1 | join.results(..., type = NULL , genenames = NULL)
|
... |
Outputs from different function for methods of meta-analysis of microarray |
type |
a numeric vector idicating from which function the output is, |
genenames |
a character vector - names of all genes (or probe ID) included in meta-analysis = rownames of gene expression data matrix. It can be |
Values below have to be used in type
.
1for functions: pvalcombination
, pvalcombination.paired
, EScombination
or EScombination.paired
2for function performSOGL
3for function topGene
4for function MAP.genes
5for function zScores
, ScoresFDR
, z.stat
, tspcalc
A list in which each slot refers to one meta-analytical method and contains a data frame with all outputs available from the method for one gene.
Ivana Ihnatova
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.