INI: I/NI filtering of a DEXUS result.

Description Arguments Value Author(s) Examples

Description

This function filters the result object for informative transcripts. Transcripts with an I/NI value below the given threshold are filtered out.

Arguments

object

An instance of "DEXUSResult".

threshold

A numeric determining the threshold for the I/NI values.

Value

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)
res <- dexus(countsBottomly[1:100, ])
INI(res)

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