Description Usage Arguments Value
View source: R/calc_perf_pval_windows.R
Calculates sensitivity and FDR (after excluding predicted false positives) across a progressively larger window of DEG p-values.
1 2 3 4 5 6 7 | calc_perf_pval_windows(
data,
pval_column,
gene_column,
abs_lfc_column,
deg_genes
)
|
data |
A data frame of DEG p-values. |
pval_column |
A character string naming the p-value column. |
gene_column |
A character string naming the gene column. |
abs_lfc_column |
A character string naming the abs log fold change column. |
deg_genes |
A character vector naming DEGs. |
A data frame of performance estimates across the p-val thresholds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.