plot_survival_panel_simple2: A Function That Plots Survival Panel

View source: R/utils.R

plot_survival_panel_simple2R Documentation

A Function That Plots Survival Panel

Description

This function plots ...

Usage

plot_survival_panel_simple2(ss, v, nb_q = 5,
  gene_pf_colname = "lower_gs", colors = c("deepskyblue", "black",
  "red"), main, thresh, PLOT = TRUE, ...)

Arguments

ss

A survival structure such as produced by function Surv of package survival.

v

A (discretized) vector indexed as ss.

nb_q

An integer specifying the number of quantile to initialize discretized expression data

gene_pf_colname

A character string specifying the name of the platform column to use for the gene name

colors

Colors to interpolate; must be a valid argument to col2rgb()

main

A character string to explicit the title of the plot

thresh

A vector of integer used fopr thresholds

PLOT

A boolean set to TRUE if data needs to be plotted.

...

Parameters passed to scurve function


fchuffar/epimedtools documentation built on Feb. 3, 2024, 2:21 a.m.