.multivariable_analysis | R Documentation |
This function generates univariable regression model of the gene expression within tumor samples and patient overall survival time TCGA.
.multivariable_analysis(df, covariate_names)
covariate_names |
gene names from the input argument of
|
gene |
gene names, passed |
data |
|
It should not be used directly, only inside
.plot_CoxPH_RNAseq_TCGA()
function.
a table of multivariable Cox-PH
Other helper function for survival analysis:
.KM_curve()
,
.univariable_analysis()
## Not run: .univariable_analysis(df = df1, covariate_names = EIF) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.