Introduction
When using RaSE please cite :
- Martin Raden, Syed M Ali, Omer S Alkhnbashi, Anke Busch, Fabrizio Costa, Jason A Davis, Florian Eggenhofer, Rick Gelhausen, Jens Georg, Steffen Heyne, Michael Hiller, Kousik Kundu, Robert Kleinkauf, Steffen C Lott, Mostafa M Mohamed, Alexander Mattheis, Milad Miladi, Andreas S Richter, Sebastian Will, Joachim Wolff, Patrick R Wright, and Rolf Backofen
Freiburg RNA tools: a central online resource for RNA-focused research and teaching
Nucleic Acids Research, 46(W1), W25-W29, 2018.
Overview
The following parameters are used to control the execution of RaSE
Furthermore, additional information is available
Input
RNA sequence
Defaults to ()
Output
Mark best
Defaults to (6)
RaSE structure graph
Average probability cutoff
Defaults to (0.1)
Minimal solid edge probability
Defaults to (0.5)
Minimal number of edges per node
Defaults to (2)
RNAplfold
Window size
Defaults to (150)
Maximal base pair span
Defaults to (130)
No lonely base pairs
Defaults to (false)
EDeN
Complexity of features
Defaults to (3)
Bit size for feature encoding
Defaults to (15)
Output Description
RaSe outputs a space separated tabular file with the following format: the first line contains the Minimum Free Energy structure (MFE) in dot-bracket notation of the original sequence; the following lines contain the nucleotide (nt) position, the nt one letter code (A|C|G|U
), the nt code for the mutation that most changes the computed structure, the similarity score between the original structure and the structure obtained by the mutation, the MFE structure of the mutated sequence in dotbracket notation and an optional character *
marking the top dissimilar cases.
(((((((((((.((.......)).))))..............((((((...))))))(((((.......)))))))))))).
0 G C 0.63 ((((.((((((.((.......)).)))))).)))).......((((((...))))))(((((.......)))))........
1 C G 0.23 (((((((.((((((((.........((((((.......))))))..))))))))...(((((.......)))))))))))). *
The structure
image depicts the graph encoding of the most probable RNA structure: edges representing the backbone or base pairs with a probability higher than --hard_threshold
are displayed with a solid line, edges between base pairs with probability in the interval --avg_bp_prob_cutoff
and --hard_threshold
are displayed with a dashed line. The node label is composed of the original nt (above) and the mutation that most changes the computed structure (below). The color intensity is proportional to 1 - similarity, so that darker nodes are the ones that have the largest effect on the structure.
The plot
image depicts the nt position on the top x axis, the original nt on the bottom x axis, the mutation that most changes the computed structure on the bottom x axis but inside the plot, the score = 1 - similarity on the y axis, so that the highest bar corresponds to the mutation that has the largest effect on the structure.
The structures
image depicts the graph encoding of the individual k mutations that most changes the computed structure. The title associated with each graph is composed of the original nt, the position and the mutation that most changes the computed structure. The node color encode the different nts (A|C|G|U
). The line encoding is the same as for the structure
plot (see above).
RaSE exposes several library functions that can be used inside other projects. See examples of use in the Jupyter notebook
List of Changes
- 4.4.0 : RaSE v1.0 online