Description Usage Arguments Details Value See Also
Specifically, spliced
and unspliced
are made into generics.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | spliced(object, ...)
## S4 method for signature 'SingleCellExperiment'
spliced(object, ...)
spliced(object, ...) <- value
## S4 replacement method for signature 'SingleCellExperiment'
spliced(object, ...) <- value
unspliced(object, ...)
## S4 method for signature 'SingleCellExperiment'
unspliced(object, ...)
unspliced(object, ...) <- value
## S4 replacement method for signature 'SingleCellExperiment'
unspliced(object, ...) <- value
|
object |
a SingleCellExperiment |
... |
other arguments, as appropriate (which they rarely are) |
value |
the value for the assay in question |
GET and SET are stolen directly from SingleCellExperiment.
1 | the result of getting or setting the assay
|
SingleCellExperiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.