residuals.massvector {mscalib}R Documentation

Residues of 2 massvectors.

Description

Computes Residues of 2 massvectors.

Usage

## S3 method for class 'massvector':
residuals(object,fmass,error=250,ppm=TRUE,uniq=TRUE,...)

Arguments

...
error the assumed difference between the aligned peaks either in ppm or in Da.
fmass object of class massvector.
object object of class massvector. Use constructor massvector()
ppm logical; if TRUE then the error must be specified in ppm.
uniq

Details

Computes the mass differences between aligned masses of two massvectorlists.

Author(s)

Witold Wolski wolski@molgen.mpg.de

See Also

getaccC, compare,

Examples

 data(mv1)
 data(mv2)
 plot(resid(mv1,mv2,error=250,uniq=TRUE))

[Package Contents]