Modules | |
Stochastic Backtracking of Consensus Structures from Sequence Alignment(s) | |
Stochastic Backtracking of Structures from Distance Based Partitioning | |
Contains functions related to stochastic backtracking from a specified distance class. | |
Functions | |
char * | pbacktrack (char *sequence) |
Sample a secondary structure from the Boltzmann ensemble according its probability . | |
char * | pbacktrack_circ (char *sequence) |
Sample a secondary structure of a circular RNA from the Boltzmann ensemble according its probability. |
char* pbacktrack | ( | char * | sequence | ) |
Sample a secondary structure from the Boltzmann ensemble according its probability
.
sequence | The RNA sequence |
char* pbacktrack_circ | ( | char * | sequence | ) |
Sample a secondary structure of a circular RNA from the Boltzmann ensemble according its probability.
This function does the same as pbacktrack() but assumes the RNA molecule to be circular
sequence | The RNA sequence |