From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Bio::Gonzales::Util::Text - text and string functions

SYNOPSIS

DESCRIPTION

Text and string functions that can be useful in a bioinformaticians daily life.

SUBROUTINES

$counts = ccount($string)

counts the character occurrences in $string and returns a hash with characters as keys and their corresponding counts as values.

$counts = {
'A' => 34,
'G' => 234234,
'a' => 12,
'C' => 234234,
'T' => 46
};

SEE ALSO

AUTHOR

jw bargsten, <joachim.bargsten at wur.nl>