get_runInformation: Run Information Function

View source: R/dataset.R

get_runInformationR Documentation

Run Information Function

Description

Retrieve all used parameters of the SPONGE method to create published results for the cancer type/dataset of interest.

Usage

get_runInformation(disease_name)

Arguments

disease_name

Name of the specific cancer type/dataset as string. Fuzzy search is available (e.g. "kidney clear cell carcinoma" or just "kidney").

Value

Run information about dataset disease_name as data_frame.

Examples

get_runInformation("kidney clear cell carcinoma")

## Not run: 
get_runInformation(c("kidney clear cell carcinoma", "kidney papillary cell carcinoma"))

## End(Not run)

biomedbigdata/SPONGE-web-R documentation built on Sept. 18, 2022, 8:58 p.m.