Description Usage Arguments Details Value Author(s) Examples
dataprocess for TCGA
1  | dataprocess(clinicaldata = NULL, exprSet = NULL, x_axis = NULL, y_axis = NULL)
 | 
clinicaldata | 
 The data can be loaded by the results of dataexplore. You can load("survival_inputdata.Rdata") to get both of datasets.  | 
exprSet | 
 The data can be loaded by the results of dataexplore. You can load("survival_inputdata.Rdata") to get both of datasets.  | 
x_axis | 
 This argument is the x axis for time.  | 
y_axis | 
 This argument is the y axis for status.  | 
By default, this function you can filter some dirty data to prepare for kmplot.
There is a clean data after dataprocess.
Wei Zhou <247328181@qq.com>
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.