Update README.md
Browse files
README.md
CHANGED
|
@@ -8,13 +8,12 @@ size_categories:
|
|
| 8 |
|
| 9 |
Pep2Prob is a comprehensive dataset designed to predict peptide-specific fragment ion probability in tandem mass spectrometry (MS/MS) based proteomics studies. This dataset addresses the limitations of conventional global statistical approaches by enabling the development of models that can predict fragmentation probabilities based on peptide sequence context.
|
| 10 |
|
| 11 |
-
## π Dataset Overview
|
| 12 |
|
| 13 |
-
The dataset provides
|
| 14 |
-
- **Fragment ion probability statistics for 610,117 unique peptide precursors** derived from over 183 million high-resolution HCD spectra
|
| 15 |
- Diverse representation of precursors with varying lengths (7-40 amino acids) and charge states (1-8)
|
| 16 |
- High-quality annotations derived from validated peptide assignments with 0.1% false discovery rate
|
| 17 |
-
-
|
| 18 |
|
| 19 |
## π Code and Documentation
|
| 20 |
|
|
@@ -24,7 +23,8 @@ The dataset provides:
|
|
| 24 |
|
| 25 |
## β οΈ Important Data Access Notice
|
| 26 |
|
| 27 |
-
**HuggingFace Statistics Issue**:
|
|
|
|
| 28 |
|
| 29 |
**Recommended Data Access Methods**:
|
| 30 |
|
|
@@ -47,19 +47,19 @@ Pep2Prob/
|
|
| 47 |
βββ meta_data/
|
| 48 |
β βββ X_columns.parquet # Input feature metadata
|
| 49 |
β βββ Y_columns.parquet # Target variable metadata
|
| 50 |
-
βββ train_test_split_set_1/ #
|
| 51 |
β βββ train_indices.parquet
|
| 52 |
β βββ test_indices.parquet
|
| 53 |
-
βββ train_test_split_set_2/ #
|
| 54 |
β βββ train_indices.parquet
|
| 55 |
β βββ test_indices.parquet
|
| 56 |
-
βββ train_test_split_set_3/ #
|
| 57 |
β βββ train_indices.parquet
|
| 58 |
β βββ test_indices.parquet
|
| 59 |
-
βββ train_test_split_set_4/ #
|
| 60 |
β βββ train_indices.parquet
|
| 61 |
β βββ test_indices.parquet
|
| 62 |
-
βββ train_test_split_set_5/ #
|
| 63 |
βββ train_indices.parquet
|
| 64 |
βββ test_indices.parquet
|
| 65 |
```
|
|
@@ -71,7 +71,7 @@ Pep2Prob/
|
|
| 71 |
- **`Y_columns.csv`**: Metadata describing target variables (probability values for different fragment ion types)
|
| 72 |
- **`train_test_split_set_X/`**: Five pre-defined cross-validation splits ensuring no sequence similarity between training and testing sets, preventing data leakage
|
| 73 |
|
| 74 |
-
## π―
|
| 75 |
|
| 76 |
Our dataset uses a sophisticated sequence-similarity-aware splitting strategy:
|
| 77 |
|
|
@@ -115,6 +115,6 @@ We welcome contributions! Please see our [GitHub repository](https://github.com/
|
|
| 115 |
- Benchmark improvements and new baseline models
|
| 116 |
- Documentation enhancements
|
| 117 |
|
| 118 |
-
## β Acknowledgments
|
| 119 |
|
| 120 |
-
This dataset was constructed from publicly available mass spectrometry data in the MassIVE repository, with curation based on the MassIVE Knowledge Base. We thank the proteomics community for sharing high-quality data that enables this research.
|
|
|
|
| 8 |
|
| 9 |
Pep2Prob is a comprehensive dataset designed to predict peptide-specific fragment ion probability in tandem mass spectrometry (MS/MS) based proteomics studies. This dataset addresses the limitations of conventional global statistical approaches by enabling the development of models that can predict fragmentation probabilities based on peptide sequence context.
|
| 10 |
|
| 11 |
+
## π Dataset Overview and Highlights
|
| 12 |
|
| 13 |
+
- The dataset provides **Fragment ion probability statistics for 610,117 unique peptide precursors** derived from over 183 million high-resolution HCD spectra
|
|
|
|
| 14 |
- Diverse representation of precursors with varying lengths (7-40 amino acids) and charge states (1-8)
|
| 15 |
- High-quality annotations derived from validated peptide assignments with 0.1% false discovery rate
|
| 16 |
+
- A novel train-test split scheme is adapted to minimize structural similarity between entries in the training and the testing set.
|
| 17 |
|
| 18 |
## π Code and Documentation
|
| 19 |
|
|
|
|
| 23 |
|
| 24 |
## β οΈ Important Data Access Notice
|
| 25 |
|
| 26 |
+
<!-- **HuggingFace Statistics Issue**: -->
|
| 27 |
+
> The repository statistics incorrectly show ~3.15 million entries due to a platform counting error. HuggingFace sums across our five train-test splits (610,117 Γ 5 β 3.15M) instead of recognizing these as the same unique precursors distributed into separate folds.
|
| 28 |
|
| 29 |
**Recommended Data Access Methods**:
|
| 30 |
|
|
|
|
| 47 |
βββ meta_data/
|
| 48 |
β βββ X_columns.parquet # Input feature metadata
|
| 49 |
β βββ Y_columns.parquet # Target variable metadata
|
| 50 |
+
βββ train_test_split_set_1/ # Train-test split 1
|
| 51 |
β βββ train_indices.parquet
|
| 52 |
β βββ test_indices.parquet
|
| 53 |
+
βββ train_test_split_set_2/ # Train-test split 2
|
| 54 |
β βββ train_indices.parquet
|
| 55 |
β βββ test_indices.parquet
|
| 56 |
+
βββ train_test_split_set_3/ # Train-test split 3
|
| 57 |
β βββ train_indices.parquet
|
| 58 |
β βββ test_indices.parquet
|
| 59 |
+
βββ train_test_split_set_4/ # Train-test split 4
|
| 60 |
β βββ train_indices.parquet
|
| 61 |
β βββ test_indices.parquet
|
| 62 |
+
βββ train_test_split_set_5/ # Train-test split 5
|
| 63 |
βββ train_indices.parquet
|
| 64 |
βββ test_indices.parquet
|
| 65 |
```
|
|
|
|
| 71 |
- **`Y_columns.csv`**: Metadata describing target variables (probability values for different fragment ion types)
|
| 72 |
- **`train_test_split_set_X/`**: Five pre-defined cross-validation splits ensuring no sequence similarity between training and testing sets, preventing data leakage
|
| 73 |
|
| 74 |
+
## π― Train-test split Methodology
|
| 75 |
|
| 76 |
Our dataset uses a sophisticated sequence-similarity-aware splitting strategy:
|
| 77 |
|
|
|
|
| 115 |
- Benchmark improvements and new baseline models
|
| 116 |
- Documentation enhancements
|
| 117 |
|
| 118 |
+
<!-- ## β Acknowledgments -->
|
| 119 |
|
| 120 |
+
<!-- This dataset was constructed from publicly available mass spectrometry data in the MassIVE repository, with curation based on the MassIVE Knowledge Base. We thank the proteomics community for sharing high-quality data that enables this research. -->
|