diff --git a/404.html b/404.html index 044fa47..009ea5a 100644 --- a/404.html +++ b/404.html @@ -21,7 +21,7 @@ SpectraQL - 0.99.1 + 0.99.2
Internally, SpectraQL translates the MassQL query into
filter functions that are applied to the Spectra
object.
The returned result is now a Spectra
object with all
@@ -345,7 +345,7 @@
We thus selected 9 spectra from the data set with a precursor m/z matching our filter criteria.
@@ -371,8 +371,8 @@+## Filter: select retention time [200..300] on MS level(s) 1 2 [Thu Sep 5 10:11:03 2024] +## Filter: select spectra with precursor m/z matching 278.093 [Thu Sep 5 10:11:03 2024]Filtering and subsetting## file(s): ## PestMix1_DDA.mzML ## Processing: -## Filter: select retention time [200..300] on MS level(s) 1 2 [Thu Sep 5 08:33:06 2024] -## Filter: select spectra with precursor m/z matching 278.093 [Thu Sep 5 08:33:06 2024]
For conditions "MS2PROD"
, "MS2PREC"
and
"MS1MZ"
it is also possible to provide multiple values to
select spectra that match any of the provided m/z values. These values
@@ -401,7 +401,7 @@
Note that using "MS1MZ"
will return only MS1 spectra and
"MS2PROD"
, "MS2MZ"
and "MS2PREC"
only MS2 spectra.
Rainer J, Vicini A (2024). SpectraQL: MassQL support for Spectra. -R package version 0.99.1, https://github.com/RforMassSpectrometry/SpectraQL. +R package version 0.99.2, https://github.com/RforMassSpectrometry/SpectraQL.
@Manual{, title = {SpectraQL: MassQL support for Spectra}, author = {Johannes Rainer and Andrea Vicini}, year = {2024}, - note = {R package version 0.99.1}, + note = {R package version 0.99.2}, url = {https://github.com/RforMassSpectrometry/SpectraQL}, }