v1.0.0
gsm.datasim v1.0.0
We are excited to announce the first major release of the gsm.datasim package,
a collection of functions to generate synthetic test data for the RBQM of Clinical Trials based on several parameters.
Notable Changes:
User-facing functions
generate_rawdata_for_single_study()can create snapshot(s) for a single study when provided with the proper parameters and appropriate mapping specifications.raw_data_generator()is a wrapper to rungenerate_rawdata_for_single_study()to create multiple studies if providing a template/dataset containing a variety of these parameters.
New Mapping Workflows Support:
- All workflows that exist in
gsm.mapping'sinst/workflow/1_mappingsare now supported,
with "STUDY", "SUBJ", "SITE" and "ENROLL" always being required. - There are many
gsm.endpointsspecific domains, such asAnticancerandOverallResponse
that now have support as well.
Replacing clindata with gsm.datasim:
- The object
gsm.core::lSourcewas created usinggsm.datasimfor examples, tests, and vignettes across thegsmecosystem.
This object is based on "core mappings" which include: "AE", "COUNTRY", "DATACHG", "DATAENT", "ENROLL", "LB", "PD", "PK", "QUERY", "STUDY", "STUDCOMP", "SDRGCOMP", "SITE", "SUBJ"