Skip to content

BIGslu/SEAsnake

Repository files navigation

SEAsnake

DOI

Citation: Dill-McFarland KA, Benson B, Segnitx RM. 2024. SEAsnake: a snakemake pipeline for processing RNA-seq fastq to counts. v1.1. Zenodo. doi: 10.5281/zenodo.11646755

RNA-seq pipeline

This pipeline includes quality assessment and filtering, alignment, and count table generation. Specifically,

  1. Quality assess sequences with FastQC
  2. Remove adapters and filter low quality sequences with AdapterRemoval
  3. Align to reference genome with STAR
  4. Quality filter alignments with samtools view
  5. Quality assess alignments with samtools flagstat and/or Picard CollectRnaSeqMetrics
  6. Count reads in genes with Subread featureCounts

See our tutorial for further details.