in reply to Re: Counting using transliteration
in thread Counting using transliteration
So for example, say the line is ---ADGRCMNAAAPPRS I want the program to count the number of the different characters: $Acount, $Dcount, $gapcount (which is -) etc. and store the most common letter in my consensus sequence array. Think this is possible ?! Then the program should move onto the next line of the file and repeat the process... Thanks for pointing out I don't need to put $line, I realise now that the line information is stored in $_
basm100
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Counting using transliteration
by zengargoyle (Deacon) on Feb 26, 2002 at 01:33 UTC |