Skip to contents

Show slot information

Usage

showSlotInfo(list)

Arguments

list

list. Named list containing slot metadata.

Value

Console output, via cat().

Details

Standardized to Bioconductor show() method conventions. Refer to SummarizedExperiment method for example.

Note

Updated 2023-09-21.

Examples

showSlotInfo(list(
    dir = "~",
    skip = NULL,
    filtered = TRUE
))
#> dir: ~
#> filtered: TRUE