get_runInformation: Run Information Function

Description Usage Arguments Value Examples

View source: R/dataset.R

Description

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

Usage

1
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

1
2
3
4
5
6
get_runInformation("kidney clear cell carcinoma")

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

## End(Not run)

IceQueen1996/spongeAPI documentation built on March 8, 2021, 8:33 p.m.