View source: R/geom-volpoint.R
geom_volpoint | R Documentation |
layer of scatter points for volcano plot to visualize differential genes
geom_volpoint(
mapping = NULL,
data = NULL,
log2FC_cutoff = 2,
p_cutoff = 1e-05,
...
)
mapping |
aesthetic mapping |
data |
input data set |
log2FC_cutoff |
cutoff values for log2FC |
p_cutoff |
cutoff values p-value or adjusted p-value |
... |
additional paramters passed to the layer |
a ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.