RNAlib-2.2.0RC0
ribo.h
1 #ifndef __VIENNA_RNA_PACKAGE_RIBOSUM_H__
2 #define __VIENNA_RNA_PACKAGE_RIBOSUM_H__
3 
4 float **get_ribosum(const char **Alseq,
5  int n_seq,
6  int length);
7 
14 float **readribosum(char *name);
15 
16 #endif
float ** readribosum(char *name)
Read a ribosum or other user-defined scoring matrix.