Beispiel #1
0
 def getTransBin(self):
     """
     Get bins for transcript coordination conversion
     """
     if not hasattr(self, 'TransBin'):
         self.TransBin = CoorFunc.binize_Trans(self, bw=100000)
     
     return self.TransBin
Beispiel #2
0
 def getTransBin(self):
     if hasattr(self, 'TransBin'):
         pass
     else:
         self.TransBin = CoorFunc.binize_Trans(self, bw=100000)
     return self.TransBin
Beispiel #3
0
 def getTransBin(self):
     if hasattr(self, 'TransBin'):
         pass
     else:
         self.TransBin = CoorFunc.binize_Trans(self, bw=100000)
     return self.TransBin