Code Monkey home page Code Monkey logo

pa-salmon's Introduction

pa-salmon

pa-salmon

Using salmon to processes P. aeruginosa RNA-seq data

Overview

  1. Create a conda environment with salmon installed called salmon2

  2. Create transcriptome index These are reference genome specific and can be made in decoy-unaware or decoy-aware modes examples: salmon_ti.script, salmon_ti_decoy.script

  3. Load fastq files to directories accessible on discovery

    • keep all fastq files that correspond to a sample (eg paired) in sub-directories
    • dartfs storage is accessible by discovery but larger than user home dirs but is usually specific to a lab
    • global scratch can also be used (files last 30 days)
    • examples: /dartfs-hpc/rc/lab/H/HoganD or /dartfs-hpc/scratch/
  4. Map samples to t-index

    • Use the salmon quant command for fast mapping parameters used in this project were chosen for P. aeruginosa and may be bacteria-specific.
    • Run samples in parallel via job arrays.
    • examples: salmon_metals_spu.scipt, salmon_metals_spu_decoy.script
  5. Collect salmon output (quant.fs files) into count table

    • the salmon calls save all outputs to files named quant.fs in different directories
    • almon also uses cDNA gene identifiers
    • collect them all as columns in a table with column names as sample names and rownames as gene names
    • example: spu_collect.script

pa-salmon's People

Contributors

georgiadoing 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.