RNAlib-2.2.7
ribo.h
Go to the documentation of this file.
1 #ifndef VIENNA_RNA_PACKAGE_RIBOSUM_H
2 #define VIENNA_RNA_PACKAGE_RIBOSUM_H
3 
18 float **get_ribosum(const char **Alseq,
19  int n_seq,
20  int length);
21 
26 float **readribosum(char *name);
27 
31 #endif
float ** readribosum(char *name)
Read a RiboSum or other user-defined Scoring Matrix and Store into global Memory. ...
float ** get_ribosum(const char **Alseq, int n_seq, int length)
Retrieve a RiboSum Scoring Matrix for a given Alignment.