Description Usage Arguments Value Examples
View source: R/dea_evaluationFunctions.R
dea_evalPlot_curve
1 2 3 4 5 6 7 8 9 10 |
res |
Aggregated results of the DEA pipeline |
scales |
Passed to 'facet_grid' |
agg.by |
Aggregate results by these columns (default no aggregation) |
agg.fn |
Function for aggregation (default mean) |
xlim |
Optional vector of x limits |
colourBy |
Name of column by which to colour |
shapeBy |
Name of column determining the shape of the points. If omitted, the shape will indicate whether the nominal FDR is below or equal the real FDR. |
pointsize |
Size of the points |
A ggplot.
1 2 | data("exampleDEAresults", package="pipeComp")
dea_evalPlot_curve(exampleDEAresults, agg.by=c("sva.method"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.