CombinePolarities: Combine positive and negative matrices

Description Usage Arguments Examples

View source: R/CombinePolarities.R

Description

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

Usage

1
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

1
2
3
4
## Not run: 
CombinePolarities(POSITIVE,NEGATIVE,CommonEntitiesFiltered)

## End(Not run)

MScombine documentation built on May 1, 2019, 8:04 p.m.