dexus (version 1.12.0)

`[`: Subsetting a "DEXUSResult".

Description

Information about specific transcripts can be accessed in the "DEXUSResult" object by using the standard brackets "[idx]" for subsetting. Either transcript names or transcript indices can be used.

Arguments

x
"DEXUSResult"
i
Either a numeric vector of indices or a character vector containing the transcript names.

Value

An instance of "DEXUSResult".

Examples

Run this code
data(dexus)
res <- dexus(countsBottomly[1:100, ])
res["ENSMUSG00000000486"]
res[50:55]

Run the code above in your browser using DataLab