Lecture4_my-script-with-perl_fuzzy-matching
Jimmy(jmzeng1314@outlook.com)
Keywords: grep/match/Regular Expression/search
#ATTCCGGGAT
#.TTCCGGGAT
#A.TCCGGGAT
#(.TTCCGGGAT)|(A.TCCGGGAT)|~~~~
#(?^:(?:A(?:T(?:T(?:C(?:C(?:G(?:G(?:G(?:A.|.T)|.AT)|.GAT)|.GGAT)|.GGGAT)|.CGGGAT)|.CCGGGAT)|.TCCGGGAT)|.TTCCGGGAT))
useful links : http://deerchao.net/tutorials/regex/regex.htm
http://www.bio-info-trainee.com/?p=924