View source: R/IPA_aggregate.R
IPA_aggregate | R Documentation |
This module is to optimize the 'indexVec' variable by removing elements that have redundant 'idVec' numbers.
IPA_aggregate(idVec, variableVec, indexVec, targetVar)
idVec |
a vector of id numbers. Repeated id numbers are allowed. |
variableVec |
a vector of variable of the interest such as RT, m/z, etc. |
indexVec |
a vector of indices |
targetVar |
the targeted value in 'variableVec' |
a clean indexVec after removing repeated 'idVec'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.