Slice Tools libSlice |
libSlice_Slice Struct Reference |
Data Fields | |
char * | bc |
Null terminated list of bases in {'A', 'C', 'T', 'G', ...}. | |
char * | qv |
Null terminated list of quality values in [0..99]. | |
char * | rc |
Null terminated list of reverse compliments in {0,1}. | |
char | c |
Existing consensus. | |
unsigned short | dcov |
Depth of coverage. |
|
Depth of coverage. Note: dcov == strlen(bc) == strlen (qv) == strlen(rc)
|