METHOD_OPTIONS¶
Type: dict_record
Root record for p2ndat program.
Example:-
METHOD_OPTIONS:
py_module: p2ndat
py_module¶
Type: one_of(p2ndat)
Python module required to process this script file
Example:-
py_module: p2ndat
FILE_PATHS¶
Type: dict_record
File path options for p2ndat program.
Example:-
FILE_PATHS:
input_popy_file: input_popy_data.csv
output_nonmem_file: output_nonmem_data.csv
output_nonmem_file_format: csv
input_popy_file¶
Type: input_file
path to input comma separated value file in popy data format
Example:-
input_popy_file: input_popy_data.csv
output_nonmem_file¶
Type: output_file
path to output nonmem file to be created by script
Example:-
output_nonmem_file: output_nonmem_data.csv
output_nonmem_file_format¶
Type: one_of(csv,ssv,bin)
File format for NONMEM output (csv/ssv/bin)
Example:-
output_nonmem_file_format: csv
INPUT_POPY_FIELDS¶
Type: dict_record
Details for input popy data.
Example:-
INPUT_POPY_FIELDS:
time_field: ABSTIME
id_field: ID
type_field: TYPE
dv_fields: ['DRUG_CONC']
amt_fields: ['AMT']
rate_fields: []
dur_fields: []
dose_labels: ['']
dv_fields¶
Type: list(str)
List of input popy fields containing dependent value information
Example:-
dv_fields: ['DRUG_CONC']
amt_fields¶
Type: list(str)
List of input popy columns containing dosing amount information
Example:-
amt_fields: ['AMT']
rate_fields¶
Type: list(str)
List of input popy columns containing infusion rate information
Example:-
rate_fields: []
OUTPUT_NONMEM_FIELDS¶
Type: dict_record
Details for output popy data.
Example:-
OUTPUT_NONMEM_FIELDS:
comment_prefix: '#'
column_names: auto
time_field: TIME
id_field: ID
evid_field: EVID
dv_field: DV
mdv_field: MDV
amt_field: AMT
rate_field: none
dur_field: none
cmt_field: CMT
obs_cmt_numbers: [1]
dose_cmt_numbers: [1]
column_names¶
List of column names. “auto” takes names from first row of dataset
Example:-
column_names: auto
rate_field¶
Type: str
Name of output nonmem infusion rate column (e.g. RATE)
Example:-
rate_field: none
dur_field¶
Type: str
Name of output nonmem infusion duration column (e.g. DUR)
Example:-
dur_field: none
OUTPUT_OPTIONS¶
Type: dict_record
Output options for n2pdat/p2ndat programs.
Example:-
OUTPUT_OPTIONS:
drop_fields: []