kmeloff commited on
Commit
a49b88d
1 Parent(s): d732067

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -67,4 +67,23 @@ The dataset is tabular, where each row corresponds to a labelled MS2 spectra.
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
71
+
72
+ ## Citation Information
73
+
74
+ If you use this dataset, please cite the original authors.
75
+ The original data is available on [MASSIVE](https://massive.ucsd.edu/ProteoSAFe/static/massive.jsp) with the identifier `MSV000081382`.
76
+
77
+ Please also cite InstaNovo:
78
+
79
+ ```bibtex
80
+ @article{eloff_kalogeropoulos_2023_instanovo,
81
+ title = {De novo peptide sequencing with InstaNovo: Accurate, database-free peptide identification for large scale proteomics experiments},
82
+ author = {Kevin Eloff and Konstantinos Kalogeropoulos and Oliver Morell and Amandla Mabona and Jakob Berg Jespersen and Wesley Williams and Sam van Beljouw and Marcin Skwark and Andreas Hougaard Laustsen and Stan J. J. Brouns and Anne Ljungars and Erwin Marten Schoof and Jeroen Van Goey and Ulrich auf dem Keller and Karim Beguir and Nicolas Lopez Carranza and Timothy Patrick Jenkins},
83
+ year = {2023},
84
+ doi = {10.1101/2023.08.30.555055},
85
+ publisher = {Cold Spring Harbor Laboratory},
86
+ URL = {https://www.biorxiv.org/content/10.1101/2023.08.30.555055v1},
87
+ journal = {bioRxiv}
88
+ }
89
+ ```