Skip to content

Commit

Permalink
works with entropy
Browse files Browse the repository at this point in the history
  • Loading branch information
mlerogers committed Oct 11, 2013
1 parent 47297ac commit a0e4c4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Set.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ typedef struct {
int helsum;
int num_fhc;
HC **helices;
int **joint;
int prof_size;
int prof_num;
int num_sprof;
Expand Down Expand Up @@ -65,6 +66,7 @@ void addHC(Set *set, HC *hc, int idcount);
void reorder_helices(Set *set);
int freqcompare(const void *v1, const void *v2);
double set_threshold_entropy(Set *set);
void init_joint(Set *set);
double set_threshold(Set *set, int start);
int compare(const void *v1, const void *v2);
int print_all_helices(Set *set);
Expand All @@ -84,10 +86,12 @@ void print_topdown_prof(Set *set, int h, int p);

void make_profiles(Set *set);
void make_profiles_sfold(Set *set);
void calc_joint(Set *set, int *prof, int num);
char* process_profile(HASHTBL *halfbrac,int *profile,int numhelix,Set *set);
void make_bracket_rep(HASHTBL *brac,Profile *prof);
void make_brackets(HASHTBL *brac, int i, int j, int id);
void make_rep_struct(HASHTBL *consensus,char *profile, char* trips);
void print_meta(Set *set);
void print_profiles(Set *set);
int profsort(const void *v1, const void *v2);
double set_num_sprof(Set *set);
Expand Down

0 comments on commit a0e4c4c

Please sign in to comment.