NVBIO
|
Namespaces | |
cuda | |
Functions | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE char | phred_to_maq (int q) |
Variables | |
unsigned char | s_phred_to_maq [] |
unsigned char | s_solexa_to_phred [] |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE char nvbio::bowtie2::phred_to_maq | ( | int | q) |
Definition at line 44 of file quality_coeffs.h.
unsigned char nvbio::bowtie2::s_phred_to_maq |
map Phred quality scores into their maq equivalents
Definition at line 35 of file quality_coeffs.cpp.
unsigned char nvbio::bowtie2::s_solexa_to_phred |
map Solexa quality values to Phred scale
Definition at line 67 of file quality_coeffs.cpp.