Related Experiment Video
Updated: Jul 3, 2026

10:34
Probing RNA Structure with Dimethyl Sulfate Mutational Profiling with Sequencing In Vitro and in Cells
Published on: December 9, 2022
Fast and accurate search for non-coding RNA pseudoknot structures in genomes
Zhibin Huang1, Yong Wu, Joseph Robertson
1Department of Computer Science, University of Georgia, Athens, GA 30602, USA.
Bioinformatics (Oxford, England)
|August 9, 2008
Summary
This study introduces RNATOPS, a new bioinformatics tool for efficiently searching genomes for non-coding RNAs (ncRNAs), including those with complex pseudoknot structures. RNATOPS significantly improves speed and accuracy in identifying RNA structures within large genomic datasets.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- Identifying non-coding RNAs (ncRNAs) by secondary structure is crucial in bioinformatics.
- Existing methods struggle with the computational complexity of RNA pseudoknots.
- Previous work proposed a graph model for RNA pseudoknots but required optimization for practical application.
Purpose of the Study:
- To develop a practical and efficient program for searching RNA pseudoknots in genomes.
- To overcome the limitations of previous graph-based methods for RNA structure-sequence alignment.
- To enable routine, fast, and accurate identification of ncRNAs with pseudoknots.
Main Methods:
- Developed preprocessing algorithms to reduce computational parameters (k and t).
- Introduced probabilistic profiling and distance penalty functions to identify plausible sequence regions for stem alignment.
- Devised a specialized tree decomposition algorithm for RNA structure graphs.
Main Results:
- Implemented the search method into a practical program named RNATOPS.
- RNATOPS identifies a small number of plausible regions (k <= 10) for each stem.
- Achieved tree decomposition with small tree width (t <= 4) for most RNA structure graphs.
- Demonstrated high sensitivity and specificity in searching prokaryotic and eukaryotic genomes for RNA structures, including pseudoknots.
Conclusions:
- RNATOPS enables routine, sensitive, and specific genome-wide searches for RNA structures with pseudoknots.
- The program offers a significant advancement in the speed and accuracy of ncRNA identification.
- This work facilitates the discovery of novel RNA structures in large-scale genomic data.
Related Concept Videos
RNA-seq
RNA sequencing, or RNA-Seq, is a high-throughput sequencing technology used to study the transcriptome of a cell. Transcriptomics helps to interpret the functional elements of a genome and identify the molecular constituents of an organism. Additionally, it also helps in understanding the development of an organism and the occurrence of diseases.
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while microarray-based...
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while microarray-based...
Nucleic Acid Structure
The pentose sugar in DNA is deoxyribose, while in RNA the pentose sugar is ribose. The difference between the sugars is the presence of the hydroxyl group on the ribose's second carbon and a hydrogen on the deoxyribose's second carbon. The phosphate residue attaches to the hydroxyl group of the 5′ carbon of one sugar and the hydroxyl group of the 3′ carbon of the sugar of the next nucleotide, which forms a 5′ to 3′ phosphodiester linkage.
DNA Structure
DNA has a double-helix structure. The...
DNA Structure
DNA has a double-helix structure. The...
Nonsense-mediated mRNA Decay
The Upf proteins that carry out nonsense-mediated decay (NMD) are found in all eukaryotic organisms, including humans. Each protein has an individual role, but they need to work in collaboration. Upf1 is an ATP-dependent RNA helicase that unwinds the RNA helix. Because Upf1 can unwind any RNA, Upf2 and Upf3 are required to help Upf1 discriminate between nonsense and normal mRNAs.
Usually, Upf3 binds to an Exon Junction Complex (EJC) at mRNA splice sites. If a ribosome fully translates the mRNA,...
Usually, Upf3 binds to an Exon Junction Complex (EJC) at mRNA splice sites. If a ribosome fully translates the mRNA,...

