If you don't want percentages, you can just modify the last $count line:
fromto this:$count{$a}= sprintf("%0.1f",($count{$a}/length($seq{$k}))*100);
$count{$a}= sprintf("%0.6f",($count{$a}/length($seq{$k})));
In reply to Re: Counting amino acids
by mtmcc
in thread Counting amino acids
by yuvraj_ghaly
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |