Giter VIP home page Giter VIP logo

orciraptor_agilis_2021's Introduction

Orciraptor_agilis_2021

Read processing and filtering, de novo transcriptome assembly (rnaSPAdes) of Orciraptor agilis RNA-seq data

Module 1 + 2: See repository "Orciraptor_agilis_2021_Trinity"

Module 3: De novo transcriptome assembly, decontamination, ORF prediction

  1. Run assembly.sh to assemble the transcriptome from processed reads of all libraries. Output is de novo transcriptome assembly of Orciraptor agilis as a fasta.
  2. Filter transcriptome for contigs larger than 200 nt with seqkit_length.sh
  3. Run blastn search with this transcriptome (nt database v5 updated on 2021-03-10): blastn.sh
  • Checked contigs with > 95% identity over a length of minimum 100 nt, saved contig identifiers of all bacterial, viral, ribosomal and algal contigs in contaminants.txt
  • Remove these sequences from transcriptome with seqkit.sh
  1. ORF prediction with transdecoder.sh
  2. Run blastp search of Orciraptor ORFs against Mougeotia predicted ORFs: blastp.sh
  • Remove ORFs with a > 95% identity over a length of 150 aa from Orciraptor predicted proteome: seqkit_NA.sh
  1. Rename ORFs to pattern "gx_iy.pz" (gene, isoform, peptide) with rename_transdecoder.py. Usage in folder Module_3/transdecoder: Output is "orciraptor_transdecoder.pep_renamed.fasta".
python rename_transdecoder.py orciraptor_200_filtered2.fasta.transdecoder.pep

Module 5: Generate gene_trans_map

  1. Generate gene_trans_map file for Lace: gene_trans_map.R
  2. Mapping the processed reads back to the newly generated transcriptome with bowtie2 and counting with salmon in alignment-mode (bowtie2.sh).

Module 6: Assembly summary statistics

  1. Number of number + length statistics of contigs was calculated with TrinityStats.pl script from Trinity toolkit
  2. Number, completeness and orientation of ORFs is summarised with transdecoder_count.sh
  3. ExN50 statistic is calculated with ExN50.sh

Module 7: Supertranscripts

  1. Run Lace to generate supertranscript fasta: lace.sh
  2. Generate genome index of supertranscriptome for STAR mapping (star_genome.sh), perform STAR mapping of processed reads (star_mapping.sh), index the bam files (index.sh)
  3. Run stringtie and merge the gtfs (stringtie.sh)
  4. Convert gtf to fasta and predict ORFs (stringtie_fasta.sh and stringtie_transdecoder.sh)

orciraptor_agilis_2021's People

Contributors

jenny-gerbracht avatar

Stargazers

 avatar

Watchers

 avatar

orciraptor_agilis_2021's Issues

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.