RNA-Seq Data Analysis: Detailed Instructions
Let’s begin our RNA-Seq data analysis! The following subsections contain step-by-step instructions, approximate run times, code samples, and real scripts you can use.
Before we move on, be sure you've set up a computing environment using Conda. If you haven't already, activate the rnaseq
conda environment now by running this command:
conda activate rnaseq
Updated 12 months ago