View source: R/drilldown_scatterplot_server.R
drilldown_scatterplot_server | R Documentation |
Drilldown Scatterplot Server
drilldown_scatterplot_server(
id,
scatterplot_data,
x_feature_input = NULL,
y_feature_input = NULL,
selected_group = shiny::reactive("Clicked Group"),
...
)
id |
Module ID |
scatterplot_data |
A shiny::reactive that returns a dataframe with columns "sample_name", "group_display" and at least two other columns |
x_feature_input |
A shiny::reactive that returns a string |
y_feature_input |
A shiny::reactive that returns a string |
selected_group |
A string, this gets added to the sample label |
... |
arguments sent to plotly_scatter |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.