You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My original intention for this operation is that when I use other software (such as SIRIUS) to perform downstream non-targeted screening analysis of mass spectrometry data, I can only predict the structure through the information of MS2, lacking the isotope abundance information based on MS1 (or I did not find it in mgf file). This makes it much more computationally expensive and for predicted unknown structures I need to go back to the original data to check. This is very complex and time-consuming for processing large amounts of data. , so I try to export MS1 and MS2 data separately as shown below:
All I wanted is to generate MS1 information for each MS2 ions. Is there any way to achieve such an operation?
I also copied the information of 'app_data' here for your convenience
MSn experiment data ("XCMSnExp")
Object size in memory: 10.83 Mb
- - - Spectra data - - -
MS level(s): 1 2
Number of spectra: 29007
MSn retention times: 0:00 - 24:60 minutes
- - - Processing information - - -
Data loaded [Tue Aug 27 10:00:41 2024]
MSnbase version: 2.28.1
- - - Meta data - - -
phenoData
rowNames: 1 2
varLabels: sample_name sample_group
varMetadata: labelDescription
Loaded from:
ch4-neg.mzML, o-neg.mzML
protocolData: none
featureData
featureNames: F1.S00001 F1.S00002 ... F2.S14327 (29007 total)
fvarLabels: fileIdx spIdx ... spectrum (35 total)
fvarMetadata: labelDescription
experimentData: use 'experimentData(object)'
- - - xcms preprocessing - - -
Chromatographic peak detection:
method: centWave
11072 peaks identified in 2 samples.
On average 5536 chromatographic peaks per sample.
Alignment/retention time adjustment:
method: peak groups
Correspondence:
method: chromatographic peak density
5836 features identified.
Median mz range of features: 0
Median rt range of features: 0
3845 filled peaks (on average 1922.5 per sample).
This is my first time asking a question on github. If there is any problem with my question, please tell me.
Thankyou!
The text was updated successfully, but these errors were encountered:
Hi,
My original intention for this operation is that when I use other software (such as SIRIUS) to perform downstream non-targeted screening analysis of mass spectrometry data, I can only predict the structure through the information of MS2, lacking the isotope abundance information based on MS1 (or I did not find it in mgf file). This makes it much more computationally expensive and for predicted unknown structures I need to go back to the original data to check. This is very complex and time-consuming for processing large amounts of data. , so I try to export MS1 and MS2 data separately as shown below:
for MS1 data
for MS2 data
where app_data is the data after XCMS alignment, maxTic function is copied from the tutorial of spectra package https://bioconductor.org/packages/devel/bioc/vignettes/Spectra/inst/doc/Spectra.html.
But the output of the above file didn't match.
Taking featureid=FT0006 as an example:
in MS1 file:
and that in MS2 file:
All I wanted is to generate MS1 information for each MS2 ions. Is there any way to achieve such an operation?
I also copied the information of 'app_data' here for your convenience
This is my first time asking a question on github. If there is any problem with my question, please tell me.
Thankyou!
The text was updated successfully, but these errors were encountered: