maven_datatable: Create final MAVEn datatable for an experimental run

Description Usage Arguments Value Examples

View source: R/summarize.R

Description

Create final MAVEn datatable for an experimental run

Usage

1
2
3
4
5
6
7
maven_datatable(
  metabolism_summary_cycle,
  activity_summary_cycle,
  outdir = NULL,
  out_filename = "ExperimentSummaryTable",
  maven_experiment = experiment_name
)

Arguments

metabolism_summary_cycle

Dataframe calculated by summarize_metabolism with the "by_cycle" type indicated.

activity_summary_cycle

Dataframe calculated by summarize_activity with the "by_cycle" type indicated.

outdir

Output directory. Defaults to 'output'

out_filename

File name. Defaults to "ExperimentSummaryTable"

maven_experiment

MAVEn experiment name.

Value

Table with calculated median metabolism and activity by cycle.

Examples

1
2
3
#maven_datatable(metabolism_summary_cycle, activity_summary_cycle, 
#outdir = "output", out_filename = "ExperimentSummaryTable", 
#maven_experiment = "experiment")

dapperstats/MAVEn documentation built on Jan. 22, 2021, 3:39 p.m.