Learn R Programming

dexus (version 1.12.0)

INIThreshold<-: 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".

Examples

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

Run the code above in your browser using DataLab