Description Usage Arguments Value Author(s) Examples
Merge clinical data in .xml files 
that are downloaded from GDC to a dataframe
1  | gdcClinicalMerge(path, key.info = TRUE, organized = FALSE)
 | 
path | 
 path to downloaded files for merging  | 
key.info | 
 logical, whether to return the key clinical 
information only. If   | 
organized | 
 logical, whether the clinical data have already
been organized into a single folder (eg., data downloaded by the
'GenomicDataCommons' method are already organized). 
Default is   | 
A dataframe of clinical data with rows are patients and columns are clinical traits
Ruidong Li and Han Qu
1 2 3  | ####### Merge clinical data #######
path <- 'Clinical/'
## Not run: clinicalDa <- gdcClinicalMerge(path=path, key.info=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.