GithubHelp home page GithubHelp logo

y9c / m6a-sacseq Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 1.0 15.39 MB

🧪 Optimized protocol for m6A-SAC-seq

Home Page: https://sacseq.chuan.science/

License: GNU General Public License v3.0

Dockerfile 5.12% Shell 21.71% Python 73.17%
m6a modification rna ngs docker pipeline epitranscriptomics sac-seq single-base epitranscriptome

m6a-sacseq's Introduction

Docker DOI:10.1038/s41587-022-01243-z Citation Badge

m6A-SAC-seq

Overview of the workflow

How to use?

A docker image containing the source code and dependencies has been published for reproducibility. You can run it using the singularity container runtime.

The entire analysis can be completed in just three steps:

  1. Specific the path (with label) of both rawdata and references for your project in a YAML format.

    data.yaml for example(Click to expand)
    samples:
      HeLa-WT:
        input:
          rep1:
            - R1: ./rawdata/HeLa-WT-polyA-input-rep1-run1_R1.fq.gz
              R2: ./rawdata/HeLa-WT-polyA-input-rep1-run1_R2.fq.gz
            - R1: ./rawdata/HeLa-WT-polyA-input-rep1-run2_R1.fq.gz
              R2: ./rawdata/HeLa-WT-polyA-input-rep1-run2_R2.fq.gz
          rep2:
            - R1: ./rawdata/HeLa-WT-polyA-input-rep2-run1_R1.fq.gz
              R2: ./rawdata/HeLa-WT-polyA-input-rep2-run1_R2.fq.gz
            - R1: ./rawdata/HeLa-WT-polyA-input-rep2-run2_R1.fq.gz
              R2: ./rawdata/HeLa-WT-polyA-input-rep2-run2_R2.fq.gz
        treated:
          rep1:
            - R1: ./rawdata/HeLa-WT-polyA-treated-rep1-run1_R1.fq.gz
              R2: ./rawdata/HeLa-WT-polyA-treated-rep1-run1_R2.fq.gz
            - R1: ./rawdata/HeLa-WT-polyA-treated-rep1-run2_R1.fq.gz
              R2: ./rawdata/HeLa-WT-polyA-treated-rep1-run2_R2.fq.gz
          rep2:
            - R1: ./rawdata/HeLa-WT-polyA-treated-rep2-run1_R1.fq.gz
              R2: ./rawdata/HeLa-WT-polyA-treated-rep2-run1_R2.fq.gz
            - R1: ./rawdata/HeLa-WT-polyA-treated-rep2-run2_R1.fq.gz
              R2: ./rawdata/HeLa-WT-polyA-treated-rep2-run2_R2.fq.gz
    references:
      spike:
        fa: ./ref/spike_expand.fa
        bt2: ./ref/spike_expand
      spikeN:
        fa: ./ref/spike_degenerate.fa
        blast: ./ref/spike_degenerate
      rRNA:
        fa: ./ref/Homo_sapiens.GRCh38.rRNA.fa
        bt2: ./ref/Homo_sapiens.GRCh38.rRNA
      smallRNA:
        fa: ./ref/Homo_sapiens.GRCh38.smallRNA.fa
        bt2: ./ref/Homo_sapiens.GRCh38.smallRNA
      genome:
        fa: ./ref/Homo_sapiens.GRCh38.genome.fa
        star: ./ref/Homo_sapiens.GRCh38.genome
        gtf: ./ref/Homo_sapiens.GRCh38.genome.gtf
        gtf_collapse: ./ref/Homo_sapiens.GRCh38.genome.collapse.gtf
      contamination:
        fa: ./ref/contamination.fa
        bt2: ./ref/contamination

    Read the documentation on how to customize.

  2. Run all the analysis by one command:

    singularity run docker://y9ch/sacseq:latest
    default settings(Click to expand)
    • default config file: data.yaml
    • default output dir: ./results
    • default jobs in parallel: 48

    Read the documentation on how to customize.

  3. View the analytics report and use the m6A sites for downstream analysis.

    The output of all the steps will be in one folder (./results) under the current path. A webpage report of all the analysis will be in ./results/report.html (example).

Documentation

https://y9c.github.io/m6A-SACseq/

Citation

 

Copyright © 2021-present Chang Y

m6a-sacseq's People

Contributors

y9c avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

chelab

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.