Bowen999 commited on
Commit
9b57e6f
·
verified ·
1 Parent(s): 34f62a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -15
README.md CHANGED
@@ -1,21 +1,62 @@
1
- ## MS DIAL (only lipidome atlas)
2
- * Source: [Supplementary information](https://www.nature.com/articles/s41587-020-0531-2#Sec17) of Tsugawa, H., Ikeda, K., Takahashi, M. et al. A lipidome atlas in MS-DIAL 4. Nat Biotechnol 38, 1159–1163 (2020). https://doi.org/10.1038/s41587-020-0531-2
3
- * Intruments: TOF
4
- * Complete MS DIAL DB (not only lipids): https://zenodo.org/records/10953284
5
 
 
 
 
 
6
 
7
- ## MassSpecGym:
8
- * Source: https://huggingface.co/datasets/roman-bushuiev/MassSpecGym
9
- * Instruments: TOF, Orbitrap
10
 
11
- ## GNPS
12
- * Source: https://external.gnps2.org/gnpslibrary
13
 
14
- ## MassBank
15
- * Source: https://external.gnps2.org/gnpslibrary
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
- ## PNNL-LIPIDS
18
- * Source: https://external.gnps2.org/gnpslibrary
19
 
20
- ## MONA
21
- * Source: https://external.gnps2.org/gnpslibrary
 
1
+ ## Download
2
+ training_set, test_set, test_set2, can be downloaded from: https://huggingface.co/datasets/Bowen999/lipids_ms2/tree/main
 
 
3
 
4
+ ## Data Source
5
+ - **Training Set**:
6
+ The training set contains 959,031 entries of lipid MS/MS spectra and corresponding structural information.
7
+ It is constructed by integrating data from multiple sources, including **MS DIAL Lipidome Atlas**, **GNPS**, **MassBank**, **MoNA**, **PNNL-Lipids**, **HCE**, and **IOBA_NHC**.
8
 
9
+ - **Test Set**:
10
+ The test set is sourced from **MassSpecGym**, containing 4,631 MS/MS spectra.
11
+ Among them, 1,372 spectra are **novel** (not present in the training set).
12
 
13
+ - **Test Set2**
14
+ MS2 data of standards from Li Lab and Nova Medical Testing (non-public data)"
15
 
16
+ *Preprocessing for **comprehensive MS2 databases** (like MassSpecGym) involved retaining only lipids by filtering the **InChI Key main block** using references from the MS DIAL Lipidome Atlas and Swiss Lipids*.
17
+
18
+
19
+ ## Dataset Description
20
+ | Column # | Column Name | Description |
21
+ |:---------|:----------------|:------------|
22
+ | 1 | **name** | Full lipid name including class and detailed acyl-chain notation (e.g. “PC 18:1/16:0”) |
23
+ | 2 | **simple_name** | Simplified lipid name summarizing total carbons and double bonds (e.g. “PC 34:1”) |
24
+ | 3 | **class** | Lipid class abbreviation (e.g. PC, PE, TAG) |
25
+ | 4 | **chain** | Acyl-chain composition string (e.g. “18:1/16:0”) |
26
+ | 5 | **num_c_1** | Number of carbons in chain 1; **Note: `num_c_1` can be equal to 0, but the `num_c` values for all four chains cannot all be 0 at the same time.**|
27
+ | 3 | **class** | Lipid class abbreviation (e.g. PC, PE, TAG) |
28
+ | 6 | **num_db_1** | Number of C=C in chain 1|
29
+ | 7 | **extra_1** | Extra modifications on chain 1 (e.g. (2OH)), if not present, then None |
30
+ | 8 | **num_c_2** | Number of carbons in chain 2 |
31
+ | 9 | **num_db_2** | Number of C=C in chain 2 |
32
+ | 10 | **extra_2** | Extra modifications on chain 2 |
33
+ | 11 | **num_c_3** | Number of carbons in chain 3 |
34
+ | 12 | **num_db_3** | Number of C=C in chain 3 |
35
+ | 13 | **extra_3** | Extra modifications on chain 3 |
36
+ | 14 | **num_c_4** | Number of carbons in chain 4 |
37
+ | 15 | **num_db_4** | Number of C=C in chain 4 |
38
+ | 16 | **extra_4** | Extra modifications on chain 4 |
39
+ | 17 | **precursor_mz** | Mass-to-charge ratio (m/z) of the precursor ion |
40
+ | 18 | **adduct** | Adduct ion type detected (e.g. [M+H]+, [M+Na]+) |
41
+ | 19 | **ion_mode** | Ionization mode (Positive or Negative) |
42
+ | 20 | **charge** | Observed charge state of the ion |
43
+ | 21 | **smiles** | SMILES string representation of the molecule |
44
+ | 22 | **inchi** | Full IUPAC InChI identifier |
45
+ | 23 | **inchikey** | InChIKey |
46
+ | 24 | **inchikey_main** | Main layer (first 14 characters) of the InChIKey |
47
+ | 25 | **exact_mass** | Theoretical monoisotopic neutral mass |
48
+ | 26 | **formula** | Chemical formula (e.g. C₃₆H₇₀O₈P) |
49
+ | 27 | **synonyms** | Alternative names |
50
+ | 28 | **retention_time** | Liquid chromatographic retention time |
51
+ | 29 | **lib_quality** | Library match quality score or confidence (1 is best) |
52
+ | 30 | **source** | Origin of the entry (database name) |
53
+ | 31 | **spectrum_id** | Unique identifier for the MS/MS spectrum in source database |
54
+ | 32 | **ms_level** | MS level of the spectrum |
55
+ | 33 | **instrument** | Mass spectrometer used |
56
+ | 34 | **energy** | Collision/fragmentation energy applied (e.g. 40 eV) |
57
+ | 35 | **num_peaks** | Number of peaks recorded in the MS2 spectrum |
58
+ | 36 | **MS2** | fortmat: [[mz1, int1], [mz2, int2]...], raw MS2 spectrum, “raw” refers to data taken directly from the source; however, **the MS2 in that source may already have been normalized ** |
59
+ | 37 | **MS2_norm** | Normalized MS2 intensities, Intensities are scaled to 0–100; if there are more than 100 peaks, only the 100 highest-intensity peaks are retained. |
60
+ | 38 | **novel** | Flag indicating novel lipid entry (y or n); **Only test set have this column**|
61
 
 
 
62