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: README.md
+24-21
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Ligand-binding site prediction based on machine learning.
16
16
17
17
### Description
18
18
19
-
P2Rank is a stand-alone command-line program for the rapid and accurate prediction of ligand-binding sites from protein structures.
19
+
P2Rank is a stand-alone command-line program for fast and accurate prediction of ligand-binding sites from protein structures.
20
20
It achieves high prediction success rates without relying on external software for computation of complex features or on a database of known protein-ligand templates.
21
21
22
22
### ✨ What's new?
@@ -106,17 +106,17 @@ prank predict -c alphafold test.ds # use alphafold config and model (confi
106
106
107
107
### Prediction output
108
108
109
-
For each structure file `{struct_file}` in the dataset, P2Rank produces several output files:
110
-
*`{struct_file}_predictions.csv`: contains an ordered list of predicted pockets, their scores, coordinates
111
-
of their centers together with a list of adjacent residues, list of adjacent protein surface atoms, and a calibrated probability of being a ligand-binding site.
112
-
*`{struct_file}_residues.csv`: contains a list of all residues from the input protein with their scores,
113
-
mapping to predicted pockets, and a calibrated probability of being a ligand-binding residue.
114
-
* PyMol and ChimeraX visualizations in `visualizations/` directory (`.pml` and `.cxc` scripts with data files in `data/`).
115
-
* Generating visualizations can be turned off with the `-visualizations 0` parameter.
116
-
*`-vis_renderers 'pymol,chimerax'` parameter can be used to turn individual visualization renderers on/off.
117
-
*`-vis_copy_proteins 0` parameter can be used to turn off copying of protein structures to the visualizations directory (faster, but visualizations won't be portable).
118
-
*Coordinates and ligandability scores of SAS points can be found in `visualizations/data/{struct_file}_points.pdb.gz`. Here, the "Residue sequence number" (23-26 of HETATM record)
119
-
is the rank of the corresponding pocket (0 means the point doesn't belong to any pocket) and the b-factor column corresponds to the ligandability score.
109
+
For each structure file `{struct_file}` in the dataset, P2Rank generates several output files:
110
+
*`{struct_file}_predictions.csv`: lists **predicted pockets** in order of score, including each pocket's score, center coordinates, adjacent residues, adjacent protein surface atoms, and a calibrated probability of being a ligand-binding site.
111
+
*`{struct_file}_residues.csv`: lists **all residues** from the input protein along with their scores, mapping to predicted pockets, and a calibrated probability of being a ligand-binding residue.
112
+
***PyMol and ChimeraX visualizations**: `.pml` and `.cxc` scripts in `visualizations/` directory with additional files in `data/`.
113
+
* Optional settings:
114
+
* Use `-visualizations 0` to disable visualization generation.
115
+
* Use `-vis_renderers 'pymol,chimerax'` to toggle specific renderers on/off.
116
+
* Use `-vis_copy_proteins 0` to prevent copying protein structures to the visualizations directory (faster, but visualizations won't be portable).
117
+
***SAS points data**: coordinates and ligandability scores for solvent-accessible surface (SAS) points are saved in `visualizations/data/{struct_file}_points.pdb.gz`. Here:
118
+
*Residue sequence number (position 23-26 in the HETATM record) represents the pocket rank (with 0 indicating no pocket).
119
+
* B-factor column indicates the ligandability score.
120
120
121
121
122
122
### Configuration
@@ -142,13 +142,6 @@ To see the complete commented list of all (including undocumented)
142
142
parameters see [Params.groovy](https://github.com/rdk/p2rank/blob/develop/src/main/groovy/cz/siret/prank/program/params/Params.groovy) in the source code.
0 commit comments