Learn R Programming

MAMA (version 2.2.1)

join.results: Function to join results from meta-analysis to one list

Description

Function joins results from meta-analysis to one list. It uses predefined types of results and transform some of them.

Usage

join.results(..., type = NULL , genenames = NULL)

Arguments

...
Outputs from different function for methods of meta-analysis of microarray
type
a numeric vector idicating from which function the output is, kth element in type corresponds to kth element of .... It can be NULL, if the wrapper functions were used.
genenames
a character vector - names of all genes (or probe ID) included in meta-analysis = rownames of gene expression data matrix. It can be NULL, if the wrapper functions were used.

Value

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.

Details

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