Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

873

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

873 results for “ligands”

Learn how ShareScore rates datasets ↗
zenodo24/100

OpenFE Ligand Networks for the Protein Ligand Benchmark set

<p><span>These are the OpenFE LigandNetworks for the 15 systems from the ProteinLigandBenchmark v0.3 (https://github.com/openforcefield/protein-ligand-benchmark)</span></p> <p><span>- Kartograf mapper</span></p> <p><span>- Lomap scorer</span></p> <p><span>- OpenEye AM1BCC ELF10 partial charges</span></p> <p><span>- MST networks</span></p> <p><span>- allowing element changes</span></p> <p>&nbsp;</p> <p><span>There are 10 systems that do not involve charge changing transformations, and 5 systems with transformations that involve a change in the net charge of the system (in folder `net_charge_changes`: cdk8, eg5, syk, thrombin, tnks2).</span></p> <p>&nbsp;</p> <p><span>These .graphml files can be read into OpenFE using:</span></p> <p><span>```</span></p> <p><span>from openfe.setup import LigandNetwork</span></p> <p><span>file = 'ligand_network.graphml'</span></p> <p><span>with open(file) as f:</span></p> <p><span><span>&nbsp; &nbsp; </span>graphml = f.read()</span></p> <p><span>network = LigandNetwork.from_graphml(graphml)</span></p> <p><span>```</span></p>

opencc-by-4.0Mar 2024View details →
zenodo24/100

Graph neural networks for predicting metal–ligand coordination of transition metal complexes

<p>Supporting Information data for associated publication "Graph neural networks for predicting metal&ndash;ligand coordination of transition metal complexes".</p>

opencc-by-4.0Sep 2024View details →
zenodo24/100

Molecular Dynamics Trajectories for GPR6 with Ligand S1P

<p>Molecular Dynamics Data for 10.1126/scisignal.ado8741 for publication at Science Signalling</p> <p>Barekatain M., Johansson L.C., Lam J.H. et al Structural Insights into the High Basal Activity and Inverse Agonism of the Orphan Receptor GPR6 Implicated in Parkinson's Disease, Sci Signal. 2024 Dec 3;17(865):eado8741. doi: 10.1126/scisignal.ado8741. Epub 2024 Dec 3.</p> <p>This folder contains the PDB format file ("Topology") and the XTC format file (Trajectories). The timestep in this strided trajectory is 0.1 ns per frame. Periodic boundary condition (pbc) can be restored using VMD's standard pbc commands.</p> <p>Please cite us if you find this data useful!</p>

opencc-by-4.0Nov 2024View details →
zenodo24/100

Data for "Machine Learning Scoring Functions for Drug Discovery from Experimental and Computer-generated Protein-Ligand Structures: Towards Per-target Scoring Functions"

<p>Data used in &quot;<em>Machine Learning Scoring Functions for Drug Discovery&nbsp;from Experimental and Computer-generated&nbsp;Protein-Ligand Structures: Towards Per-target Scoring Functions</em>&quot;<br> by F. Pellicani, D. Dal Ben, A. Perali, S. Pilati</p> <p>If you use these data or the python script for your research or other activities, please cite the corresponding journal article.</p> <p>&nbsp;</p> <p>====================</p> <p>Uncompressing the zipped file&nbsp;<em>DataSFUnicam.zip</em> provies the following files and folders:</p> <p><br> <strong>DataSFUnicam/</strong></p> <p>&nbsp;</p> <p>&nbsp; &nbsp; ExperimentalDataPDBFiles/<br> &nbsp;&nbsp; &nbsp;<em>This folder contains 2408 .pdb files of experimental complex structures. The files are named with a univocal code corresponding to the protein-ligand complex.</em></p> <p>&nbsp;</p> <p>&nbsp;&nbsp; &nbsp;ExperimentalDataXLSXFile.xlsx<br> &nbsp;&nbsp; &nbsp;<em>This Excel file reports the experimental protein-ligand chemical information. In the sheet named &ldquo;Foglio1&rdquo;, the first column contains the univocal code of the protein-ligand complex, the second column contains the experimentally measured pK_d.</em></p> <p>&nbsp;</p> <p>&nbsp;&nbsp; &nbsp;SyntheticDataPDBFiles/<br> &nbsp;&nbsp; &nbsp;<em>This folder contains the .pdb files of the synthetic complex structures. The .pdb files are grouped in 17 folders according to just as many target proteins. The folders are named after the corresponding protein. Each folder contains the .pdb files for the best position of each protein-ligand pair according to the MOE docking score. The files are named with a univocal code.</em></p> <p>&nbsp;</p> <p>&nbsp;&nbsp; &nbsp;SyntheticDataXLSXFiles/<br> <em>&nbsp;&nbsp; &nbsp;The folder contains 17 Excel files with the chemical information of the synthetic protein-ligand complexes.&nbsp;The files are named after the corresponding target protein. In the sheet named &ldquo;Foglio1&rdquo; of each .xlsx file, the first column contains a univocal code of the protein-ligand complex in each conformation, the second column contains an auxiliary numerical code corresponding to the protein-ligand pair, the third column contains the experimentally measured pK_i, and the fourth column contains the docking score provided by the MOE software.</em></p> <p>====================</p> <p>USER GUIDE FOR THE&nbsp;PYTHON SCRIPT</p> <p>Download and uncompress the zipped file &quot;<em>SFUnicam.zip</em>&quot; with a command like &quot;<em>unzip SFUnicam.zip</em>&quot;.&nbsp;</p> <p>The following file structure is created:</p> <p><em>SFUnicam/</em></p> <p>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<em>ComplexToBePredictedFolder/4ey5_30.pdb&nbsp;<br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;MaxAssMatrix.npy<br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;my_model<br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;devStndSynt.npy<br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;mediaSynt.npy<br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;UnicamSF13prot.py<br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;README.txt</em><br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br> The subfolder &quot;<em>ComplexToBePredictedFolder/</em>&quot; contains the example PDB file &quot;<em>4ey5_30.pdb</em>&quot;.</p> <p>-) To execute the script &quot;<em>UnicamSF13prot.py</em>&quot;, Python 3 should be installed with the following libraries and sublibraries:<br> <em>Keras:<br> &nbsp;&nbsp; &nbsp; &nbsp;Regularizers<br> &nbsp;&nbsp; &nbsp; &nbsp;Sequential (keras.models)<br> &nbsp;&nbsp; &nbsp; &nbsp;Conv1D, Dense, MaxPooling1D, GlobalMaxPooling1D, GlobalAveragePooling1D, AveragePooling1D (keras.layers)<br> &nbsp;&nbsp; &nbsp; &nbsp;Adam (keras.optimizers)<br> Numpy</em><br> <em>Tensorflow</em></p> <p>Operation:<br> -) Copy the .pdb file related to the protein-ligand complex whose affinity is to be predicted in the subfolder &ldquo;<em>ComplexToBePredictedFolder/</em>&rdquo;.<br> -) Make sure the following files are in the same folder where the python script is:<br> <em>MaxAssMatrix.npy<br> mediaSynt.npy<br> devStndSynt.npy<br> my_model</em><br> -) Run the code using Python 3 with a command like &quot;<em>python3.x UnicamSF13prot.py</em>&quot;.<br> -) Enter the name of the protein-ligand PDB file whose affinity is to be predicted (excluding the extension &quot;.pdb&quot;).<br> -) Read the predicted affinity from screen.<br> &nbsp;</p> <p>&nbsp;</p>

