water_fall: water fall plot

Description Usage Arguments Value Examples

View source: R/iES_plots.R

Description

This function allows you to express your love of cats.

Usage

1
water_fall(iES_mat, gs_str, indVec, title = TRUE)

Arguments

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 (gs_str) in the ggplot.

Value

ggplot object containing the KM plot.

Examples

1
2
3
4
data(PRAD_data)
data(GSDB_example)
iES_mat = iES_cal2(prad_exprs, GSDB = GSDB_example)
water_fall(iES_mat, gs_str = "SimPathway1", indVec =prad_inds)

suke18/iPath documentation built on July 23, 2021, 1:08 p.m.