INI {dexus}R Documentation

I/NI filtering of a DEXUS result.

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

data(dexus)
res <- dexus(countsBottomly[1:100, ])
INI(res)

[Package dexus version 1.24.0 Index]