getProbesetsFromStats-methods: description of function getProbesetsFromStats

getProbesetsFromStatsR Documentation

description of function getProbesetsFromStats

Description

getProbesetsFromStats returns a list of probesets (the rownames from the data matrix)

for a restriction of a list of stat comparisons probes <- getProbesetsFromStats (

x, v=1e-4, pos="adj.P.Val" )

Usage

getProbesetsFromStats(x, v = 1e-04, pos = "padj", mode = "less",
  Comparisons = NULL)

Arguments

v

The cutoff value

pos

The column in the stats tables to base the selection on

mode

one of 'less', 'more', 'onlyless' or 'equals' default 'less' ( <= )

Comparisons

A list of comparisons to check (all if left out)

Value

a list of probesets that shows an adjusted p value below 1e-4


stela2502/StefansExpressionSet documentation built on April 24, 2023, 8:15 p.m.