kmeloff commited on
Commit
d732067
1 Parent(s): 460b3c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -36,3 +36,35 @@ dataset_info:
36
  download_size: 1119691599
37
  dataset_size: 934396348
38
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  download_size: 1119691599
37
  dataset_size: 934396348
38
  ---
39
+
40
+
41
+ # Dataset Card for Nine-Species excluding Yeast
42
+ Dataset used for the baseline comparison of InstaNovo to other models.
43
+
44
+
45
+ ## Dataset Description
46
+
47
+ - **Repository:** [InstaNovo](https://github.com/instadeepai/InstaNovo)
48
+ - **Paper:** [De novo peptide sequencing with InstaNovo: Accurate, database-free peptide identification for large scale proteomics experiments](https://www.biorxiv.org/content/10.1101/2023.08.30.555055v1)
49
+
50
+ ### Dataset Summary
51
+
52
+ Dataset used in the original [DeepNovo](https://www.pnas.org/doi/full/10.1073/pnas.1705691114) paper.
53
+ - The training set contains 8 species excluding yeast
54
+ - The validation/test set contains the yeast species
55
+
56
+ ## Dataset Structure
57
+
58
+ The dataset is tabular, where each row corresponds to a labelled MS2 spectra.
59
+ - `sequence (string)` \
60
+ The target peptide sequence excluding post-translational modifications
61
+ - `modified_sequence (string)` \
62
+ The target peptide sequence including post-translational modifications
63
+ - `precursor_mz (float64)` \
64
+ The mass-to-charge of the precursor (from MS1)
65
+ - `charge (int64)` \
66
+ The charge of the precursor (from MS1)
67
+ - `mz_array (list[float64])` \
68
+ The mass-to-charge values of the MS2 spectrum
69
+ - `mz_array (list[float32])` \
70
+ The intensity values of the MS2 spectrum