-
Notifications
You must be signed in to change notification settings - Fork 32
Home
This is a graph of the ARMOR (Automated Reproducible MOdular RNA-seq) workflow. It shows all the steps in the workflow: Blue circles are rules run in R
, orange circles from software called as shell commands. Dashed lines and light-colored circles are optional rules, controlled in config.yaml
.
To use the ARMOR workflow on your own data, follow the steps outlined below carefully.
-
Clone this repository to your local machine and set the working directory to the cloned repository:
git clone https://github.com/csoneson/ARMOR.git cd ARMOR
-
Make sure that all the necessary software is available. This can be done in two ways:
-
Set up the proper experimental design and contrast(s) for differential expression analysis
We provide a small example data set that you can use to test your setup: See Testing the setup.
Note that this repository includes an .Renviron
file which is used to automatically configure R on startup. This is useful when you have an active conda environment and you want to explore your data in an interactive R session (started in the ARMOR
directory). The .Renviron
file removes any user specific library paths on startup, ensuring that you will only have access to R packages that are installed in the active conda environment.