#include <gfPcrLib.h>
Collaboration diagram for gfPcrOutput:

Data Fields | |
| gfPcrOutput * | next |
| char * | name |
| char * | fPrimer |
| char * | rPrimer |
| char * | seqName |
| int | seqSize |
| int | fPos |
| int | rPos |
| char | strand |
| char * | dna |
Definition at line 35 of file gfPcrLib.h.
struct gfPcrOutput* gfPcrOutput::next [read] |
Definition at line 38 of file gfPcrLib.h.
Referenced by gfPcrOutputFreeList(), and gfPcrOutputWriteList().
| char* gfPcrOutput::name |
Definition at line 39 of file gfPcrLib.h.
Referenced by gfPcrOutputFree(), outputBed(), outputFa(), and outputPsl().
| char* gfPcrOutput::fPrimer |
Definition at line 40 of file gfPcrLib.h.
Referenced by gfPcrOutputFree(), outputBed(), outputFa(), and outputPsl().
| char* gfPcrOutput::rPrimer |
Definition at line 41 of file gfPcrLib.h.
Referenced by gfPcrOutputFree(), outputBed(), outputFa(), and outputPsl().
| char* gfPcrOutput::seqName |
Definition at line 42 of file gfPcrLib.h.
Referenced by gfPcrOutputFree(), outputBed(), outputFa(), and outputPsl().
Definition at line 44 of file gfPcrLib.h.
Referenced by outputBed(), outputFa(), outputPsl(), and pcrLocalStrand().
Definition at line 45 of file gfPcrLib.h.
Referenced by outputBed(), outputFa(), outputPsl(), and pcrLocalStrand().
| char gfPcrOutput::strand |
| char* gfPcrOutput::dna |
Definition at line 47 of file gfPcrLib.h.
Referenced by gfPcrOutputFree(), outputBed(), outputFa(), and outputPsl().
1.5.2