txpImportGui {toxpiR} | R Documentation |
Import data file generated by ToxPi GUI
Description
Import data file generated by ToxPi GUI
Usage
txpImportGui(guiDataFile)
Arguments
guiDataFile |
Character scalar, the path to a 'data' export from the ToxPi GUI |
Details
This function takes the '_data.csv' files generated by the GUI. See https://toxpi.org for more information.
Because of the way toxpiR implements transformation functions, there is not a way currently to use the GUI 'hitcount' function.
Value
list
with $model
containing TxpModel object; $input
containing data.frame
with input data; $fills
containing a vector
of fill colors.
[Package toxpiR version 1.2.1 Index]