Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
sangsq123 commited on
Commit
5a0d053
Β·
verified Β·
1 Parent(s): b5a1a6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
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
- - Comprehensive coverage of up to 235 fragment ions per precursor
18
 
19
  ## πŸ”— Code and Documentation
20
 
@@ -24,7 +23,8 @@ The dataset provides:
24
 
25
  ## ⚠️ Important Data Access Notice
26
 
27
- **HuggingFace Statistics Issue**: The repository statistics incorrectly show ~3.15 million entries due to a platform counting error. HuggingFace sums across our five cross-validation 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,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/ # Cross-validation split 1
51
  β”‚ β”œβ”€β”€ train_indices.parquet
52
  β”‚ └── test_indices.parquet
53
- β”œβ”€β”€ train_test_split_set_2/ # Cross-validation split 2
54
  β”‚ β”œβ”€β”€ train_indices.parquet
55
  β”‚ └── test_indices.parquet
56
- β”œβ”€β”€ train_test_split_set_3/ # Cross-validation split 3
57
  β”‚ β”œβ”€β”€ train_indices.parquet
58
  β”‚ └── test_indices.parquet
59
- β”œβ”€β”€ train_test_split_set_4/ # Cross-validation split 4
60
  β”‚ β”œβ”€β”€ train_indices.parquet
61
  β”‚ └── test_indices.parquet
62
- └── train_test_split_set_5/ # Cross-validation split 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
- ## 🎯 Cross-Validation Methodology
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. -->