'[' {dexus} | R Documentation |
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.
x |
"DEXUSResult" |
i |
Either a numeric vector of indices or a character vector containing the transcript names. |
An instance of "DEXUSResult".
Guenter Klambauer klambauer@bioinf.jku.at and Thomas Unterthiner unterthiner@bioinf.jku.at
data(dexus) res <- dexus(countsBottomly[1:100, ]) res["ENSMUSG00000000486"] res[50:55]