Skip to content
Stephany Orjuela edited this page Jan 24, 2019 · 46 revisions

ARMOR RNA-seq workflow

Using the RNA-seq workflow

To use the RNA-seq workflow on your own data, follow the steps outlined below carefully

  1. Clone this repository to your local machine and set the working directory to the cloned repository:

    git clone https://github.com/csoneson/rnaseqworkflow.git
    cd rnaseqworkflow
    
  2. Prepare the input files (FASTQ files and a metadata file)

  3. Make sure that all the necessary software is available. This can be done in two ways:

    a. Set up and activate a conda environment

    b. Install software manually

  4. Prepare the configuration file (config.yaml)

  5. Set up the proper experimental design and contrast(s) for differential expression analysis

  6. Run the analysis

  7. Visualizing results with iSEE

Testing the setup

We provide a small example data set that you can use to test your setup: See Testing the setup

Interactive R sessions

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 rnaseqworkflow 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.