get_cbio_filename: Get cBioPortal clinical file name based on clinical data type

View source: R/cboilerplate.R

get_cbio_filenameR Documentation

Get cBioPortal clinical file name based on clinical data type

Description

This is called from the wrapper write_cbio_clinical. Adapted from https://github.com/Sage-Bionetworks/genie-erbb2-cbio/blob/develop/create_clinical.R#L411. Note that of the clinical file types, the PATIENT type can actually be optional, and we (NF) currently don't use the TIMELINE type, so options have been simplified.

Usage

get_cbio_filename(clinical_type = c("SAMPLE", "PATIENT"))

Arguments

clinical_type

String representing cBioPortal clinical data type.

Value

string


nf-osi/nfportalutils documentation built on Feb. 26, 2024, 1:05 p.m.