Skip to contents

This subclass extends the S4 List virtual class by using the SimpleList implementation.

Usage

TestedList(...)

Arguments

...

a comma-separated list of S4 TestedList objects.

Details

The object consists of 4 slots

Slots

listData

list storing the list elements

elementType

the type of data represented in the sequence

elementMetadata

DataFrame storing the element-wise metadata, with a row for each element and a column for each metadata available. Default is NULL

metadata

list storing the global metadata annotating the object as a whole