Exemplo n.º 1
0
 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)
Exemplo n.º 2
0
 def __init__(self, from_db, to_db):
     LiftOver.__init__(self, from_db=from_db, to_db=to_db)
Exemplo n.º 3
0
 def __init__(self, from_db, to_db):
     LiftOver.__init__(self, from_db=from_db, to_db=to_db)