merge_topTable: Function to merge N topTable's together, retaining a...

Description Usage Arguments Value Author(s)

Description

Function to merge N topTable's together, retaining a particular column from each topTable.

Usage

1
2
  merge_topTable(tt.list,
    keep = c("t", "adj.P.Val", "P.Value"))

Arguments

tt.list

a named list of topTable objects.

keep

the column to keep or retain. It should be one of the column names in each GSEA object.

Value

a data.frame of N+1 columns: ID, then the values that were extracted from each topTable. eg the t-stats

Author(s)

Mark Cowley, 2009-12-16


drmjc/microarrays documentation built on May 15, 2019, 2:26 p.m.