예제 #1
0
파일: Seq.py 프로젝트: noahpieta/IPyRSSA
 def __init__(self, from_db, to_db):
     """
     from_db         -- 'hg19','hg38','mm9','mm10'
     to_db           -- 'hg19','hg38','mm9','mm10'
     """
     from pyliftover import LiftOver
     
     LiftOver.__init__(self, from_db=from_db, to_db=to_db)
예제 #2
0
 def __init__(self, from_db, to_db):
     LiftOver.__init__(self, from_db=from_db, to_db=to_db)
예제 #3
0
 def __init__(self, from_db, to_db):
     LiftOver.__init__(self, from_db=from_db, to_db=to_db)