exportResultForToxpiGUI: Create the result table for the asi in input

Description Usage Arguments Details Value Examples

View source: R/exportResultForToxpiGUI.R

Description

This function export results

Usage

1
exportResultForToxpiGUI(asid, tp, outfile, stat)

Arguments

asid

Assay source id

tp

Time point

outfile

Path to the output file

stat

Character vector of statistic to export

Details

This function is useful to export results in a table format

Value

None

Examples

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)

GladiaTOX documentation built on Nov. 15, 2020, 2:07 a.m.