Open deeenes opened 2 years ago
By condition statistics can be generated using the stats_table
function, and exported to TSV or XLSX by the stats_table_tsv
or stats_table_excel
functions. See the docs for details. One TSV table is exported in the analysis
step of the workflow.
Is the function included in the config? Or do we have to call it separately?
Export of a TSV table is included in the analysis step of the workflow. To export different format, or with different settings, call the PlugExperiment.stats_table_tsv
or PlugExperiment.stats_table_excel
functions in your script.
You can also let me know which exports should be included in the workflow by default.
We do not know yet which exports is the best for the default so just leave it is out for the moment. We can export manually and explore what is the best.
Give summarized statistics table of drug treatments as in the table below. One table that has cycles separated, and one that averages all cycles (almost same as #5)