NGS
IonCRAM: New Tool for Ion Torrent Sequence Files Compression

One of the major next-generation sequencing (NGS) technologies that are most frequently used in medical research is Ion Torrent. Software for Ion Torrent machines provides output in BAM files that are huge in size. Additionally, their compression is also space expensive.
For efficient compression of these BAM files into CRAM format, new software has been introduced. This software is known as IonCRAM [1]. IonCRAM is a lossless reference-based compression tool. It is capable of compressing BAM files into archiving CRAM files such that it could save up to 43% of space. This is open-source software and is freely available at GitHub, CodeOcean, and http://ioncram.saudigenomeproject.com.
How IonCRAM works?
Its algorithm is based on binning the flow signals and quality values initially introduced by Illumina [2]. At first, the algorithm sorts the reads by genomic coordinates in the BAM file followed by their prefix while sorting the respective CIGAR string to bring similar reads closer to each other. The sorted reads are then scanned for blocks of reads that are mapped to the same locus. Finally, flow signals from each block are collected and compressed together.
IonCRAM is available for Ubuntu and CentOS. For further reading, click here.
References
- Shokrof, M., Abouelhoda, M. IonCRAM: a reference-based compression tool for ion torrent sequence files. BMC Bioinformatics 21, 397 (2020).
- Illumina inc., “Understanding Illumina Quality Scores,” 2012.
NGS
[Tutorial] Trailing of paired end reads using Trimmomatic tool in GALAXY.

Trimmomatic is a read trimming tool for Illumina NGS data [1]. It is a flexible tool providing several functions to be operated on reads. These functions include trailing, leading, and several other quality control operations. In this article, we are going to perform trailing on NGS paired-end reads data using the GALAXY platform [2]. (more…)
NGS
How to extract methylation call using Bismark?

Bismark is bioinformatics to map bisulfite treated sequencing reads and to perform methylation calls [1]. In this article, we are going to extract methylation information from Bismark alignment outputs. (more…)
You must be logged in to post a comment Login