INIThreshold-set: Set the I/NI threshold.

Description Arguments Value Author(s) Examples

Description

This generic function sets the threshold of the I/NI value. Transcripts with I/NI values above the I/NI threshold are considered as differentially expressed. The results of DEXUS are stored as an instance of DEXUSResult-class.

Arguments

object

An instance of "DEXUSResult".

value

A numeric to be used for thresholding the I/NI values.

Value

INIThreshold<- returns an instance of "DEXUSResult".

Author(s)

Guenter Klambauer klambauer@bioinf.jku.at and Thomas Unterthiner unterthiner@bioinf.jku.at

Examples

1
2
3
data(dexus)
result <- dexus(countsBottomly[1:20,1:10])
INIThreshold(result) <- 0.1

dexus documentation built on Nov. 8, 2020, 11:08 p.m.