downloadLINCS: Download LINCS data

Description Usage Arguments Value Examples

View source: R/downloadLINCS.R

Description

Download LINCS data

Usage

1
downloadLINCS(dataTable = c("All", "LincsCGS", "LincsCP", "LincsMeta", "LincsGeneInfo"))

Arguments

dataTable

A character vector of types of LINCS data to be downloaded. Either "All" to download all LINCS data or any subset of "LincsCGS", "LincsCP","LincsMeta", and "LincsGeneInfo" to download specific type(s) of LINCS data.

Value

The specified type(s) of LINCS data will be loaded in the working environment.

Examples

1
2
3
4
5
6
# download all LINCS data
downloadLINCS("All")
ls()

# download *LincsMeta* and *LincsGeneInfo*
downloadLINCS(c("LincsMeta","LincsGeneInfo"))

uc-bd2k/paslincs documentation built on May 28, 2020, 8:20 a.m.