Description Usage Arguments Value See Also Examples
View source: R/mod_manhattan_and_table.R
Draw an interactive manhattan plot and table that can be used to send selections for codes to the rest of the app.
1 2 3 4 5 6 7 8 9  | manhattan_plot_and_table(
  input,
  output,
  session,
  results_data,
  selected_codes,
  colors,
  action_object = NULL
)
 | 
input, output, session | 
 Auto-filled by callModule | ignore  | 
results_data | 
 Dataframe containing the results of the phewas study.
Needs columns   | 
selected_codes | 
 A reactive variable containing array of code   | 
colors | 
 A list of CSS-valid colors to paint interface in. Needs
  | 
action_object | 
 A   | 
Server component of interactive manhattan plot. Returns type-payload
list with the type "selection" to the passed action_object
for updating app state.
1  | callModule(manhattan_plot_and_table,  'my_mod', selected_codes, app_state$currently_selected)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.