Performs blast search and merge with PDB files, rendering web pages, etc
-
small_polypeptide Create a list of all known protein-peptide complexes. Use the REST API to examine the annotation for each PDB ID and identify those with multiple entries containing polypeptide molecules with a length of 50 or less, which can be considered protein-peptide complexes.
-
BLAST search with local DB Create a BLAST database from protein and peptide pdb files in protein and peptide directories, respectively, and perform BLAST search by installing BLAST, generating local DB, and converting pdb files to fasta format using pdb_tools, and display sequence list and file names (PDBIDs) in the BLAST search results.
-
PDB_MERGE Merge protein and peptide PDB files based on PDBID and chain information from Pepbind_list file, and store the resulting complex PDB files in the "complex" directory for later use in training. PDB merge from pdb_tools will be used for merging.
-
3Dmol-renderer Create a web page using Node.js and 3Dmol.js to visualize each complex
-
Blast Search Create Local Database and do Blast Search using blast.py