Description Usage Arguments Value Examples
Create final MAVEn datatable for an experimental run
| 1 2 3 4 5 6 7 | maven_datatable(
  metabolism_summary_cycle,
  activity_summary_cycle,
  outdir = NULL,
  out_filename = "ExperimentSummaryTable",
  maven_experiment = experiment_name
)
 | 
| metabolism_summary_cycle | Dataframe calculated by
 | 
| activity_summary_cycle | Dataframe calculated by
 | 
| outdir | Output directory. Defaults to 'output' | 
| out_filename | File name. Defaults to "ExperimentSummaryTable" | 
| maven_experiment | MAVEn experiment name. | 
Table with calculated median metabolism and activity by cycle.
| 1 2 3 | #maven_datatable(metabolism_summary_cycle, activity_summary_cycle, 
#outdir = "output", out_filename = "ExperimentSummaryTable", 
#maven_experiment = "experiment")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.