diffFilter.massvector {mscalib} | R Documentation |
Removes mass differences from the massvector.
## S3 method for class 'massvector': diffFilter(object,listofdiffs,higher=TRUE,error=0.05,uniq=TRUE,prune=TRUE,...)
... |
further parameters. |
error |
How much the differences can diviate from the differences given in listofdiffs. |
higher |
logical;TRUE - remove higher mass, FALSE = remove lower mass. |
listofdiffs |
|
object |
massvector |
prune |
logical;TRUE - remove mass, FALSE = return modified mass. |
uniq |
Removes one of the masses contributing to a mass difference given in the list of differences. Can be used if a variable modification are present in the massvector but can not be considered by the identification software. It also can be used to return the modified masses.
massvector |
filtered massvector. |
Witold Wolski wolski@molgen.mpg.de
getdiff.massvector
,
getdiff.massvectorlist
,
diffFilter.massvectorlist
,
data(mv1) res<-getdiff(mv1,range=c(0,100)) diffFilter(mv1,res,higher=TRUE) diffFilter(mv1,res,higher=FALSE)