Skip to content
Prev 205144 / 398506 Next

caculate the frequencies of the Amino Acids

On Jan 1, 2010, at 11:59 PM, che wrote:

            
# at this point you are referencing "i" but it is not yet being  
iterated and might not even exist.
# did you mean "j"?
# also might be  safer to use seq_along()
# Is that really working for even one sequence? Without an "x"  
sequence I cannot test, but it "looks wrong".