sig.genes: Accessor for the 'sig.genes' slot of a 'svplsTest' object

Description Usage Arguments Value Examples

Description

Accessor for the 'sig.genes' slot of a 'svplsTest' object

Usage

1
2
3
4
5
6
7
sig.genes(object)

## S4 method for signature 'svplsTest'
sig.genes(object)

## S4 method for signature 'svplsTest'
sig.genes(object)

Arguments

object

a svplsTest object

Value

A vector of the genes detected to be significantly differentially expressed between the two specified conditions by svplsTest.

Examples

1
2
3
4
5
6
data(sim.dat)
group = as.factor(c(rep(1, 10), rep(-1, 10)))
sv = svplsSurr(sim.dat, group)
surr = surr(sv)
fit = svplsTest(dat = sim.dat, group = group, surr = surr, test = "Wald")
sig.genes(fit)

sutigit21/SVAPLSseq documentation built on May 30, 2019, 8:43 p.m.