Data Integrator (Python API)
|
Public Member Functions | |
def | __eq__ (s, aObj) |
Comparison operator. More... | |
def | IsValid (cls, allele, verbose=True) |
Checks for validity of the allele string. More... | |
Allele object mainly for comparison of alleles. @param allele Allele @c String. May contain only the characters A, C, G, T, and N (which stands for any of the before).
def cls.Variant.CAllele.__eq__ | ( | s, | |
aObj | |||
) |
Comparison operator.
@param aObj CAllele object, otherwise return value is @c False.
def cls.Variant.CAllele.IsValid | ( | cls, | |
allele, | |||
verbose = True |
|||
) |
Checks for validity of the allele string.
@param allele See CAllele:__init__ method.