exportResultTable {GladiaTOX} | R Documentation |
This function export results
exportResultTable(asid, stats, outfile)
asid |
Assay source id |
stats |
Statistics to export |
outfile |
Path to the output file |
This funtion is useful to export results in a table format
None
outfile <- "export_stats.csv" exportResultTable(asid=1L, stats=c("modl_acc", "modl_ga"), outfile=outfile)