dataInput {microbiomeExplorer} | R Documentation |
Main Data input server where the user selects files to upload to the app or connects to database
dataInput( input, output, session, dataSource, dataFilterRep, qcRep, addPheno, resetReports )
input |
module input |
output |
module output |
session |
app session |
dataSource |
reactive Value storing commands for loading data |
dataFilterRep |
reactive Value storing commands for filtering data |
qcRep |
reactive Value storing commands for producing qc plots |
addPheno |
reactive boolean keeping track of phenodata changes |
resetReports |
reactive boolean indicating whether reports need to be reset |
list of reactives containing the uploaded and filtered data as well as the filterChoices on phenotypes
Janina Reeder