get_datasetInformation: Dataset Information Function

Description Usage Arguments Value Examples

View source: R/dataset.R

Description

Get information about all available datasets to start browsing or search for a specific cancer type/dataset.

Usage

1
get_datasetInformation(disease_name = NULL)

Arguments

disease_name

The name of the dataset of interest as string. If default is set, all available datasets with corresponding informations are shown. Fuzzy search is available (e.g. "kidney clear cell carcinoma" or just "kidney").

Value

Information about all or specific dataset as data_frame.

Examples

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

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

## End(Not run)

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