This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Retrieve / Generate Naive PDB test structures for neighbor search algorithm (Biopython)

I am implementing a script in python (using biopython) that retrieves residues of interfaces on RNA molecules.

i.e. I use the Bio.PDB.NeighborSearch module to look for atoms which are close enough within a 10 angstrom cutoff then I get the RNA residues that are interacting with another chain in the structure of that set.

I feel like my script is working but I want to do some rigorous testing.

How can I generate naive test PDB structures? Or is there a set of structures with known interfaces?

I would like to get test structures with (ligand/protein/rna/ion) - RNA known interfaces.

biopython python bio.pdb

0 answers

No answers yet.

Log in to answer this question.