Skip to contents

A named list of four simulated `OmicSignature` objects designed to demonstrate `compare_omic_signatures()`'s handling of a mix of bi-directional and uni-directional signatures. `signature_a`, `signature_b`, and `signature_c` are identical to their counterparts in `compare_label_pairing_example`. `signature_d` is uni-directional (no `group_label` contrast) and shares the same 100-gene universe.

Usage

data(compare_mixed_direction_example)

Format

A named list with four `OmicSignature` objects:

signature_a

Simulated bi-directional signature with `treated` and `control` labels.

signature_b

Simulated bi-directional signature with `up` and `down` labels.

signature_c

Simulated bi-directional signature with `resistant` and `sensitive` labels.

signature_d

Simulated uni-directional signature (no group_label contrast).

Source

Generated by `data-raw/create_compare_mixed_direction_data.R`.

Details

`signature_d`'s features overlap strongly with `signature_a`'s `treated` label, `signature_b`'s `up` label, and `signature_c`'s `resistant` label, and not at all with any signature's `control`/`down`/`sensitive` label.