Skip to content

Victoria-GS/rhds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RHDS - General notes

If necessary: git clone git@github.com:Victoria-GS/rhds.git

To begin

Open the mamba environment: mamba activate rhds

To run a script: source scripts/config.r Rscript ${datadir} ${resultsdir}

This will copy the configuration template and enable your script to access the local project directories defined in our config.env file: cp config-template.env config.env

In the file type: datadir="/data//rhds/data" resultsdir="/data//rhds/results" docsdir="/data//rhds/results/docs"

Dont forget! Add config.env to .gitignore and add/commit/push to git so that git ignores the local paths: code .gitignore

Refactor script

We split run-analysis.r into: 1 extract-data 2 clean-clinical 3 predict-proteins 4 combine 5 analysis

About

Example project from the Reproducible Health Data Science course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors