getdiff-methods {mscalib}R Documentation

Computes all mass differences in and massvectorlist.

Description

Computes all mass differences in and Massvectorlist-class. In addition computes the ratio of the intensities for each pair.

Arguments

object either Massvectorlist-class or Massvector-class
ra numeric(2) differences in what mass range should be computed

Methods

object = "Massvectorlist"
...
object = "Massvector"
...

Examples


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)


[Package mscalib version 1.0.1 Index]