SpectraTutorials
SpectraTutorials copied to clipboard
These workshops and tutorials provide use cases and examples for mass spectrometry data handling and analysis using the Spectra Bioconductor package.
Hello jorainer, First of all many thanks for this utterly great and comprehensible tutorial and of course all the wonderful work hidden in the `Spectra` package. I would like to...
Hi Johannes, I just realized that precursorMz is another important check on the matched spectra between samples and database. Only if both precursorMz matched should the spectra comparison meaningful. I...
Sorry for bombarding questions here! This question is not urgent but I would like to see if you can tell what is going wrong. When I try to export massbank...
I am trying to merge spectra objects based on the function `concatenateSpectra` you used in this session: https://bioconductor.org/packages/devel/bioc/vignettes/Spectra/inst/doc/Spectra.html#33_Filtering,_subsetting_and_merging ## Background - I have performed `filterMz` and subset the original MS2...
Hi Johannes, Since I am working on several dozens of MS2 spectra, rather than one cysteine, I need to try to export the information stored in the spectra objects or...
Could I easily implement filtering spectra within a particular RT range according to their character in the MS1 scan? Something similar to `filterPrecursorMz`? Thanks, Minghao Gong
Hi Johannes, I noticed that in my dataset, all my precursor intensity of all MS2 spectra equal to zero? But I do get peaks when I look into the data....
Do you have some empirical ideas of a reasonable range of dot-product scores for a good MS/MS matching? Thanks, Minghao
What options for the export function in `Spectra` other than .mgf? Thanks, Minghao
Hi Johannes, Here also I want to report issue when I tried to load my own data and `setBackend` from `MzR` to `DataFrame`. It renders following error. ```{r change-backend} #'...