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

Description Usage Arguments Details Value Author(s)

Description

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

Usage

1
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.

Details

Values below have to be used in type.

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.

Author(s)

Ivana Ihnatova


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

Related to join.results in MAMA...