Skip to contents

An S4 wrapper around a krt_tbl, for interoperability with Bioconductor. Convert with as(x, "KRT") and as(y, "krt_tbl"), or as_krt().

Slots

schema_version,profile,table_id,title

Character metadata.

resources,approvals,contributors,provenance

Record lists.

metadata

A list of remaining metadata (study type, locale, timestamps).

Examples

k4 <- methods::as(krt_example, "KRT")
methods::is(k4, "KRT")
#> [1] TRUE