CombinePolarities {MScombine} | R 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)
[Package MScombine version 1.4 Index]