X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=binaries%2Fsrc%2FViennaRNA%2Fdoc%2Fhtml%2Fgroup__cofold.html;fp=binaries%2Fsrc%2FViennaRNA%2Fdoc%2Fhtml%2Fgroup__cofold.html;h=c6ded8c53702dbcda1fee9001cff85f0e3145d42;hb=7522ace91fc0804a9719dbac9f68bc8154da3132;hp=0000000000000000000000000000000000000000;hpb=8116c0444fe98e8eb21bcdd8ded06e1429085823;p=jabaws.git diff --git a/binaries/src/ViennaRNA/doc/html/group__cofold.html b/binaries/src/ViennaRNA/doc/html/group__cofold.html new file mode 100644 index 0000000..c6ded8c --- /dev/null +++ b/binaries/src/ViennaRNA/doc/html/group__cofold.html @@ -0,0 +1,102 @@ + + + + + +RNAlib-2.1.2: Calculate Secondary Structures of two RNAs upon Dimerization + + + + + + + + + + +
+
+ + + + + + +
+
RNAlib-2.1.2 +
+
+
+ + + +
+
+ +
+
+
+ +
+
+ +
+
Calculate Secondary Structures of two RNAs upon Dimerization
+
+
+ +

Predict structures formed by two molecules upon hybridization. +More...

+
+ + Collaboration diagram for Calculate Secondary Structures of two RNAs upon Dimerization:
+
+
+ + + + + + + + +

+Modules

 MFE Structures of two hybridized Sequences
 Partition Function for two hybridized Sequences
 Partition Function Cofolding.
 Partition Function for two hybridized Sequences as a stepwise Process
 Partition Function Cofolding as a stepwise process.
+

Detailed Description

+

Predict structures formed by two molecules upon hybridization.

+

The function of an RNA molecule often depends on its interaction with other RNAs. The following routines therefore allow to predict structures formed by two RNA molecules upon hybridization.
+ One approach to co-folding two RNAs consists of concatenating the two sequences and keeping track of the concatenation point in all energy evaluations. Correspondingly, many of the cofold() and co_pf_fold() routines below take one sequence string as argument and use the the global variable cut_point to mark the concatenation point. Note that while the RNAcofold program uses the '&' character to mark the chain break in its input, you should not use an '&' when using the library routines (set cut_point instead).
+ In a second approach to co-folding two RNAs, cofolding is seen as a stepwise process. In the first step the probability of an unpaired region is calculated and in a second step this probability of an unpaired region is multiplied with the probability of an interaction between the two RNAs. This approach is implemented for the interaction between a long target sequence and a short ligand RNA. Function pf_unstru() calculates the partition function over all unpaired regions in the input sequence. Function pf_interact(), which calculates the partition function over all possible interactions between two sequences, needs both sequence as separate strings as input.

+
+
+ + + +