Data Integrator (Python API)
|
Module for comparing variants. More...
Classes | |
class | CAllele |
class | CCoordinateVariant |
Variant based on coordinates only. More... | |
class | CAlleleVariant |
Minimalistic form of a variant. More... | |
Module for comparing variants.
Variants can be given in ways which are ambiguous. This module tries to address these issues and follows the ideas implemented on the Perl side for consequence types. It is known that the solutions presented here are not perfect, but by using this here, the answers are at least consistently incorrect...