visualize.power.grid | R Documentation |
Plotting function to visualize calculated power as heatmap, splitted into the separate components of expression probability, power and detection power
visualize.power.grid(
powerDf,
var.axis1 = "sampleSize",
var.axis2 = "totalCells"
)
powerDf |
Data frame with power calculation for different parameter combinations |
var.axis1 |
Variable which should be plotted at the x axis (possible values: sampleSize, totalCells and readDepth) |
var.axis2 |
Variable which should be plotted at the y axis (possible values: sampleSize, totalCells and readDepth) |
ggplot object with a heatmap of the two power components plus overall power
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.