Basic accessors
simple accessors for assay and metadata components
extract character name of dataset in which RangedBT is defined
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ## S4 method for signature 'RangedBT,ANY'
assay(x, i, ...)
## S4 method for signature 'RangedBT'
rowRanges(x, ...)
project(x)
## S4 method for signature 'RangedBT'
project(x)
assayname(x)
datasetname(x)
## S4 method for signature 'RangedBT'
show(object)
## S4 method for signature 'RangedBT'
nrow(x)
set_cached_nrow(x, nr)
|
x |
RangedBT instance |
i |
ignored |
object |
a RangedBT instance |
nr |
integer row count, not checked |
... |
ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.