plot_survival_panel_simple2 | R Documentation |
This function plots ...
plot_survival_panel_simple2(ss, v, nb_q = 5,
gene_pf_colname = "lower_gs", colors = c("deepskyblue", "black",
"red"), main, thresh, PLOT = TRUE, ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.