Code Monkey home page Code Monkey logo

mirna-ncrna-seq_rattus-norvegicus's Introduction

BioProject PRJNA545590

miRNA-Seq

Since the data is paired-end, it is very unlikely to find mature miRNAs, the best thing that can happen is finding long precursors. Since miRDeep2 only does single end, I used the 1st mate of the pair which is standard.

Taking run accession IDs as input (RAids.txt) this pipeline quantifies miRNA-Seq data using miRDeep2.

The quantification step in this pipeline is set up to allow for parallelization with each run accession ID being done separately. Since a mature miRNA can come from more than 1 precursor miRNA, these particular mature miRNA's are averaged across precursor miRNA's.

Species is Rattus norvegicus.

Create and activate conda enviroment:

conda env create -f environment.yaml
conda activate miRNA-Seq

Download required fasta files from miRBase and unzip

wget https://www.mirbase.org/ftp/CURRENT/mature.fa.gz
wget https://www.mirbase.org/ftp/CURRENT/hairpin.fa.gz
gunzip *gz*

Run miRNA-Seq quantification analysis This should generate "countTable.tsv" which is used as count input for DESeq2.

snakemake -j 6 -s miRNA-Seq.py --cluster "sbatch -t 02:00:00  -c 30 -p RM-shared"

Findings: Failed due to lack of data. DESeq2 not possible.

SRR9164621
#miRNA  read_count      precursor       total   621     621(norm)
rno-miR-466b-3p 1.00    rno-mir-466b-1  1.00    1.00    500000.00
rno-miR-466b-3p 1.00    rno-mir-466b-3  1.00    1.00    500000.00

mRNA/ncRNA-Seq

Prerequisites

  • Run: conda env create -f env.yaml
  • Activate the environment: conda activate pyrpipe_covid

Prepareing Transcriptome Data

Creates a salmon index for all transcripts of the Rat Ensembl genes, including ncRNA. Uses Rat genome as a decoy file.

sbatch Prepare_Transcriptome_data.sh

Transcript Quantification

Quantifies runs in parallel. Outputs transcript and gene level TPM and counts. Gene level summed up across transcripts.

snakemake -j 50 -s SRA_Quant.py --cluster "sbatch -t 03:00:00 -c 16 -N 1"

DESeq2

Peforms gene level DGE analysis with DESeq2. Adds in Human Ortholog information via biomaRt(Includes one2one, one2many, and many2many orthologs).

Rscript DESeq2_RatHumanOrthologMetadata.r

mirna-ncrna-seq_rattus-norvegicus's People

Contributors

jahaltom avatar

Stargazers

Diego Galeano avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.