Skip to content

Analyses, experiments, and evaluations for the TrialMDP method

License

Notifications You must be signed in to change notification settings

dpmerrell/TrialMDP-analyses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrialMDP-analyses

Analyses, experiments, and evaluations for the TrialMDP method.

See the TrialMDP manuscript on arXiv, or the journal article in Computational Statistics and Data Analysis. The Snakemake workflow in this repository reproduces all of the results described in that paper.

Setup

  • Set up your R environment:

    • Install the TrialMDP package
    • Install the optparse package
  • Set up your python 3.8 environment:

    • run pip install -r requirements.txt to install the requisite python packages

Reproducing the analyses from our manuscript

  • Make sure you have sufficient compute resources.

    • The analyses entail hundreds of CPU-hours (can be parallelized by --cores option, see below)
    • The analyses require a few GB of memory and disk
  • Call Snakemake.

    • On a workstation, execute snakemake --cores CORES (where CORES is replaced by the number of cores you want to devote)
    • On a cluster, execute snakemake --profile PROFILE (where PROFILE is replaced by some suitable Snakemake profile )

About

Analyses, experiments, and evaluations for the TrialMDP method

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published