NumericalgetIndicesOfLinesToRemove {DAPAR} | R Documentation |
This function returns the indice of the lines to delete, based on a prefix string
NumericalgetIndicesOfLinesToRemove( obj, name = NULL, value = NULL, operator = NULL )
obj |
An object of class |
name |
The name of the column that correspond to the data to filter |
value |
xxxx |
operator |
A xxxx |
A vector of integers.
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') NumericalgetIndicesOfLinesToRemove(Exp1_R25_pept, "A_Count", value="6", operator='==')