#include <gff.h>
Collaboration diagram for gffFile:

Data Fields | |
| gffFile * | next |
| char * | fileName |
| hash * | seqHash |
| hash * | sourceHash |
| hash * | featureHash |
| hash * | groupHash |
| hash * | geneIdHash |
| hash * | exonHash |
| hash * | intronStatusHash |
| hash * | proteinIdHash |
| gffLine * | lineList |
| gffSeqName * | seqList |
| gffSource * | sourceList |
| gffFeature * | featureList |
| gffGroup * | groupList |
| gffGeneId * | geneIdList |
| bool | isGtf |
| bool | typeKnown |
Definition at line 75 of file gff.h.
struct gffFile* gffFile::next [read] |
| char* gffFile::fileName |
struct hash* gffFile::seqHash [read] |
Definition at line 80 of file gff.h.
Referenced by gffFileAddRow(), gffFileFree(), and gffFileNew().
struct hash* gffFile::sourceHash [read] |
Definition at line 81 of file gff.h.
Referenced by gffFileAddRow(), gffFileFree(), and gffFileNew().
struct hash* gffFile::featureHash [read] |
Definition at line 82 of file gff.h.
Referenced by gffFileAddRow(), gffFileFree(), and gffFileNew().
struct hash* gffFile::groupHash [read] |
Definition at line 83 of file gff.h.
Referenced by gffFileAddRow(), gffFileFree(), gffFileNew(), gffGroupLines(), and parseGtfEnd().
struct hash* gffFile::geneIdHash [read] |
struct hash* gffFile::exonHash [read] |
struct hash* gffFile::intronStatusHash [read] |
struct hash* gffFile::proteinIdHash [read] |
struct gffLine* gffFile::lineList [read] |
Definition at line 88 of file gff.h.
Referenced by gffFileAdd(), gffFileAddRow(), gffFileFree(), and gffGroupLines().
struct gffSeqName* gffFile::seqList [read] |
Definition at line 89 of file gff.h.
Referenced by gffFileAdd(), gffFileAddRow(), and gffFileFree().
struct gffSource* gffFile::sourceList [read] |
Definition at line 90 of file gff.h.
Referenced by gffFileAdd(), gffFileAddRow(), and gffFileFree().
struct gffFeature* gffFile::featureList [read] |
Definition at line 91 of file gff.h.
Referenced by gffFileAdd(), gffFileAddRow(), and gffFileFree().
struct gffGroup* gffFile::groupList [read] |
Definition at line 92 of file gff.h.
Referenced by gffFileAdd(), gffFileAddRow(), gffFileFree(), gffGroupLines(), and parseGtfEnd().
struct gffGeneId* gffFile::geneIdList [read] |
| bool gffFile::isGtf |
| bool gffFile::typeKnown |
1.5.2