Learn R Programming

dexus (version 1.12.0)

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

Examples

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

Run the code above in your browser using DataLab