INI {dexus} | R Documentation |
This function filters the result object for informative transcripts. Transcripts with an I/NI value below the given threshold are filtered out.
object |
An instance of "DEXUSResult". |
threshold |
A numeric determining the threshold for the I/NI values. |
An instance of "DEXUSResult".
Guenter Klambauer klambauer@bioinf.jku.at and Thomas Unterthiner unterthiner@bioinf.jku.at
data(dexus) res <- dexus(countsBottomly[1:100, ]) INI(res)