plot_survival_panel_simple | R Documentation |
This function plots ...
plot_survival_panel_simple(probe_name, sample_names, study, nb_q = 5,
gene_pf_colname = "lower_gs", ss_key = "os",
colors = c("deepskyblue", "black", "red"), main, ...)
probe_name |
probe to consider |
sample_names |
index of samples to consider |
study |
An Reference classes object that contains data and metadata |
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 |
ss_key |
A character string specifying the experimental grouping column to use for survival |
colors |
Colors to interpolate; must be a valid argument to col2rgb(). |
main |
A character string to explicit the title of the plot |
... |
Parameters passed to plot_survival_panel_simple2 function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.