Description Usage Arguments Value
View source: R/fc_graphic_output.R
Plots p-values versus fold change values. Points are colored by detection reagant and shaped by antigen being detected.
1 2 3 4 5 6 7 8 9 10 11 | fcgo_volcano_plot(
foch,
p_vals,
line_method,
main,
xlab,
ylab,
gopts,
pt_colors,
pt_shapes
)
|
foch |
A vector of fold change values. |
p_vals |
A vector of p-values. |
line_method |
A string indicating the method you want to use to draw the arbitrary cutoff line. "bonferroni" (for p < 0.05), "fdr" (for q < 0.2), and "raw" (just -log10(0.05)) are supported. |
main |
The title of the plot. |
xlab |
The label for the x-axis. |
ylab |
The label for the y-axis. |
gopts |
A list of graphical options. Must have specified the subparameters:
|
pt_colors |
Colors for each point in p_vals. These should be generated from gopts$reag_cols. See ?fcgo_get_prop for an example of how to generate this. |
pt_shapes |
Shapes for each point in p_vals. These should be generated from gopts$ant_shapes. See ?fcgo_get_prop for an example of how to generate this. |
Nothing!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.