Learn R Programming

dexus (version 1.12.0)

sort: Sorting a DEXUS result.

Description

This function sorts the result object by I/NI values or p-values such that the transcripts with the highest I/NI value or the lowest p-value are ranked first.

Arguments

object
An instance of "DEXUSResult".

Value

An instance of "DEXUSResult".

Examples

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

Run the code above in your browser using DataLab