scalePeaks
to plotSpectraMirror
to allow scaling peak
intensities before plotting.addOriginalQueryIndex
to matchSpectra()
that allows to add
an additional spectra variable to the query
Spectra
with the index in
the original object (issue #114).setBackend()
generic from ProtGenerics
.SingleMatchParam
for filterMatches
to allow selection of (at most) a
single match to a target element for each query element.queryVariables
and targetVariables
to extract the names
of variables (columns) of query and target.Spectra
objects within the package to the new versions.createStandardMixes
.createStandardMixes
..randomize_grouping
to prevent collapsing of matrix when input in a
single column..group_standards_iteration
and .randomize_grouping
to allow
iteration through matrix of standards and group them if they are dissimilar
enough.Spectra
version 1.11.10.targetIndex
and queryIndex
to extract the indices of the
matched pairs query-target.matchValues
for matching between data.frame
and Spectra
objects.QFeatures
.query
from AnnotationHub
.matchSpectra
(issue
#98).mzR
as suggested package to ensure package vignettes can be built.matchSpectra
to avoid unnecessary object creation.backendBpparam
to disable parallel processing of matchSpectra
if the
backend does not support it.scoreVariables
function to return the names of the score variables in a
Matched
object.matchSpectra
: support a CompDb
with parameter target
.CompAnnotionSource
classes to support definition of references to
annotation resources.CompDbSource
class defining a reference to a CompDb
database.matchSpectra
: support for CompDbSource
with parameter target
.filterMatches
framework (issue
#86).
ScoreThresholdParam
added to perform filtering the matches based on a
threshold for the scores.lapply
and endoapply
methods (issue
#84).
lapply
allows to apply any function to each subset of matches for each
query
element and returns the corresponding list
of results.
endoapply
is similar but applies a function returning a Matched
and
returns a Matched
representing updated matches.filterMatches
framework (issue
#81).
SelectMatchesParam
and TopRankedMatchesParam
added to perform respectively
manual filtering and keeping only the best ranked matches for each query
element.validateMatchedSpectra
.query
and/or target
of type SummarizedExperiment
supported for
Matched
objects.MatchedSummarizedExperiment
class removed.query
and/or target
of type QFeatures
supported for Matched
objects.SummarizedExperiment
and QFeatures
for both query
and target
parameters in matchValues
.validateMatchedSpectra
.matchedData
not working for result objects of
matchValues, Mz2MassParam
and matchValues, Mz2MassRtParam
(issue
#69).validateMatchedSpectra
.matchMz
into matchValues
(issue
#65).validateMatchedSpectra
for manual inspection and validation of an
MatchedSpectra
object.setBackend
for MatchedSpectra
objects.matchMz, Mz2MassParam
and matchMz, Mz2MassRtParam
. (issue
#56)....
to plotSpectraMirror
.score
", "score_rt
" changed to be the difference
(with sign) between query and target m/z or retention time respectively."ppm_error"
becomes error without sign."ppm_error"
) to the Matched
object
returned by matchMz
.plotSpectraMirror
.toleranceRt
to CompareSpectraParam
to enable retention
time-based pre-filtering (issue
#35).Mass2MzParam
(issue
#41).THRESHFUN_REVERSE
to MatchForwardReverseParam
to allow
filtering results on forward and reverse score (issue
#37).matchSpectra
if no precursor m/z filter is used
(issue
#38).matchSpectra,MatchForwardReverseParam
(issue
#36).matchSpectra
that was wrongly calculating the acceptable m/z
difference if tolerance
was > 0 (issue
#34).
Fix proposed by Hugo Varet (@hvaret).matchMz
.queryColumn
and targetColumn
to queryColname
and targetColname
.data.frame
, DataFrame
and matrix
in matchMz
.addMatches
and filterMatches
functions.MatchedSpectra
.MatchedSummarizedExperiment
.TargetMass2MzParam
to Mass2MzParam
.matchMz
.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.