dl_data: Download drug effect size and Azimuth reference data.

View source: R/dl_data.R

dl_dataR Documentation

Download drug effect size and Azimuth reference data.

Description

Will download to R package extdata folder if the environmental variable 'DSEQR_DATA_PATH' is unset.

Usage

dl_data(
  files = c("cmap_es_ind.qs", "l1000_drugs_es.qs", "l1000_genes_es.qs",
    "human_pbmc.qs", "human_lung.qs", "human_motorcortex.qs", "mouse_motorcortex.qs",
    "zhang_reference.qs"),
  check = FALSE
)

Arguments

files

Character vector of file names to download.

check

Check that existing data is loadable? Default is FALSE.

Value

Downloads data into package folder.

Examples


dl_data('example.qs')


hms-dbmi/drugseqr.data documentation built on Oct. 23, 2024, 10:28 p.m.