FDRDistPlot | R Documentation |
Plots the estimated distances and corresponding p-values.
FDRDistPlot(
scd.object,
sig_color = "orange",
nonsig_color = "grey",
sig_line_color = "blue"
)
scd.object |
A list obtained from applying the main function |
sig_color |
color to use for points and text of clusters with FDR > 1 (default is "orange"). |
nonsig_color |
color to use for points and text of clusters with FDR < 1 (default is "grey"). |
sig_line_color |
color to use for dashed line indicating FDR = 1 (default is "blue"). |
It should be noted that the p-value computation and distance estimation are separate procedures, so it will not necessarily be the case that a distance of 0 corresponds to a non-significant p-value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.