DEET_data_download {DEET}R Documentation

DEET_data_download

Description

Function to automatically download the files within the DEET database that are required for the DEET_enrich and DEET_feature_extractfunctions.

Usage

DEET_data_download(x = "enrich")

Arguments

x

categorical variable containing options "ALL", "enrich", "metadata" or "feature_matrix".

Value

Named list with the neccesary data required to input into DEET_feature_extract or DEET_enrich. The metadata within DEET can also be downloaded.

Author(s)

Dustin Sokolowski, Jedid Ahn

References

Engebretsen, S., & Bohlin, J. (2019). Statistical predictions with glmnet. Clinical epigenetics, 11(1), 1-3.

Examples



# Download the metadata. Downloading other
# files within DEET are larger and take
# a bit more time.
downloaded <- DEET_data_download(x = "metadata")

# extract metadata from the list
metadata <- downloaded[["metadata"]]




[Package DEET version 1.0.11 Index]