ReadExonsGFF.c | geneid v 1.2 source documentation |
Description: |
Read an external file of exons. These annotations will be added in the
final gene prediction either forcing to include them or mixing with the
ab initio predictions (depending on the existence of value in the group
field (gff) of annotations to preserve or not the complete annotated gene).
GFF format line (tab as field separator):
|
Briefing: |
long ReadExonsGFF (char *FileName, packEvidence* pv, dict* d) |
Input exons from an external file. They must be sorted by the left position
(increasing order). It returns the number of created annotations. Exons
with unknown (not in gene model) features are skipped, displaying one warning
for every one.
|
packEvidence* SelectEvidence(packExternalInformation* external, char* Locus) |
Select the group of annotations to be integrated into the predictions according
to current Locus name (using a hash table - dictionary of locus).
|
Enrique Blanco Garcia © 2003