Description Usage Arguments Examples
View source: R/CombinePolarities.R
Take positive and negative matrices and combine them by deleting redundat entities.
| 1 | 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. | 
| 1 2 3 4 | ## Not run: 
CombinePolarities(POSITIVE,NEGATIVE,CommonEntitiesFiltered)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.