Write ConcensusGLM data as plain text
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | write_plaintext(x, ...)
## Default S3 method:
write_plaintext(x, ...)
## S3 method for class 'concensusWorkflow'
write_plaintext(x, filename, input_csv = TRUE,
  output_csv = TRUE, output_matrix = TRUE, ...)
## Default S3 method:
View_c(x, ...)
## S3 method for class 'concensusWorkflow'
View_c(x, scatter_n = 1, element = "data",
  limit_size = 1000, ...)
## S3 method for class 'concensusDataSet'
View_c(x, element = "data", limit_size = 1000,
  ...)
 | 
| x | concensusWorkflow | 
| ... | Other arguments. | 
| 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. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.