opencc-by-4.0Nov 2022View details →
zenodo24/100

Unexpected single ligand occupancy and negative cooperativity in the SARS-CoV-2 Main protease

<p>This directory contains files for the project:<br> Unexpected single ligand occupancy and negative cooperativity in the SARS-CoV-2 Main protease<br> Authors: &nbsp; &nbsp; Simone Albani, Elisa Costanzi, Gia Linh Hoang, Maria Kuzikov, Marcus Frings, Narjes Ansari, Nicola Demitri, The Toan Nguyen, Valerio Rizzi, J&ouml;rg Bernhard Schulz, Carsten Bolm, Andrea Zaliani, Paolo Carloni, Paola Storici, Giulia Rossetti&nbsp;<br> Preprint DOI:10.26434/chemrxiv-2023-n1x1n</p> <p>Three sets of simulations were performed. This directory contains input files for simulations of three systems,<br> and link to scripts for water analysis.</p>

opencc-by-4.0Sep 2023View details →
ClinicalTrials.gov24/100

Treatment of B-CLL With Autologous IL2 and CD40 Ligand-Expressing Tumor Cells + Lenalidomide

ClinicalTrials.gov study NCT01604031. IPD Sharing: Not stated. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

Validation Study of a New Cytokine-based Dynamic Stratification Based on FLt3 Ligand Plasma Concentration Kinetic Profile and IL-6 Concentration During Induction of Acute Myeloid Leukemia

