Parsing Next Generation Sequencing Data in Parallel Environments for Downstream Genetic Variation Analysis

Mariana Vasquez, Jonathon Mohl, and Ming-Ying Leung

Volume 9, Issue 2 (December 2018), pp. 37–45

https://doi.org/10.22369/issn.2153-4136/9/2/5

PDF icon Download PDF

BibTeX
@article{jocse-9-2-5,
  author={Mariana Vasquez and Jonathon Mohl and Ming-Ying Leung},
  title={Parsing Next Generation Sequencing Data in Parallel Environments for Downstream Genetic Variation Analysis},
  journal={The Journal of Computational Science Education},
  year=2018,
  month=dec,
  volume=9,
  issue=2,
  pages={37--45},
  doi={https://doi.org/10.22369/issn.2153-4136/9/2/5}
}
Copied to clipboard!

With the recent advances in next generation sequencing technology, analysis of prevalent DNA sequence variants from patients with a particular disease has become an important tool for understanding the associations between the disease and genetic mutations. A publicly accessible bioinformatics pipeline, called OncoMiner (http://oncominer.utep.edu), was implemented in 2016 to help biomedical researchers analyze large genomic datasets from patients with cancer. However, the current version of OncoMiner can only accept input files with a highly specific format for sequence variant description. In order to handle data from a broader range of sequencing platforms, a data preprocessing tool is necessary. We have therefore implemented the OncoMiner Preprocessing (OP) program for parsing data files in the popular FastQ and BAM formats to generate an OncoMiner input file. OP involves using the open source Bowtie2 and SAMtools software, followed by a python script we developed for genetic sequence variant identification. To preprocess very large datasets efficiently, the OP program has been parallelized on two local computers and the Blue Waters system at the National Center for Supercomputing Applications using a multiprocessing approach. Although reasonable parallelization efficiency has been obtained on the local computers, the OP program's speedup on Blue Waters has been limited, possibly due to I/O issues and individual node memory constraints. Despite these, Blue Waters has provided the necessary resources to process 35 datasets from patients with acute myeloid leukemia and demonstrated significant correlation of OP runtimes with the BAM input size and chromosome diversity.