RNAlib-2.4.8
|
|
Read and Write energy parameter sets from and to text files. More...
Read and Write energy parameter sets from and to text files.
A default set of parameters, identical to the one described in [17] and [22], is compiled into the library.
Modules | |
Converting Energy Parameter Files | |
Convert energy parameter files into the latest format. | |
Functions | |
const char * | last_parameter_file (void) |
Get the file name of the parameter file that was most recently loaded. More... | |
void | read_parameter_file (const char fname[]) |
Read energy parameters from a file. More... | |
void | write_parameter_file (const char fname[]) |
Write energy parameters to a file. More... | |
const char* last_parameter_file | ( | void | ) |
#include <ViennaRNA/params/io.h>
Get the file name of the parameter file that was most recently loaded.
void read_parameter_file | ( | const char | fname[] | ) |
#include <ViennaRNA/params/io.h>
Read energy parameters from a file.
fname | The path to the file containing the energy parameters |
void write_parameter_file | ( | const char | fname[] | ) |
#include <ViennaRNA/params/io.h>
Write energy parameters to a file.
fname | A filename (path) for the file where the current energy parameters will be written to |