-
Notifications
You must be signed in to change notification settings - Fork 34
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 three 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.
If you want to see a real data analysis with the ARMOR workflow, please have a look at the chiron_readataworkflow branch of the ARMOR GitHub repository. You can find it here. This example uses conda to manage the required software, including R and the installation of all R packages. More details can be found in the "Real data walk-through" section of our paper TODO: add link to preprint/paper.