How do i write a Perl program code for this?

I've already written the code to discover a set of motifs of a DNA genome and save them in a hash table. Now I need find the top ten occurring motifs and print them out. They don't need to be saved anywhere, just printed out. Any suggestions? Something using a subroutine would be best but anything would work.

If it helps, this is a bioinformatics question.
 


Write your reply...
Back
Top