Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.15 KB

faecalmiRseq

Pipeline for identifying miRNAs in small RNA sequencing data of mouse faecal samples

This pipeline requires the following packages:
cutadapt/1.8
bowtie/1.1.1
samtools/1.4
subread/1.6.0

And the following input files:

all reference files (not including the miRNA genome annotation file) need to be indexed prior to use using bowtie-build
e.g. bowtie-build <path_to_ref_fna_file> <path_to_output_file>
output file should have the suffix .ind

Please note that there may be newer versions of these packages that may contain bug fixes.

An R script for performing differential expression analysis of faecal miRNAs across conditions is also provided. This R script requires the prior install of DESEq2, dplyr and tidyverse to the R environment.