GDPa1: Antibody developability dataset
Contains the assay data for 242 antibodies across 9 assays as described in our latest preprint, PROPHET-Ab: A high-throughput platform for biophysical antibody developability assessment to enable AI/ML model training.
Example usage
Using pandas:
import pandas as pd
# Login using e.g. `huggingface-cli login` to access this dataset
df = pd.read_csv("hf://datasets/ginkgo-datapoints/GDPa1/GDPa1_v1.1_20250612.csv")
Using Hugging Face datasets:
from datasets import load_dataset
# Login using e.g. `huggingface-cli login` to access this dataset
ds = load_dataset("ginkgo-datapoints/GDPa1")
Data processing
The main table in this data (GDPa1_v1.1_20250612.csv
) is an averaged form of the tidy data format. We perform the following averaging:
- Choose only the first production batch (since production batches differed in their constant regions, and the first production batch contained all 246 antibodies)
- Average by taking the median across all replicates.
This CSV also contains the following computed 5-fold cross-validation columns:
- random_fold: Randomly assigned folds
- hierarchical_cluster_fold: Hierarchical clustering using pairwise sequence identities computed by MMseqs2
- hierarchical_cluster_IgG_isotype_stratified_fold: The same as hierarchical clustering, while attempting to keep IgG subclass representation uniform across groups.
This is further described in our preprint, in the "Predictive Model Training" section.
We encourage using hierarchical_cluster_IgG_isotype_stratified_fold
for reporting results.
Antibody production
Antibodies were expressed in HEK293F and purified using Protein A chromatography prior to developability assessment for all assays. Antibodies tested on DLS-kD went through an additional polishing SEC step. A smaller subset of antibodies (20 IgGs) was produced in ExpiCHO and purified using Protein A chromatography.
Developability assays
- Titer by Valita
- Purity by rCE-SDS
- Aggregation by SEC
- Thermostability by nanoDSF and DSF
- Colloidal stability by SMAC
- Hydrophobicity by HIC
- Heparin binding by HAC
- Self association by AC-SINS
- Polyreactivity by bead-based method against CHO SMP and ovalbumin
- Self association by DLS-kD (only performed on 10 antibodies, present in the full datasheet)
Full Datasheet
Our full datasheet in Excel format contains the following information:
- Definitions of column headers in other datasheets
- Antibody sequences
- Assay data in “tidy data” format with one row per replicate
- Assay data summary statistics with average, standard deviation, and replicates for each assay
- Data for nanodsf vs dsf with the same ramp rate in “tidy data” format
- Prior literature data summarizing prior published results compared with GDPa1 data in the associated preprint
Contact
For more information on this data, see our website at https://datapoints.ginkgo.bio/, or contact us at [email protected] for specific questions about the data.
- Downloads last month
- 7