bioRxiv Science⌕ Search

Biology subjects

Salem, D. H.

Publications and source records attributed to Salem, D. H..

2 recordsLinked to original sources

Nm-Nano: Predicting 2'-O-methylation (Nm) Sites in Nanopore RNA Sequencing Data

Nm (2-O-methylation) is one of the most abundant modifications of mRNAs and non-coding RNAs. It has a great contribution in many biological processes such as the normal functioning of tRNA, the protection of mRNA against degradation by DXO protein, and the biogenesis and specificity of rRNA. Recently, the single-molecule sequencing techniques for long reads of RNA sequences data offered by Oxford Nanopore technologies have enabled the direct detection of RNA modifications on the molecule that is being sequenced. In this paper, we propose a bio-computational framework, Nm-Nano for predicting the existence of Nm sites in Nanopore direct RNA sequencing reads of human cell lines. This addresses the limitations of Nm predictors presented in the literature that were only able to detect those sites on short reads of RNA sequences data of cell lines of different species or long read sequencing data of non-human cell lines (yeast). Nm-Nano framework integrates two supervised machine learning (ML) models for predicting Nm sites in Nanopore direct RNA sequencing data, namely the Extreme Gradient Boosting (XGBoost) and Random Forest (RF) with K-mers embedding models. XGBoost is trained with the features extracted from the modified and unmodified Nanopore signals and their corresponding K-mers resulting from the reported underlying RNA sequence obtained by base-calling, while RF model is trained with the same set of features used to train XGBoost, in addition to a dense vector representation of RNA K-mers generated by word2vec technique. Results on benchmark data sets from Hela and Hek293 cell lines demonstrate high accuracy (99% with XGBoost and 92% with RF) in identifying Nm sites. Deploying Nm-Nano on Hela and Hek293 cell lines reveals the frequently Nm-modified genes. In Hela cell lines, 125 genes are identified as frequently Nm-modified, showing enrichment in ontologies related to immune response and cellular processes. In Hek293 cell lines, 61 genes are identified as frequently Nm-modified, with enrichment in processes like glycolysis and protein localization. These findings underscore the diverse regulatory roles of Nm modifications in metabolic pathways, protein degradation, and cellular processes. The source code of Nm-Nano can be freely accessed at https://github.com/Janga-Lab/Nm-Nano.

bioinformatics↗

Penguin: A Tool for Predicting Pseudouridine Sites in Direct RNA Nanopore Sequencing Data

Pseudouridine is one of the most abundant RNA modifications, occurring when uridines are catalyzed by Pseudouridine synthase proteins. It plays an important role in many biological processes and also has an importance in drug development. Recently, the single-molecule sequencing techniques such as the direct RNA sequencing platform offered by Oxford Nanopore technologies enable direct detection of RNA modifications on the molecule that is being sequenced, but to our knowledge this technology has not been used to identify RNA Pseudouridine sites. To this end, in this paper, we address this limitation by introducing a tool called Penguin that integrates several developed machine learning (ML) models (i.e., predictors) to identify RNA Pseudouridine sites in Nanopore direct RNA sequencing reads. Penguin extracts a set of features from the raw signal measured by the Oxford Nanopore and the corresponding basecalled k-mer. Those features are used to train the predictors included in Penguin, which in turn, is able to predict whether the signal is modified by the presence of Pseudouridine sites. We have included various predictors in Penguin including Support vector machine (SVM), Random Forest (RF), and Neural network (NN). The results on the two benchmark data sets show that Penguin is able to identify Pseudouridine sites with a high accuracy of 93.38% and 92.61% using SVM in random split testing and independent validation testing respectively. Thus, Penguin outperforms the existing Pseudouridine predictors in the literature that achieved an accuracy of 76.0 at most with an independent validation testing. A GitHub of the tool is accessible at https://github.com/Janga-Lab/Penguin. HIGHLIGHTSO_LIPenguin integrates several developed ML learning models (i.e., predictors) to identify RNA {Psi} sites in Nanopore direct RNA sequencing reads. C_LIO_LIThe pipeline of penguin automates the data preprocessing including Nanopore direct RNA reads alignment using Minimap2, and Nanopore signal extraction using Nanopolish, feature extraction from raw Nanopore signal for training ML predictors integrated in its platform, and the prediction of RNA {Psi} sites with those predictors. C_LIO_LIPenguin can predict {Psi} sites with a performance that outperforms the performance of the state-of-the-art research methods existing in the literature. C_LIO_LIPenguin platform can be adopted to be used for predicting other/various types of RNA modification. C_LIO_LIThere are 6137606 U-mers samples predicted by penguin best ML model (SVM) as {Psi} ones from a total of 67491289 U-mers samples in the complete Hek293 cell line with 556813 unique genomic location of {Psi}. C_LIO_LIThere are 1193192 U-mers samples predicted by penguin best ML model (SVM) as {Psi} ones from a total of 229637931 U-mers samples in the complete Hela cell line with 39384 unique genomic locations of {Psi}. C_LIO_LIThere is a small fraction of 0.01% (6482 unique genomic locations) of {Psi} that are common (overlapped) between both Hek293 and Hela cell lines. C_LIO_LIThe extend of {Psi} modification (the number of U-mers samples predicted as {Psi} samples to the total number of U-mer samples in the complete RNA sequence of the cell line) in RNA sequence of Hek293 cell line is much greater than its counterpart for Hela cell line (9% for Hek293 versus 0. 5 % for Hela cell line). C_LI

genomics↗