示例#1
0
def question_01():
	p = "GCTGATCGATCGTACG"
	d = dnaseq.approximate_match_distance(human_chromosome, p)
	print "question_01: %i" % d
示例#2
0
def question_02():
	p = "GATTTACCAGATTGAG"
	d = dnaseq.approximate_match_distance(human_chromosome, p)
	print "question_02: %i" % d