Skip to content

Running scripts

palmerito0 edited this page Apr 25, 2023 · 7 revisions

Running the scripts

  • Navigate to directory containing the config file you want to run (e.g. cd ~/kboolnet_scripts/examples/CXCR4_toy)
  • Run script w/ Rscript: Rscript ~/kboolnet_scripts/VerifyModel.R VerifyModelConfig.R
    • replace ~/kboolnet_scripts/ with the directory where the scripts were installed during setupKboolnet()
  • More details about usage are available on each script's wiki page
  • Examples illustrating how almost all parts of the package work are located in ./examples/ within the script install directory
Clone this wiki locally