This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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?

sequence blast

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.

Log in to answer this question.