Description Usage Arguments Value Note See Also Examples
Coerce to list
1 2 3 4 | coerceToList(object, ...)
## S4 method for signature 'Annotated'
coerceToList(object)
|
object |
Object. |
... |
Additional arguments. |
list
.
Don't attempt to defined methods for as.list
.
Updated 2020-01-08.
Refer to the S4Vectors package for details.
help(topic = "Annotated-class", package = "S4Vectors")
help(topic = "List-class", package = "S4Vectors")
showClass("Annnotated")
.
showClass("List")
.
methods::coerce()
.
1 2 3 4 5 6 7 | data(RangedSummarizedExperiment, package = "acidtest")
## SummarizedExperiment ====
x <- RangedSummarizedExperiment
x <- coerceToList(x)
class(x)
names(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.