filipsPL / annapurna-additional

AnnapuRNA scoring function - additional materials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

AnnapuRNA scoring function - additional materials.

Data from manuscript

πŸ“ directory: data_from_manuscript/

Here is deposited data described in the manuscript:

  • 1-selected_examples - selected examples from the test set
docking.rmsd        -- RMSD values
docking.score       -- score values from the docking program
annapurna.score     -- score values from AnnapuRNA
pymol-session.pse   -- PyMOL session with structures
  • 2-case_study - the files used in the study: RNA structures, best docking poses from rDock and selected by AnnapuRNA, the reference ligand coordinates; the PyMOL session with all results visualized.

Training and testing datasets

πŸ“ directory: docking/

Please note, that some of the files are compressed with the xz. To uncompress the file, just type xz -d file.xz or use 7-zip archiver.

  • datasets.csv - definitions of 2013, 2016, and testing datasets

For each pdb the directory tree is as follows:

.
β”œβ”€β”€ docking
β”‚   └── dockprep                -- docking results
β”œβ”€β”€ ligand                      -- ligand structures
β”‚   β”œβ”€β”€ 3D-babel
β”‚   β”œβ”€β”€ 3D-balloon
β”‚   β”œβ”€β”€ 3D-PDB-idealized
β”‚   β”œβ”€β”€ ligand.smi
β”‚   └── native_conformation
└── rna
    └── dockprep                -- RNA structures

docking/dockprep/ contains data for the native conformer and conformers generated with two different methods (OpenBabel and Balloon). Each "conformer" directory contains four subdirectories containing docking results for four docking programs:

.
β”œβ”€β”€ 3D-babel
β”‚   β”œβ”€β”€ AutodockVina
β”‚   β”œβ”€β”€ iDock
β”‚   β”œβ”€β”€ rdock-dock
β”‚   └── rdock-dock_solv
β”œβ”€β”€ 3D-balloon
β”‚   β”œβ”€β”€ AutodockVina
β”‚   β”œβ”€β”€ iDock
β”‚   β”œβ”€β”€ rdock-dock
β”‚   └── rdock-dock_solv
└── native_conformation
    β”œβ”€β”€ AutodockVina
    β”œβ”€β”€ iDock
    β”œβ”€β”€ rdock-dock
    └── rdock-dock_solv

each docking dir contains results of docking (in the main dir) and rescoring:

.
β”œβ”€β”€ docking.rmsd
β”œβ”€β”€ docking.score
β”œβ”€β”€ docking.sdf.xz
β”œβ”€β”€ docking.titles.sdf.xz
└── rescoring
    β”œβ”€β”€ annapurna_AD_1_2A.score
    β”œβ”€β”€ annapurna.score
    β”œβ”€β”€ ligandrna_basic.score
    β”œβ”€β”€ ligandrna_modern.score
    β”œβ”€β”€ rdock-dock.score
    β”œβ”€β”€ rdock-docksolv.score
    └── rfscore_vs_v2.score

Correlation plots for described scoring functions

πŸ“ directory: correlations/

Correlation plots for described scoring functions are available in the correlations/ directory.

Please look at the md file or clone the repository and open html file in your browser.

How to cite

Stefaniak F, Bujnicki JM (2021) AnnapuRNA: A scoring function for predicting RNA-small molecule binding poses. PLoS Comput Biol 17(2): e1008309. https://doi.org/10.1371/journal.pcbi.1008309

Filip Stefaniak, Janusz M. Bujnicki, AnnapuRNA: a scoring function for predicting RNA-small molecule interactions, bioRxiv 2020.09.08.287136;

Contact

Laboratory of Bioinformatics and Protein Engineering International Institute of Molecular and Cell Biology in Warsaw ul. Ks. Trojdena 4, 02-109 .Warsaw, Poland

Head of the Laboratory: Janusz M. Bujnicki iamb@genesilico.pl

About

AnnapuRNA scoring function - additional materials


Languages

Language:HTML 100.0%