Last data update: 2014.03.03

R: Remove mismatched entities
RemoveMismatchR 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)

Results