Searched refs:exons1 (Results 1 – 2 of 2) sorted by relevance
/dports/biology/p5-AcePerl/AcePerl-1.92/t/ |
H A D | sequence.t | 120 @exons1 = $forward->exons; 121 test(46,scalar @exons1,'failed to find exons on forward gene'); 126 test(49,$exons1[0]->dna eq $exons2[0]->dna,"absolute and relative exons don't match"); 128 @exons1 = $reverse->exons; 129 test(50,scalar @exons1,'failed to find exons on reverse gene'); 134 test(53,$exons1[-1]->dna eq $exons2[0]->dna,"absolute and relative exons don't match (1)"); 135 test(54,$exons1[0]->dna eq $exons2[-1]->dna,"absolute and relative exons don't match (2)");
|
/dports/biology/emboss/EMBOSS-6.6.0/ajax/ensembl/ |
H A D | enstranscript.c | 4431 const AjPList exons1 = NULL; in ensTranscriptSimilarity() local 4457 exons1 = ensTranscriptLoadExons(transcript1); in ensTranscriptSimilarity() 4460 if (ajListGetLength(exons1) != ajListGetLength(exons2)) in ensTranscriptSimilarity() 4463 iter1 = ajListIterNewread(exons1); in ensTranscriptSimilarity()
|