Skip to content
 
 

Repository files navigation

Analysis for simplified GUIDE-seq

This fork of the umi package is intended to be used with GUIDE-seq simplified library preparation protocol

The simplified GUIDE-seq protocol produces libraries that

  1. Can be run on any Illumina sequencer without tweaking the software settings (no need to export index read files for demultiplexing). You can use demultiplexed libraries (from bcl2fastq) and use only the Read1 & Read2 files for each sample to perform the analysis.

  2. Contain the Unique Molecular Identifier inline with the sequenced target region. Read2 starts with the UMI.

The above changes necessitate modifying the GUIDE-seq analysis workflow to accommodate the new library structure.

NOTE: You need to run each step of the GUIDE-seq analysis individually.

  1. Install the GUIDE-seq package. Instructions here.

  2. Download the UMI package from this repo and replace the umitag.py in the GUIDE-seq package with the umitag.py file from this package.

  3. Replace the identifyOfftargetSites.py file in the GUIDE-seq package with the version from this package.

  4. Start analysis with step umitag. Since you will be working with demultiplexed fastq files, use the following command.

python ../umitag.py --read1_in mysample.r1.fastq --read2_in mysample.r2.fastq --read1_out mysample.r1.umitagged.fastq --read2_out mysample.r2.umitagged.fastq
  1. Use the output files in the next step - Consolidate.

  2. Follow the rest of the steps as in the GUIDE-seq analysis workflow.

An automated pipeline like that of GUIDE-seq is under development. I will make a note here when the new package is available.

About

Preprocessing tools for unique molecular index (UMI) sequencing reads

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages