Learn R Programming

survJamda (version 1.1.4)

pool.zscores: Combine data for meta analysis.

Description

Combine the expression data, survival data (survival time and censoring status) and gene Z-scores for meta analysis.

Usage

pool.zscores(common.gene, s, geno.files, surv.data)

Arguments

common.gene
A vector of character strings containing the name of the genes common to the data sets composing the training set.
s
A vector of integers specifying the index of the expression files composing the training set.
geno.files
A vector of character strings consisting of the names of the expression files.

surv.data
A list of two vectors, survival time and censoring status. In the censoring status vector, 1 = event occurred, 0 = censored.

Value

None.

Warning

This function is not called by the user directly.