View source: R/missingValuesFilter.R
NumericalFiltering | R Documentation |
This function removes lines in the dataset based on numerical conditions.
NumericalFiltering(obj, name = NULL, value = NULL, operator = NULL)
obj |
An object of class |
name |
The name of the column that correspond to the line to filter |
value |
A number |
operator |
A string |
An list of 2 items :
obj : an object of class MSnSet
in which the lines have been deleted
deleted : an object of class MSnSet
which contains the deleted lines
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') NumericalFiltering(Exp1_R25_pept[1:100], 'A_Count', '6', '==')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.