Description Usage Arguments Value
View source: R/perf_stats_deg.R
Extracts performance stats for differential expression calls made by delboy
and DESeq2
.
1 | perf_stats_deg(delboy_res, deseq2_res, lfc_samp, padj_cutoff = 0.1)
|
delboy_res |
An object of class |
deseq2_res |
The output from |
lfc_samp |
A named vector of logFC values where the names are gene names. These are the true positives with their associated logFC values. All other genes are true negatives. |
padj_cutoff |
A numeric value between 0 and 1 indicating the adjusted p-value cutoff to use for |
A data frame of sensitivity and precision estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.