This is a test version of Biostars. For the public version, visit https://www.biostars.org.
categorising proteins into families when you have amino acid sequences

How can I categorise my proteins into families , when I only have amino acid sequences, I have looked all over the internet for tools or any thing I could use. Mostly the advise I.Ds, but these are newly sequenced genes.

Any ideas?

Well I have just sequenced and assembled this bacteria strain, so I used basys annotation pipeline to annotate the scaffold, here I am with a set of 6000 proteins, but I need to know how many of these are involved in for instance dna metabolism, carbohydrate metabolism, etc I have used blastp to identify some interesting genes. I realised another pipe line mg rast but I have already used some of the genes annotated by the previous pipeline in a publication as not its very hard to change to a different pipeline, otherwise advise.

protein

2 answers

If you have only the amino acid sequences of the proteins, there is not much you can do. You may try to categorize your proteins on Pfam, Prosite, InterPro, SuperFamily, CATH. Also, Blasp may help as well.

edit: based on your update question, may I suggest the RAST server for annotation? It will generate the summaries you want. I never used BASys, but from its description it also outputs the information you want, you probably just have to parse the annotation. For example, the GO ID for "DNA metabolic process" is GO:0006259, you just have to find and count how many genes have this tag on the annotation.

Start here How To Cluster Sequences Based On Blast Results? and look into CLANS, that might be what you are looking for. Blast2GO is possibly an alternative.

Log in to answer this question.