View source: R/FSA_aggregate.R
FSA_aggregate | R Documentation |
This module is to optimize the 'indexVec' variable by removing elements that have redundant 'idVec' numbers.
FSA_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 redundant 'idVec'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.