[deb8e5]: / BioAid / __init__.py

Download this file

13 lines (12 with data), 500 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# This code was developed and authored by Jerzy Twarowski in Malkova Lab at the University of Iowa
# Contact: jerzymateusz-twarowski@uiowa.edu, tvarovski1@gmail.com
from .base import *
from .diluter import dilute
from .popDub import calculatePopulationDoublings
from .repeatSearch import searchSequenceForRepeats
from .Kmers import runOligoFreqAnalysis
from .complexity import *
from .MMBSearchTK import *
from .deepSeqInsH import *
from .variantTK import *
from .paralleltools import *