add_hover_lines_volcano: add hover lines

Description Usage Arguments See Also

View source: R/add_hover_lines_volcano.R

Description

A function that adds reactive dashed lines to a plotly object.

Usage

1
2
3
4
5
6
7
add_hover_lines_volcano(
  p,
  line_pvalue,
  line_logfc,
  logfc_direction = "both",
  sig_type = "fdr"
)

Arguments

p

a ggplot

line_pvalue

the pvalue threshold

line_logfc

the logfc threshold

logfc_direction

string. Can be either 'positive', 'negative' or 'both'.

sig_type

string. Can be either 'fdr' or 'pvalue'.

See Also

Other shiny: add_layout_html_axes_scatterplot(), add_layout_html_axes_volcano(), add_markers_search_pathway(), add_markers_search()


frhl/genoppi-v4 documentation built on May 5, 2020, 7:16 a.m.