CombinePolarities {MScombine} | R Documentation |
Take positive and negative matrices and combine them by deleting redundat entities.
CombinePolarities(POSITIVE, NEGATIVE, CommonEntitiesFiltered)
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. |
## Not run:
CombinePolarities(POSITIVE,NEGATIVE,CommonEntitiesFiltered)
## End(Not run)