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