-
Notifications
You must be signed in to change notification settings - Fork 0
Running scripts
palmerito0 edited this page Apr 25, 2023
·
7 revisions
- 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 duringsetupKboolnet()
- replace
- 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