DEgenes.topTable: Get the DE genes from a topTable. Get the lists of DE genes...

Description Usage Arguments Value Author(s) See Also

Description

Get the DE genes from a topTable. Get the lists of DE genes that pass various P or Q thresholds, see also summarise.topTable

Usage

1
2
3
4
  DEgenes.topTable(tt, p.thresh = c(0.05, 0.001, 1e-04),
    q.thresh = c(0.25, 0.1, 0.05),
    lfc.thresh = c(0.585, 1, 2), values = FALSE,
    as.df = FALSE, direction = c("either", "up", "down"))

Arguments

tt

a top.table, or a list of top tables

p.thresh

vectors of thresholds for p.values

q.thresh

vectors of thresholds for FDRs

lfc.thresh

vector of POSITIVE log base 2 FC thresholds. Note that absolute logFC's are used

values

also return the ‘p’/‘q’/‘logFC’ value?

as.df

logical if FALSE the result will be a list, otherwise will be a data.frame

direction

Which direction can the gene change be? one of “either”, “up” or “down”

Value

A list of DE genes from a toptable

Author(s)

Mark Cowley, 25/2/2008

See Also

summarise.topTable


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