exportResultForToxpiGUI {GladiaTOX} | R Documentation |
This function export results
exportResultForToxpiGUI(asid, tp, outfile, stat)
asid |
Assay source id |
tp |
Time point |
outfile |
Path to the output file |
stat |
Character vector of statistic to export |
This function is useful to export results in a table format
None
## Export MEC (or AC50) values to be visualized in ToxPiGUI conf_store <- gtoxConfList() gtoxConfDefault() out <- "export_for_toxpiGUI.csv" exportResultForToxpiGUI(asid=1L, tp="4h", outfile=out, stat=quote(modl_acc)) ## Reset configuration options(conf_store)