get_datasetInformation: Dataset Information Function

View source: R/dataset.R

get_datasetInformationR Documentation

Dataset Information Function

Description

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

Usage

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

get_datasetInformation("kidney clear cell carcinoma")

## Not run: 
get_datasetInformation(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.