Description Usage Arguments Details Value Examples
View source: R/exportResultForToxpiGUI.R
This function export results
1 | 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
1 2 3 4 5 6 7 8 9 | ## 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.