Last data update: 2014.03.03

R: Combine positive and negative matrices
CombinePolaritiesR Documentation

Combine positive and negative matrices

Description

Take positive and negative matrices and combine them by deleting redundat entities.

Usage

CombinePolarities(POSITIVE, NEGATIVE, CommonEntitiesFiltered)

Arguments

POSITIVE

A matrix with positive entities information (Compound Name, Mass, RT, and multiple columns with the area of the compound in samples)

NEGATIVE

A matrix with positive entities information (Compound Name, Mass, RT, and multiple columns with the area of the compound in samples)

CommonEntitiesFiltered

The data set generated with the FilterbyRT function.

Examples

## Not run: 
CombinePolarities(POSITIVE,NEGATIVE,CommonEntitiesFiltered)

## End(Not run)

Results