getdiff-methods {mscalib} | R Documentation |
Computes all mass differences in and Massvectorlist-class
. In addition computes the ratio of the intensities for each pair.
object |
either Massvectorlist-class or
Massvector-class |
ra |
numeric(2) differences in what mass range should be computed |
library(msbase) data(pldata) tmp <- getdiff(pldata[[1]],ra=c(0,100)) tmp <- getdiff(pldata,ra=c(0,100)) hist(tmp) tmp<-gamasses(tmp,abund=4)