NVBIO
|
An adapter implementation of the Smith-Waterman Scoring Scheme model producing the edit distance scoring
Definition at line 45 of file ed_utils.h.
#include <ed_utils.h>
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE int32 | match (const uint8 q=0) const |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE int32 | mismatch (const uint8 q=0) const |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE int32 | mismatch (const uint8 a, const uint8 b, const uint8 q=0) const |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE int32 | deletion () const |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE int32 | insertion () const |
|
inline |
Definition at line 50 of file ed_utils.h.
|
inline |
Definition at line 51 of file ed_utils.h.
|
inline |
Definition at line 47 of file ed_utils.h.
|
inline |
Definition at line 48 of file ed_utils.h.
|
inline |
Definition at line 49 of file ed_utils.h.