forked from RECETOX/galaxytools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request RECETOX#475 from zargham-ahmad/issue457
matchms_filtering: Added derive_precursor_mz_from_parent_mass filter
- Loading branch information
Showing
4 changed files
with
133 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
SCANNUMBER: -1 | ||
IONMODE: positive | ||
SPECTRUMTYPE: Centroid | ||
FORMULA: C20H12 | ||
INCHIKEY: CSHWQDPOILHKBI-UHFFFAOYSA-N | ||
SMILES: C1=CC2=C3C(=C1)C1=CC=CC4=C1C(=CC=C4)C3=CC=C2 | ||
AUTHORS: Price et al., RECETOX, Masaryk University (CZ) | ||
INSTRUMENT: Q Exactive GC Orbitrap GC-MS/MS | ||
IONIZATION: EI+ | ||
LICENSE: CC BY-NC | ||
COMPOUND_NAME: Perylene | ||
RETENTION_TIME: None | ||
RETENTION_INDEX: 2886.9 | ||
ADDUCT: [M]+ | ||
COLLISION_ENERGY: 70eV | ||
INSTRUMENT_TYPE: GC-EI-Orbitrap | ||
CHARGE: 1 | ||
PARENT_MASS: 251.08595400000002 | ||
NUM PEAKS: 3 | ||
250.07765 0.3282529462971431 | ||
252.09323 1.0 | ||
253.09656 0.20573802940517583 | ||
|
||
SCANNUMBER: -1 | ||
IONMODE: positive | ||
SPECTRUMTYPE: Centroid | ||
FORMULA: C14H10 | ||
INCHIKEY: YNPNZTXNASCQKK-UHFFFAOYSA-N | ||
SMILES: C1=CC2=C(C=C1)C1=C(C=CC=C1)C=C2 | ||
AUTHORS: Price et al., RECETOX, Masaryk University (CZ) | ||
INSTRUMENT: Q Exactive GC Orbitrap GC-MS/MS | ||
IONIZATION: EI+ | ||
LICENSE: CC BY-NC | ||
COMPOUND_NAME: Phenanthrene | ||
RETENTION_TIME: None | ||
RETENTION_INDEX: 1832.9 | ||
ADDUCT: [M]+ | ||
COLLISION_ENERGY: 70eV | ||
INSTRUMENT_TYPE: GC-EI-Orbitrap | ||
CHARGE: 1 | ||
PARENT_MASS: 177.070224 | ||
NUM PEAKS: 5 | ||
152.0619 0.1657993569424221 | ||
176.062 0.24558560966311757 | ||
177.06982 0.12764433529926775 | ||
178.0775 1.0 | ||
179.08078 0.16394988149600653 | ||
|
50 changes: 50 additions & 0 deletions
50
tools/matchms/test-data/filtering/derive_precursor_mz_out.msp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
SCANNUMBER: -1 | ||
IONMODE: positive | ||
SPECTRUMTYPE: Centroid | ||
FORMULA: C20H12 | ||
INCHIKEY: CSHWQDPOILHKBI-UHFFFAOYSA-N | ||
SMILES: C1=CC2=C3C(=C1)C1=CC=CC4=C1C(=CC=C4)C3=CC=C2 | ||
AUTHORS: Price et al., RECETOX, Masaryk University (CZ) | ||
INSTRUMENT: Q Exactive GC Orbitrap GC-MS/MS | ||
IONIZATION: EI+ | ||
LICENSE: CC BY-NC | ||
COMPOUND_NAME: Perylene | ||
RETENTION_TIME: None | ||
RETENTION_INDEX: 2886.9 | ||
ADDUCT: [M]+ | ||
COLLISION_ENERGY: 70eV | ||
INSTRUMENT_TYPE: GC-EI-Orbitrap | ||
CHARGE: 1 | ||
PARENT_MASS: 251.08595400000002 | ||
PRECURSOR_MZ: 251.08540542009078 | ||
NUM PEAKS: 3 | ||
250.07765 0.3282529462971431 | ||
252.09323 1.0 | ||
253.09656 0.20573802940517583 | ||
|
||
SCANNUMBER: -1 | ||
IONMODE: positive | ||
SPECTRUMTYPE: Centroid | ||
FORMULA: C14H10 | ||
INCHIKEY: YNPNZTXNASCQKK-UHFFFAOYSA-N | ||
SMILES: C1=CC2=C(C=C1)C1=C(C=CC=C1)C=C2 | ||
AUTHORS: Price et al., RECETOX, Masaryk University (CZ) | ||
INSTRUMENT: Q Exactive GC Orbitrap GC-MS/MS | ||
IONIZATION: EI+ | ||
LICENSE: CC BY-NC | ||
COMPOUND_NAME: Phenanthrene | ||
RETENTION_TIME: None | ||
RETENTION_INDEX: 1832.9 | ||
ADDUCT: [M]+ | ||
COLLISION_ENERGY: 70eV | ||
INSTRUMENT_TYPE: GC-EI-Orbitrap | ||
CHARGE: 1 | ||
PARENT_MASS: 177.070224 | ||
PRECURSOR_MZ: 177.06967542009076 | ||
NUM PEAKS: 5 | ||
152.0619 0.1657993569424221 | ||
176.062 0.24558560966311757 | ||
177.06982 0.12764433529926775 | ||
178.0775 1.0 | ||
179.08078 0.16394988149600653 | ||
|