RazerS

RazerS maps sequencing reads from high-throughput second-generation sequencing technologies to reference genomes, providing lossless and approximate alignments using Hamming distance and edit distance metrics.


Key Features:

  • Alignment flexibility: Supports lossless (exact) and approximate alignments to accommodate exact matches and tolerant mapping.
  • Distance metrics: Implements Hamming distance for exact-match criteria and edit distance for alignments allowing mismatches and indels.
  • Arbitrary read length: Handles reads of arbitrary length for compatibility with varied second-generation sequencing outputs.
  • User-specified loss rate: Allows specification of a loss rate parameter to bound the number of reads excluded and trade sensitivity against computation.
  • Speed and scalability: Optimized for high-speed processing of large sequencing datasets.

Scientific Applications:

  • Read mapping to reference genomes: Aligns sequencing reads to reference genomes for downstream analyses.
  • Genomics studies: Facilitates large-scale genomic analyses that require accurate read placement.
  • Variant calling: Provides alignments suitable for variant detection workflows.
  • Transcriptome analysis: Supports transcriptome mapping tasks that depend on precise read alignment.

Methodology:

Employs efficient read-mapping algorithms, uses Hamming distance for exact matches and edit distance for alignments with mismatches or indels, and enforces a user-specified loss rate to control read exclusion.

Topics

Details

License:
GPL-3.0
Maturity:
Mature
Tool Type:
command-line tool
Operating Systems:
Linux, Windows, Mac
Programming Languages:
C++
Added:
1/13/2017
Last Updated:
11/25/2024

Operations

Publications

Weese D, Emde A, Rausch T, Döring A, Reinert K. RazerS—fast read mapping with sensitivity control. Genome Research. 2009;19(9):1646-1654. doi:10.1101/gr.088823.108. PMID:19592482. PMCID:PMC2752123.

Documentation