DFrameList: S4 data frame list

DFrameListR Documentation

S4 data frame list

Description

Example Bioconductor S4 DFrameList object.

Usage

data(DFrameList)

Format

An object of class SimpleDFrameList of dimension 1 x 2 x 2 x 2.

Value

DFrameList.

Note

Updated 2023-11-08.

Examples

if (requireNamespace("IRanges", quietly = TRUE)) {
    data(DFrameList)
    class(DFrameList)
    is(DFrameList, "DFrameList")
    print(DFrameList)
}

acidgenomics/acidData documentation built on Nov. 9, 2023, 6:01 a.m.