#include <wormdna.h>
Collaboration diagram for wormFeature:

Data Fields | |
| wormFeature * | next |
| char * | chrom |
| int | start |
| int | end |
| char | typeByte |
| char | name [1] |
Definition at line 180 of file wormdna.h.
struct wormFeature* wormFeature::next [read] |
| char* wormFeature::chrom |
Definition at line 185 of file wormdna.h.
Referenced by findAltSpliceRange(), newWormFeature(), wormChromPartExonsUpper(), and wormIsChromRange().
| int wormFeature::end |
Definition at line 185 of file wormdna.h.
Referenced by findAltSpliceRange(), newWormFeature(), and wormIsChromRange().
Definition at line 186 of file wormdna.h.
Referenced by newWormFeature(), and scanChromOffsetFile().
| char wormFeature::name[1] |
Definition at line 187 of file wormdna.h.
Referenced by newWormFeature(), and wormChromPartExonsUpper().
1.5.2