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
We have normalize,MSnExp in MSnbase, and from my own usage and the MetaboAnnotation vignette, the use is general. I would suggest we add a normalise,Spectra that scales all intensities between 0 and 1.
I think scale might be more appropriate (or even scaleIntensities to tell what exactly the function is doing).
I think we would also need a parameter to specify the range to which scale, you're scaling to [0-1], I'm usually scaling to [0-100] to have percentages and I know there are people that scale to [0-10].
We have
normalize,MSnExp
inMSnbase
, and from my own usage and the MetaboAnnotation vignette, the use is general. I would suggest we add anormalise,Spectra
that scales all intensities between 0 and 1.Or should we rather go for
scale,Spectra
?@sgibb @jorainer - any comments/suggestions?
The text was updated successfully, but these errors were encountered: