bioRxiv Science⌕ Search

Biology subjects

Shukueian Tabrizi, S.

Publications and source records attributed to Shukueian Tabrizi, S..

3 recordsLinked to original sources

RNA-X: Modeling RNA interactions to design binder RNA and simultaneously target multiple molecules of different types

RNA interactions with proteins, other RNA molecules, and DNA play essential roles in numerous cellular processes and underpin a wide range of therapeutic mechanisms. Consequently, modeling these interactions is critical for understanding biological systems and designing novel RNA-based therapeutics. However, designing RNA sequences that selectively and strongly bind to a specific target remains a major challenge due to the vast sequence space and the current limitations of experimental and computational methods. In this study, we introduce RNA-X, the first RNA interaction foundation model which is based on masked language modeling for representation learning, conditional RNA design, and optimization. For the first time, RNA-X enables (i) RNA design targeting not only proteins but also other RNA and DNA molecules, and (ii) simultaneous design against multiple targets. Our extensive experiments demonstrate that RNA-X generates RNA sequences with natural structural characteristics and surpasses state-of-the-art methods in protein targeting. Using affinity predictors and molecular dynamics simulations, we further show that the model can design RNA molecules that (i) target therapeutically relevant molecules such as p53 and thrombin proteins, and (ii) bind to targets with no prior interaction data, such as SDAD1 protein. As a proof of concept, we designed a novel guide RNA from scratch that simultaneously binds (i) to the DNA of a bacterium and (ii) to the Cas9 protein. The resulting design achieves a predicted binding energy comparable to that of the wild-type guide RNA reported in the Protein Data Bank. Despite having orders of magnitude fewer parameters than existing RNA foundation models, RNA-X produces representations that outperform them across diverse RNA interaction-related downstream tasks. The code and pretrained model are publicly available on GitHub.

bioinformatics↗

RNAtranslator: Modeling protein-conditional RNA design as sequence-to-sequence natural language translation

Protein-RNA interactions are essential in gene regulation, splicing, RNA stability, and translation, making RNA a promising therapeutic agent for targeting proteins, including those considered undruggable. However, designing RNA sequences that selectively bind to proteins remains a significant challenge due to the vast sequence space and limitations of current experimental and computational methods. Traditional approaches rely on in vitro selection techniques or computational models that require post-generation optimization, restricting their applicability to well-characterized proteins. We introduce RNAtranslator, a generative language model that formulates protein-conditional RNA design as a sequence-to-sequence natural language translation problem for the first time. By learning a joint representation of RNA and protein interactions from large-scale datasets, RNAtranslator directly generates binding RNA sequences for any given protein target without the need for additional optimization. Our results demonstrate that RNAtranslator produces RNA sequences with natural-like properties, high novelty, and enhanced binding affinity compared to existing methods. This approach enables efficient RNA design for a wide range of proteins, paving the way for new RNA-based therapeutics and synthetic biology applications. The model and the code is released at github.com/ciceklab/RNAtranslator.

bioinformatics↗

A Reinforcement Learning-based Approach for Dynamic Privacy Protection in Genomic Data Sharing Beacons

The rise of genomic sequencing has led to significant privacy concerns due to the sensitive and identifiable nature of genomic data. The Beacon Project, initiated by the Global Alliance for Genomics and Health (GA4GH), was designed to enable privacy-preserving sharing of genomic information via an online querying system. However, studies have revealed that the protocol is vulnerable to membership inference attacks, which can expose the presence of individuals in sensitive datasets. Various countermeasures, such as noise addition and query restrictions, have been proposed but are limited by static implementation, leaving them prone to attackers that can adapt and change strategies. In this study, we present the first reinforcement learning (RL)-based approach for dynamic privacy protection of the beacon protocol. We employ a multi-player RL setting where we train (i) a "Generic-Beacon-Defender" agent who can adjust the honesty rate of its responses, against (ii) a "Generic-Beacon-Attacker" agent who can choose the order of the queries and ask random queries to make the beacon think it is a regular user. This is the first defense mechanism capable of adapting its strategy in real time based on user queries, distinguishing between legitimate users and potential attackers, and applying tailored policies accordingly. By doing so, this method enhances both privacy and utility, effectively countering sophisticated and evolving threats. The code and the models are available at github.com/ciceklab/beacon-defense-strategies.

bioinformatics↗