Load example DESeq2 data into the environment
Usage
load_example_data(example.type)
Arguments
- example.type
Name of the example to load. Options: sirna, mirna
Value
Loads either the Schlegel 2022 RNAseq data or miRDB into the environment.
Examples
if (FALSE) { # interactive()
load_example_data()
}