INIThreshold<- {dexus}R Documentation

Set the I/NI threshold.

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

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

[Package dexus version 1.20.0 Index]