ClinicalTrials.gov study NCT04641910. IPD Sharing: UNDECIDED. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

A Study to Investigate the Whole Body Distribution and Radiation Dosimetry of the Positron Emission Tomography Ligand Fluoride-18 (18F)-JNJ-64326067 in Healthy Participants

ClinicalTrials.gov study NCT03581916. IPD Sharing: Not stated. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

Study of CD200 Activation Receptor Ligand (CD200AR-L) and Allogeneic Tumor Lysate Vaccine Immunotherapy for Recurrent Glioblastoma

ClinicalTrials.gov study NCT04642937. IPD Sharing: Not stated. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

Long-term Outcomes Among Patients With Programmed Death-ligand 1 <1% Metastatic Non-small Cell Lung Cancer Treated With First-line Nivolumab + Ipilimumab + 2 Cycles of Chemotherapy

ClinicalTrials.gov study NCT07024862. IPD Sharing: NO. Countries: 1. Publications: 0.

closedIPD-NOFeb 2026View details →
ClinicalTrials.gov24/100

An Open Label Positron Emission Tomography (PET) Study of GSK618334 in Healthy Male Subjects Using 11C-PHNO as PET Ligand

ClinicalTrials.gov study NCT00814957. IPD Sharing: YES. Countries: 1. Publications: 0.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov24/100

Ga-68 PSMA Ligand: A Radiopharmaceutical for Localization of Prostate Cancer

ClinicalTrials.gov study NCT03207139. IPD Sharing: Not stated. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

A Study to Investigate the Regional Brain Kinetics of the Positron Emission Tomography Ligand [18F]-JNJ-70099731 in Healthy Male Participants

ClinicalTrials.gov study NCT04911543. IPD Sharing: YES. Countries: 1. Publications: 0.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov24/100

Soluble CD95 Ligand Role in the Pathophysiology of Non-infectious Active Uveitis

ClinicalTrials.gov study NCT04354909. IPD Sharing: NO. Countries: 1. Publications: 0.

closedIPD-NOFeb 2026View details →
ClinicalTrials.gov24/100

Biological, Prospective Study Evaluating the Dosage of Plasma Cytokines Including the FLT3 Ligand and IL6 of Patients Treated With Non-intensive Chemotherapy

ClinicalTrials.gov study NCT06439199. IPD Sharing: NO. Countries: 1. Publications: 0.

closedIPD-NOFeb 2026View details →
ClinicalTrials.gov24/100

Trial Assessing the Inhibitor of Programmed Cell Death Ligand 1 (PD-L1) Immune Checkpoint Atezolizumab

ClinicalTrials.gov study NCT03612791. IPD Sharing: UNDECIDED. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

Effect of Tramadol Versus Morphine on PD1 and PD1-ligand in Patients With Chronic Cancer Pain

ClinicalTrials.gov study NCT04589494. IPD Sharing: Not stated. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

A Study to Learn About the Study Medicine Called PF-08046054/SGN-PDL1V Versus Docetaxel in Adult Participants With Previously-treated Programmed Cell Death Ligand 1 (PD-L1) Positive Non-Small-Cell Lun

ClinicalTrials.gov study NCT07144280. IPD Sharing: YES. Countries: 11. Publications: 0.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov24/100

Positron Emission Tomography (PET) Using Hormone Receptor Ligands in Breast Cancer

ClinicalTrials.gov study NCT00647790. IPD Sharing: Not stated. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

Cadonilimab (AK104) Plus Chemotherapy as First-line Treatment in Non-squamous Non-Small Cell Lung Cancer (NSCLC) Patients With Programmed Cell Death Ligand 1 (PD-L1) Negative

ClinicalTrials.gov study NCT06001151. IPD Sharing: Not stated. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record