Learn R Programming

SeedMatchR (version 1.1.1)

get_example_data: Download example DESeq2 data from GEO

Description

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)

Value

None?

Arguments

example.type

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

Examples

Run this code
if (FALSE) { # interactive()
get_example_data()
}

Run the code above in your browser using DataLab