coerce-list: Coerce to list

Description Usage Arguments Value Note See Also Examples

Description

Coerce to list

Usage

1
2
3
4
coerceToList(object, ...)

## S4 method for signature 'Annotated'
coerceToList(object)

Arguments

object

Object.

...

Additional arguments.

Value

list.

Note

Don't attempt to defined methods for as.list.

Updated 2020-01-08.

See Also

Refer to the S4Vectors package for details.

Examples

1
2
3
4
5
6
7
data(RangedSummarizedExperiment, package = "acidtest")

## SummarizedExperiment ====
x <- RangedSummarizedExperiment
x <- coerceToList(x)
class(x)
names(x)

steinbaugh/transformer documentation built on Jan. 9, 2020, 12:53 p.m.