compute_survival_table | R Documentation |
This function computes the false discovery rate from a vector of independent p-values. It extracts the cutoff corresponding to the specified FDR. See Benjamini & Hochberg 1995 paper.
compute_survival_table(probe_names, sample_names, exp_grp_key, study,
suffix = "", USE_CACHE = FALSE, PLOT_SCURVE = FALSE)
probe_names |
index of probes to consider |
sample_names |
index of samples to consider |
exp_grp_key |
the column name of the exprimental grouping to considere |
study |
An Reference classes object that contains data and metadata |
suffix |
A character string used to suffix the cache file nam |
USE_CACHE |
A boolean set to TRUE if cache could be used |
PLOT_SCURVE |
A boolean set to TRUE if Survival curve of the corresponding 'exp_grp_key' needs to be ploted. |
A dataframe taht contains survival infirmations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.