Skip to main content

UMI error correct

Project description

# umierrorcorrect

Pipeline for analyzing barcoded amplicon sequencing data with Unique molecular identifiers (UMI)

Reference

UMIErrorCorrect has been published in Clinical Chemistry.

[Link to the Umierrorcorrect paper](https://doi.org/10.1093/clinchem/hvac136)

Österlund T., Filges S., Johansson G., Ståhlberg A. UMIErrorCorrect and UMIAnalyzer: Software for Consensus Read Generation, Error Correction, and Visualization Using Unique Molecular Identifiers, Clinical Chemistry, 2022;, hvac136

Installation

To run Umierrorcorrect via Docker, see the [Docker documentation](doc/docker.md).

To install the UMI-errorcorrect pipeline from source, open a terminal and type the following:

` pip install umierrorcorrect `

After installation, try to run the pipeline:

` run_umierrorcorrect.py -h `

Dependencies

Umi-errorcorrect runs using Python 3 and requires the following programs/libraries to be installed (if you run through docker all dependencies are already handled):

Python-libraries (should be installed automatically):

pysam (v 0.8.4 or greater)

External programs:

bwa (bwa mem command is used) Either of gzip or pigz (parallel gzip)

Install the external programs and add them to the path.

Since the umierrorcorrect pipeline is using bwa for mapping of reads, a bwa-indexed reference genome is needed. Index the reference genome with the command bwa index -a bwtsw reference.fa.

Usage

Example syntax for running the whole pipeline:

run_umierrorcorrect.py -r1 read1.fastq.gz -r2 read2.fastq.gz -ul umi_length -sl spacer_length -r reference_fasta_file.fasta -o output_directory

The run_umierrorcorrect.py pipeline performs the following steps:

  • Preprocessing of fastq files (remove the UMI and spacer and puts the UMI in the header)

  • Mapping of preprocessed fastq reads to the reference genome

  • Perform UMI clustering, then error correcion of each UMI cluster

  • Create consensus reads (one representative read per UMI cluster written to a BAM file)

  • Create a consensus output file (collapsed counts per position)

  • Perform variant calling.

It is also to possible to run the pipeline step-by-step.

To see the options for each step, type the following:

` preprocess.py -h run_mapping.py -h umi_error_correct.py -h get_consensus_statistics.py -h call_variants.py -h filter_bam.py -h filter_cons.py -h ` Tutorial ——–

[Link to the Umierrorcorrect tutorial](https://github.com/stahlberggroup/umierrorcorrect/wiki/Tutorial)

Example of UMI definition options

[UMI definition options](https://github.com/stahlberggroup/umierrorcorrect/wiki/UMI-definition-options)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

umierrorcorrect-0.25.tar.gz (31.8 kB view details)

Uploaded Source

Built Distribution

umierrorcorrect-0.25-py3-none-any.whl (76.0 kB view details)

Uploaded Python 3

File details

Details for the file umierrorcorrect-0.25.tar.gz.

File metadata

  • Download URL: umierrorcorrect-0.25.tar.gz
  • Upload date:
  • Size: 31.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for umierrorcorrect-0.25.tar.gz
Algorithm Hash digest
SHA256 105fcfa594d9650af1e371f238d35390d443c784814b7468b4f6539dd9865417
MD5 0263d679bfa81ae45602cc4c5cb0a3e0
BLAKE2b-256 37bc1f9af750dcbd84275eebad99b577daf51b33bd4f4a720594a955d7eb9fa9

See more details on using hashes here.

File details

Details for the file umierrorcorrect-0.25-py3-none-any.whl.

File metadata

  • Download URL: umierrorcorrect-0.25-py3-none-any.whl
  • Upload date:
  • Size: 76.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for umierrorcorrect-0.25-py3-none-any.whl
Algorithm Hash digest
SHA256 2b8b47a21d1b405c09747dccb735085bab9fb9b419821a8173c0c5b73e1bc9f5
MD5 a391eb21b315aafc6a099a8c659bffbb
BLAKE2b-256 21e16498420c469529803872dd699e28c0fe9b4a144e6b3958ce4b106875ed54

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page