Skip to contents

This function will download data that can be used for SeedMatchR. Choosing 'sirna' will download 3 DESeq2 results files from GSE184929. Choosing 'mirna' will download the miRDB database as a tsv.

Usage

get_example_data(example.type)

Arguments

example.type

Name of the example to load. Options: sirna, mirna

Value

None?

Examples

if (FALSE) { # interactive()
get_example_data()
}