.KM_curve | R Documentation |
A helper function correlates the gene expression within tumor samples with patient overall survival time from TCGA study groups
.KM_curve(gene, data, cutoff, tumor)
gene |
gene name, passed |
data |
|
cutoff |
percentage of gene expression |
tumor |
all tumor types or specific type |
It should not be used directly, only inside .plot_KM_RNAseq_TCGA()
function.
Side effects: (1) KM curve plots for TCGA patients with gene expression in their tumors
a KM plot
Other helper function for survival analysis:
.multivariable_analysis()
,
.univariable_analysis()
## Not run: .KM_curve(gene = EIF, data = df, cutoff = cutoff, tumor = tumor) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.