English

conLSH: Context based Locality Sensitive Hashing for Mapping of noisy SMRT Reads

Genomics 2019-03-13 v1 Data Structures and Algorithms Machine Learning Machine Learning

Abstract

Single Molecule Real-Time (SMRT) sequencing is a recent advancement of Next Gen technology developed by Pacific Bio (PacBio). It comes with an explosion of long and noisy reads demanding cutting edge research to get most out of it. To deal with the high error probability of SMRT data, a novel contextual Locality Sensitive Hashing (conLSH) based algorithm is proposed in this article, which can effectively align the noisy SMRT reads to the reference genome. Here, sequences are hashed together based not only on their closeness, but also on similarity of context. The algorithm has O(nρ+1)\mathcal{O}(n^{\rho+1}) space requirement, where nn is the number of sequences in the corpus and ρ\rho is a constant. The indexing time and querying time are bounded by O(nρ+1lnnln1P2)\mathcal{O}( \frac{n^{\rho+1} \cdot \ln n}{\ln \frac{1}{P_2}}) and O(nρ)\mathcal{O}(n^\rho) respectively, where P2>0P_2 > 0, is a probability value. This algorithm is particularly useful for retrieving similar sequences, a widely used task in biology. The proposed conLSH based aligner is compared with rHAT, popularly used for aligning SMRT reads, and is found to comprehensively beat it in speed as well as in memory requirements. In particular, it takes approximately 24.2%24.2\% less processing time, while saving about 70.3%70.3\% in peak memory requirement for H.sapiens PacBio dataset.

Keywords

Cite

@article{arxiv.1903.04925,
  title  = {conLSH: Context based Locality Sensitive Hashing for Mapping of noisy SMRT Reads},
  author = {Angana Chakraborty and Sanghamitra Bandyopadhyay},
  journal= {arXiv preprint arXiv:1903.04925},
  year   = {2019}
}

Comments

arXiv admin note: text overlap with arXiv:1705.03933