Usage
tcga_surv_get(
item,
TCGA_cohort = "LUAD",
profile = c("mRNA", "miRNA", "methylation", "transcript", "protein", "mutation", "cnv"),
TCGA_cli_data = dplyr::full_join(load_data("tcga_clinical"), load_data("tcga_surv"), by
= "sample"),
opt_pancan = .opt_pancan
)tcga_surv_plot(
data,
time = "time",
status = "status",
cutoff_mode = c("Auto", "Custom"),
cutpoint = c(50, 50),
cnv_type = c("Duplicated", "Normal", "Deleted"),
profile = c("mRNA", "miRNA", "methylation", "transcript", "protein", "mutation", "cnv"),
palette = "aaas",
...
)