downloadGTEx: Download GTEx files and turn them into ExpressionSet object

Description Usage Arguments Value Examples

View source: R/downloadGTEx.R

Description

Downloads the V6 GTEx release and turns it into an ExpressionSet object.

Usage

1
downloadGTEx(type = "genes", file = NULL, ...)

Arguments

type

Type of counts to download - default genes.

file

File path and name to automatically save the downloaded GTEx expression set. Saves as a RDS file.

...

Does nothing currently.

Value

Organized ExpressionSet set.

Examples

1
# obj <- downloadGTEx(type='genes',file='~/Desktop/gtex.rds')

yarn documentation built on Nov. 8, 2020, 7:50 p.m.