Home
last modified time | relevance | path

Searched refs:gene_best_record_t (Results 1 – 2 of 2) sorted by relevance

/dports/biology/subread/subread-2.0.2-source/src/
H A Dsubread.h355 } gene_best_record_t; typedef
370 gene_best_record_t * best_records;
H A Dgene-algorithms.c627 allvote -> best_records = (gene_best_record_t *) malloc(sizeof(gene_best_record_t)* expected_len); in init_allvote()