Description Usage Arguments Value Examples
This function allows you to express your love of cats.
1 | density_fall(iES_mat, gs_str, indVec, title = TRUE)
|
iES_mat, gs_str |
is the iES_mat with tumor and normal and gs name. |
indVec |
the binary indicator for normal(0) and tumor (1) patients. |
title |
boolean true or false for including the title 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)
density_fall(iES_mat, gs_str = "SimPathway1", indVec = prad_inds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.