Where can I find more detailed information about the MW, structure,
and amino acid sequence of lysozyme. I found a site that gives me the
sequence:
http://lysozyme.co.uk/lysozyme-sequence.php
It gives the amino acids as letter abbreviations. I also found another
site that converts the letters in 3-letter abbreviations and also
gives the frequency:
http://www.molbiol.ru/eng/scripts/01_17.html
http://www.molbiol.ru/eng/scripts/01_18.html
However, the mass this program gives is much less than the one on
http://lysozyme.co.uk/
Where can I get solid, non contradicting information?
Thanks very much
--
You received this message because you are subscribed to the Google Groups "DIYbio" group.
To post to this group, send email to diy...@googlegroups.com.
To unsubscribe from this group, send email to diybio+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/diybio?hl=en.
Actually, thats not the thing. I was only comparing MW to make sure I
was looking at the right stuff. What I really need is to find the
percentage of each of the amino acids in the structure. From some
research, I have learned that Coomassie binds more readily to charged
amino acids with arginine providing most to the interaction.
I looked at the chick lysozyme and it seemed to have a low percentage
of arginine. I also looked at the BSA sequence and it doesn't have too
high Arg percentage(~5) compared to lysozyme. Too much confusing
information.
This is the stuff they should be teaching us in school.
--
You received this message because you are subscribed to the Google Groups "DIYbio" group.
To post to this group, send email to diy...@googlegroups.com.
To unsubscribe from this group, send email to diybio+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/diybio?hl=en.
I did find that program to online.
http://www.molbiol.ru/eng/scripts/01_17.html
http://www.molbiol.ru/eng/scripts/01_18.html
However, I wasn't sure if I had the right sequences
More protein related tools under Sequence > Protein > Composition
On Feb 5, 12:10 am, Nathan McCorkle <nmz...@gmail.com> wrote:
> Seems like an easy program to write if you know a little programming... you
> could just loop through each character in the amino acid sequence string and
> have a counter for each AA letter... have either a bunch of if statements,
> or a switch block.
>
> There has got to be a program out there already... hmm, if not, i could whip
> up some web-based thingy.
>
> On Thu, Feb 4, 2010 at 6:14 PM, J. S. John <phillyj...@gmail.com> wrote:
>
There's a module in biopython that'll do it.
--mlp