Description Usage Arguments Value Examples
This function allows you to express your love of cats.
1 | iES_survPlot(iES_mat, cli, gs_str, indVec = NULL, npatsThre = 5, title = TRUE)
|
iES_mat, gs_str |
is the GSDB iES_mat with tumor and normal and gs name. |
cli |
clinical data corresponding to the expression data. |
indVec |
the binary indicator for normal(0) and tumor (1) patients. |
npatsThre |
the threshold of number of patients for survival analysis. |
title |
boolean true or false for including the title (gs_str) in the ggplot. |
ggplot object containing the KM plot.
1 2 3 4 | data(PRAD_data)
data(GSDB_example)
iES_mat = iES_cal2(prad_exprs, GSDB = GSDB_example)
iES_survPlot(iES_mat, cli = prad_cli, gs_str = "SimPathway1", indVec = prad_inds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.