You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: DOCUMENTATION.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,17 @@ PLIP will create subdirectories for each given structure in the output folder.
118
118
If in PDB ID mode (`i`), the folder structure will be nested and based on the two middle characters of the PDB ID.
119
119
The structure 1vsn in batch processing will have its output files in <outputfolder>/vs/1vsn .
120
120
121
+
### Detection of protein-peptide interactions
122
+
For the detection of ligands, PLIP relies on the separation of ATOM and HETATM entries in the PDB file.
123
+
The latter are searched for suitable ligands when running in normal mode.
124
+
Peptide ligands, however, are usually deposited as ATOM entries in a separate chain.
125
+
PLIP can not detect these entities automatically.
126
+
To switch into protein-peptide interaction mode, start PLIP with the option `--peptide`, followed by the peptide chain of interest, e.g.:
127
+
128
+
```bash
129
+
plip -i 5hi4 --peptides I -vx
130
+
```
131
+
121
132
## Changing detection thresholds
122
133
The PLIP algorithm uses a rule-based detection to report non-covalent interaction between proteins and their partners.
123
134
The current settings are based on literature values and have been refined based on extensive testing with independent cases from mainly crystallography journals, covering a broad range of structure resolutions.
@@ -150,10 +161,11 @@ PLIP offers further command line options which enables you to switch advanced se
150
161
* Do not discard alternate locations (`--altlocation`)
151
162
* Set debug mode (`--debug`)
152
163
* Turn off automatic fixing of errors in PDB files (`--nofix`)
164
+
* Keep modified residues as ligands (`--keepmod`)
153
165
154
166
## Web Service
155
167
A web service for analysis of protein-ligand complexes using PLIP is available at
156
-
http://projects.biotec.tu-dresden.de/plip-web
168
+
http://plip.biotec.tu-dresden.de/
157
169
The web site offers advanced functions to search for specific entries from PDB and lists the interaction results in the browser.
158
170
Additionally, the service used the BioLiP database to annotate biologically relevant ligands.
159
171
The option to change threshold, ligand filtering, and batch processing is only available in the command line tool and with the Python modules.
0 commit comments