drilldown_scatterplot_server: Drilldown Scatterplot Server

View source: R/drilldown_scatterplot_server.R

drilldown_scatterplot_serverR Documentation

Drilldown Scatterplot Server

Description

Drilldown Scatterplot Server

Usage

drilldown_scatterplot_server(
  id,
  scatterplot_data,
  x_feature_input = NULL,
  y_feature_input = NULL,
  selected_group = shiny::reactive("Clicked Group"),
  ...
)

Arguments

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


CRI-iAtlas/iatlas.modules documentation built on Aug. 8, 2024, 12:53 a.m.