View source: R/add_plotly_threshold_lines.R
add_plotly_threshold_lines | R Documentation |
A function that adds reactive dashed lines to a plotly object.
add_plotly_threshold_lines( 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 plotly:
add_plotly_layout_scatter()
,
add_plotly_layout_volcano()
,
add_plotly_line_unity()
,
add_plotly_trace()
,
plotly_tissue_enrichment()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.