Description Usage Arguments Value Examples
Providing subsetting by indices through the single-bracket operator
1 2 3 4 5 |
x |
A |
i |
A integer vector to subset the rows/ranges |
j |
A integer vector to subset the columns/samples |
by |
a character (j or ss) definig if we subset by junctions or splice sites |
A subsetted FraserDataSet
object
1 2 3 4 | fds <- createTestFraserDataSet()
fds[1:10,2:3]
fds[,samples(fds) %in% c("sample1", "sample2")]
fds[1:10,by="ss"]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.