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
I have now completed the Spectra match and got the results.
Now I want to use the plotSpectraMirror function to plot all these compounds, but I am not sure how to check that these matched spectra correspond to the two msps file.
The index value of the file content. Is there any way I can find the respective index value?
The following is the content of my file
> summary(sample_msp)
Length Class Mode
373 Spectra S4
> summary(mona_spec_libno)
Length Class Mode
18915 Spectra S4
> mtch_mona
Object of class MatchedSpectra
Total number of matches: 7
Number of query objects: 373 (7 matched)
Number of target objects: 18915 (2 matched)
The text was updated successfully, but these errors were encountered:
I have now completed the Spectra match and got the results.
Now I want to use the
plotSpectraMirror
function to plot all these compounds, but I am not sure how to check that these matched spectra correspond to the two msps file.The index value of the file content. Is there any way I can find the respective index value?
The following is the content of my file
The text was updated successfully, but these errors were encountered: