Server for the study overview module.

study_overview_server(
  input,
  output,
  session,
  fileview,
  annotations,
  annots_folder,
  syn,
  synapseclient,
  study
)

Arguments

input

Shiny input

output

Shiny output

session

Shiny session

fileview

The fileview for a specific study.

annotations

A dataframe of annotation definitions.

annots_folder

Synapse folder ID to store generated annotation csvs in.

syn

Synapse client object.

synapseclient

Synapse client.

study

Name of the study.