write_concensusDataSet: Write ConcensusDataSet to disk

Description Usage Arguments See Also

Description

Serialize ConcensusDataSet to disk under filename. A wrapper to write_workflow from the workflows package.

Usage

1
2
write_concensusDataSet(x, filename, clean = TRUE, input_csv = TRUE,
  output_csv = TRUE, output_matrix = FALSE, ...)

Arguments

x

ConcensusDataSet.

filename

Character. Where to save.

input_csv

Character. Write.

output_csv

Character. Where to save.

output_matrix

Logical. Save a matrix of strains and conditions. Make sure concentrations (if used for final fit) are common across all compounds or this will make a mess.

...

Other arguments passed to write_workflow.

See Also

saveRDS, write_workflow


eachanjohnson/concensusGLM documentation built on June 26, 2019, 2:26 a.m.