Description Usage Arguments Value
View source: R/function.diff.R
Benchmarks a list of differential expression calls between the two spike-in mixes.
1 | compareSpikeinDEcalls(tests, thres = 0.01, colors = NULL)
|
tests |
A list of tests, each element of which should be a data.frame with a "p" column indicating the p-value under that test, and have ERCC IDs as row.names. |
thres |
Numeric value between 0 and 1, indicating the p-value treshold to use. Default 0.01. |
colors |
A vector of colors to be used (R arbitrary colors if NULL), or "greys" to use different tones of grey. |
A layout of two plots, with ROC curves on the left and a barplot of accuracy measurements on the right.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.