Description Usage Arguments See Also
View source: R/add_hover_lines_volcano.R
A function that adds reactive dashed lines to a plotly object.
1 2 3 4 5 6 7 | add_hover_lines_volcano(
p,
line_pvalue,
line_logfc,
logfc_direction = "both",
sig_type = "fdr"
)
|
p |
a ggplot |
line_pvalue |
the pvalue threshold |
line_logfc |
the logfc threshold |
logfc_direction |
string. Can be either |
sig_type |
string. Can be either |
Other shiny:
add_layout_html_axes_scatterplot()
,
add_layout_html_axes_volcano()
,
add_markers_search_pathway()
,
add_markers_search()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.