Hi,
    I am quite new to this perl language-I am from biochemistry field.
    Now trying to write a script for my current work but could not make it.
    The idea is to calculate the composition (percentage) of amino acids in
a protein sequence.
    Input is a series of fasta format (protein sequence)
    output is a tab delimited format like below:

    Name            A      T       C        D      N     Q      E .......
    protein1     0.23   0.40  0.20 ...
    protein2     0.52   0.01   ....
    protein3
    ......
   Could somebody help me with this? I tried reading some books like perl
for bioinformatics, but still not into it.
   Thanks in advance.
   Changrong

Reply via email to