NAME
Bio::DNA::Incomplete
VERSION
version 0.001
FUNCTIONS
match_pattern($pattern, @things_to_test)
Returns the list of sequences that match $pattern
.
pattern_to_regex
Returns a compiled regex which is the equivalent of the pattern.
pattern_to_regex_string
Returns a regex string which is the equivalent of the globbing pattern.
SEE ALSO
Text::Glob
AUTHOR
Leon Timmermans <leont@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Leon Timmermans, Utrecht University.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.