コード例 #1
0
ファイル: ParseTrans.py プロジェクト: zhangtong516/GAP
 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
コード例 #2
0
 def getTransBin(self):
     if hasattr(self, 'TransBin'):
         pass
     else:
         self.TransBin = CoorFunc.binize_Trans(self, bw=100000)
     return self.TransBin
コード例 #3
0
ファイル: ParseTrans.py プロジェクト: Tsinghua-gongjing/test
 def getTransBin(self):
     if hasattr(self, 'TransBin'):
         pass
     else:
         self.TransBin = CoorFunc.binize_Trans(self, bw=100000)
     return self.TransBin