RemoveMismatch {MScombine} | R Documentation |
Remove mismatched entities
Description
Remove those entities that have been associated to more than one adduct, retaining only the most probable.
Usage
RemoveMismatch(CommonEntities)
Arguments
CommonEntities |
(Matrix generated from the FindCommon function). |
Value
CommonEntitiesImproved The matrix without mismatched entities.
Examples
## Not run:
CommonEntitiesImproved<-RemoveMismatch(CommonEntities)
## End(Not run)
[Package MScombine version 1.4 Index]