Data Integrator (Python API)
|
Small helper class for recording data. More...
Public Member Functions | |
def | __init__ (s, ensg, chrom, begin, end, strand, band, biotype) |
Ctor. More... | |
def | __str__ (s) |
def | GetBegin (s) |
Gene begin position. More... | |
def | GetEnd (s) |
Gene end position. More... | |
Small helper class for recording data.
def cls.HSEnsgene.CHSEnsgene.__init__ | ( | s, | |
ensg, | |||
chrom, | |||
begin, | |||
end, | |||
strand, | |||
band, | |||
biotype | |||
) |
Ctor.
Initializes object. The gene begin and end positions will be converted to integers and the strand will be converted to '+' and '-' for forward and reverse strand. @param ensg Ensembl ENSG gene identifier. @param chrom (@c String) Chromosome name. @param begin Gene begin position. Should evaluate to @c int. @param end Gene end position. Should evaluate to @c int. @param strand A positive integer for the forward strand, a negative for the reverse strand of the gene's position. @param band Name of the band. @param biotype Name of Ensembl biotype.
def cls.HSEnsgene.CHSEnsgene.__str__ | ( | s | ) |
def cls.HSEnsgene.CHSEnsgene.GetBegin | ( | s | ) |
Gene begin position.
Supplied for R-tree.
def cls.HSEnsgene.CHSEnsgene.GetEnd | ( | s | ) |
Gene end position.
Supplied for R-tree.