Data Integrator (Python API)
Public Member Functions | List of all members
cls.Variant.CAllele Class Reference
Inheritance diagram for cls.Variant.CAllele:
Inheritance graph
[legend]
Collaboration diagram for cls.Variant.CAllele:
Collaboration graph
[legend]

Public Member Functions

def __eq__ (s, aObj)
 Comparison operator. More...
 
def IsValid (cls, allele, verbose=True)
 Checks for validity of the allele string. More...
 

Detailed Description

 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).

Member Function Documentation

◆ __eq__()

def cls.Variant.CAllele.__eq__ (   s,
  aObj 
)

Comparison operator.

    @param aObj  CAllele object, otherwise return value is @c False.

◆ IsValid()

def cls.Variant.CAllele.IsValid (   cls,
  allele,
  verbose = True 
)

Checks for validity of the allele string.

    @param allele  See CAllele:__init__ method.

The documentation for this class was generated from the following file: