Description Arguments Value Author(s) Examples
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
.
object |
An instance of "DEXUSResult". |
value |
A numeric to be used for thresholding the I/NI values. |
INIThreshold<-
returns an instance of
"DEXUSResult".
Guenter Klambauer klambauer@bioinf.jku.at and Thomas Unterthiner unterthiner@bioinf.jku.at
1 2 3 | data(dexus)
result <- dexus(countsBottomly[1:20,1:10])
INIThreshold(result) <- 0.1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.