-
Create a new project in RStudio to clone the GitHub repository: https://github.com/nicolasDelhomme/DifferentialExpressionExample.git
-
Create a link to the data and to the persistent storage
ln -s ../raw_data data
ln -s ../persistent analysis
- Populate the UPSCb-common submodule (RStudio does not retrieve submodules by default). In the RStudio terminal do:
git submodule init
git submodule update --remote
cd UPSCb-common
git submodule init
#git submodule update --remote
git submodule update
cd ..
-
Copy the DifferentialExpression template from UPSCb-common/templates/R to src/R
-
Open your copy of DifferentialExpression.R