Description Usage Arguments Value Examples
Get information about all available datasets to start browsing or search for a specific cancer type/dataset.
1 | get_datasetInformation(disease_name = NULL)
|
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"). |
Information about all or specific dataset as data_frame.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.