Python function to obtain secondary structure using Biopython
Hi,
I have to make a python function that is able to check the secondary structure information for each sequence present in a fasta file, using biopython.
Can somebody help me?
• 4,126 views
•
link
1 answer
Does each sequence have a 3D structure already? If so, you pick up corresponding 3D structure PDB file after a blast and query the PDB file. Else, you'll have to look for secondary structure prediction algorithms.
• 0 views
•
link
Log in to answer this question.