View source: R/exportResultForToxpiGUI.R
exportResultForToxpiGUI | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.