Package |
Description |
|---|---|
| HMMER Author: Sean Eddy [website] Profile hidden Markov models for biological sequence analysis. |
|
| Infernal Authors: Sean Eddy, Diana Kolbe, and Eric Nawrocki [website] RNA structure analysis using covariance models. |
|
| CONUS Author: Robin Dowell [Web site] Software for the exploration of lightweight stochastic context free grammars This is the code accompanying Robin Dowell's paper "Evaluation of Several Lightweight Stochastic Context-Free Grammars for RNA Secondary Structure Prediction", BMC Bioinformatics 5:71, 2004. It implements several small SCFGs for single-sequence RNA secondary structure prediction. |
|
| ATV Author: Christian Zmasek [website] A visualization tool for large phylogenetic trees. |
|
| RSEARCH Author: Robbie Klein [FTP site] Sequence database searching with RNA structure queries. RSEARCH aligns an RNA query to target sequences, using SCFG algorithms to score both secondary structure and primary sequence alignment simultaneously. It's slow, but somewhat more capable of finding significant remote RNA structure homologies than sequence alignment methods like BLAST. (By slow, we mean, you really need a substantial computing cluster to do any serious work with it; a typical single search of a metazoan genome may take a few thousand CPU hours). |
|
| RECON Author: Zhirong Bao [website] Automated identification of repeat sequence families in genome sequences. |
|
| tRNAscan-SE Author: Todd Lowe [FTP site] [web server] tRNA detection in large-scale genome sequence. tRNAscan-SE detects ~99% of eukaryotic nuclear or prokaryotic tRNA genes, with a false positive rate of less than one per 15 gigabases, and with a search speed of about 30 kb/second. It was implemented for large-scale human genome sequence analysis, but is applicable to other DNAs as well. It applies our COVE software (see below) with a carefully built tRNA covariance model, while getting around COVE's speed limitations by using two tRNA finding programs from other research groups as fast first-pass scanners (Fichant and Burks', and an implementation of an algorithm from A. Pavesi's group). It runs on any UNIX system with Perl and a C compiler installed. |
|
| CONSAN Author: Robin Dowell [Web site] Pairwise structural RNA alignment This is the code accompanying Robin Dowell's paper "Efficient Pairwise RNA Structure Prediction and Alignment Using Sequence Alignment Constraints" , BMC Bioinformatics, 7:400, 2006. It implements a pinned Sankoff algorithm for simultaneous pairwise RNA alignment and consensus structure prediction. |
|
| FORESTER Author: Christian Zmasek [website] Inference of orthology and paralogy relationships in gene trees. |
|
| QRNA Author: Elena Rivas [FTP site] A prototype noncoding RNA genefinder, based on comparative genome sequence analysis. This is the code from Elena Rivas that accompanies the paper Noncoding RNA gene detection using comparative sequence analysis. QRNA uses comparative genome sequence analysis to detect conserved RNA secondary structures, including both ncRNA genes and cis-regulatory RNA structures. |
|
| RNABOB Author: Sean Eddy [FTP site] Fast Pattern searching for RNA secondary structures. RNABOB is an implementation of D. Gautheret's RNAMOT, but with a different underlying algorithm using a nondeterministic finite state machine with node rewriting rules. (Computer scientists would probably cringe in horror. It works, and it's fast, but is it street legal in a computer science department? Who knows.) An RNABOB motif is a consensus pattern a la PROSITE patterns, but with base-pairing. | |
| PKNOTS Author: Elena Rivas Experimental code demonstrating a dynamic programming algorithm for RNA pseudoknot prediction. This is experimental code from Elena Rivas, demonstrating a dynamic programming algorithm for globally optimal RNA pseudoknot prediction. The algorithm is discussed in the paper A dynamic programming algorithm for RNA structure prediction using pseudoknots. [FTP site] | |
| SQUID Author: Sean Eddy [FTP site] A C library that much of the above software bundles in. SQUID is my own personal library of C functions and utility programs for sequence analysis. I don't really suggest that you use it in your programs, as I change it at will. However, it does contains some small utility programs that some people have found useful in scripts that drive large HMMER tasks. | |
| NCRNASCAN Author: Elena Rivas [FTP site] Experimental code for a structural RNA genefinder: it doesn't actually
work well, because it turns out that structural RNAs don't have much
more secondary structure content than random sequence. | |
| HMMERVIEWER Author: Robin Dowell [FTP site] Robin Dowell's prototype of a Perl/Tk application for viewing profile HMMs created by HMMER, including the Pfam database. | |
| COVE Author: Sean Eddy [FTP site] Covariance models of RNA secondary structure (old version). COVE is an implementation of stochastic context free grammar methods for RNA sequence/structure analysis. COVE is still experimental and not as well supported as I would like. It is an extremely sensitive tool for database searching for homologous RNAs, if you have an alignment of an RNA family. It requires hefty CPU resources to run properly. |