sort {dexus}R Documentation

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

Author(s)

Guenter Klambauer klambauer@bioinf.jku.at and Thomas Unterthiner unterthiner@bioinf.jku.at

Examples

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

[Package dexus version 1.26.0 Index]