How To Find Disordered Residues From A Protein Sequence Using Biopython?
1
1
Entering edit mode
12.5 years ago
Mkl ▴ 100

Hi,

I have a data set which contains 800 protein sequences. I would like to find disordered residues from each sequence. How to find disordered residues in Biopython?

protein structure biopython python • 4.6k views
ADD COMMENT
2
Entering edit mode

Could you expand your question with some example data? Biopython can read ASTRAL SCOP files and PDB files, so it should be possible. I don't (yet) understand what you are asking for exactly.

ADD REPLY
0
Entering edit mode

Are you trying to read any disorder information in a PDB file explicitly, or infer/predict it from the structure?

ADD REPLY
0
Entering edit mode

@peter I am trying to import ASTRAL SCOP original-style domain sequences, based on PDB SEQRES records and trying to find disordered residues from it using biopython. Is it possible in Biopython?

ADD REPLY
0
Entering edit mode

How to parse Astral SCOP PDB files in Biopython?

ADD REPLY
0
Entering edit mode

@peter I am trying to read PDB_Seqres sequences from SCOP.After this, I can do pairwise sequence alignment using clustalw with Biopython. gaps in the alignment denotes disordered residues.

ADD REPLY
2
Entering edit mode
12.5 years ago

I think you are making a big mistake here by saying it must be done in BioPython. If you want to find disordered regions, you should use whichever prediction method that works the best. If that is not one that is integrated in BioPython, then so be it.

At the moment, I would use IUPred for this problem.

ADD COMMENT
1
Entering edit mode

I would go a bit further than that Neil. Even if someone has implemented a disorder prediction algorithm in BioPython, you should not use it if it is not as good as the best available method. Your #1 criterion for selecting a method should be how well it does the job, not whether or not it has been implemented in BioPython.

ADD REPLY
1
Entering edit mode

See comments on question itself - @mkl doesn't want to do the prediction in (Bio)python, rather parsing ASTRAL SCOP and/or PDB files for disorder information.

ADD REPLY
0
Entering edit mode

Thank you for your answer.I know about the disorder prediction softwares.But I am trying to find disordered residues using Biopython.

ADD REPLY
0
Entering edit mode

Question is: has someone implemented a disorder prediction algorithm for Biopython? If yes, all well and good. If not, as Lars says, then you should use the best available method.

ADD REPLY
0
Entering edit mode

Completely agree Lars.

ADD REPLY
0
Entering edit mode

Yes, I see that - but it was not clear from the original question at all.

ADD REPLY

Login before adding your answer.

Traffic: 1581 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6