Skip to contents

Modified version of the SummarizedExperiment() documentation example.

Usage

data(SummarizedExperiment)

Format

An object of class SummarizedExperiment with 500 rows and 12 columns.

Value

SummarizedExperiment.

Note

Updated 2020-01-28.

Examples

if (requireNamespace("SummarizedExperiment", quietly = TRUE)) {
    data(SummarizedExperiment)
    class(SummarizedExperiment)
    print(SummarizedExperiment)
}
#> class: SummarizedExperiment 
#> dim: 500 12 
#> metadata(3): version date interestingGroups
#> assays(1): counts
#> rownames(500): gene001 gene002 ... gene499 gene500
#> rowData names(10): broadClass description ... ncbiGeneId seqCoordSystem
#> colnames(12): sample01 sample02 ... sample11 sample12
#> colData names(1): condition