Description Arguments Value Author(s) Examples
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
1 2 3 4 | data(dexus)
res <- dexus(countsBottomly[1:100, ])
res["ENSMUSG00000000486"]
res[50:55]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.