NumericalFiltering: Removes lines in the dataset based on numerical conditions.

View source: R/missingValuesFilter.R

NumericalFilteringR Documentation

Removes lines in the dataset based on numerical conditions.

Description

This function removes lines in the dataset based on numerical conditions.

Usage

NumericalFiltering(obj, name = NULL, value = NULL, operator = NULL)

Arguments

obj

An object of class MSnSet.

name

The name of the column that correspond to the line to filter

value

A number

operator

A string

Value

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

Author(s)

Samuel Wieczorek

Examples

data(Exp1_R25_pept, package="DAPARdata")
NumericalFiltering(Exp1_R25_pept[seq_len(100)], "A_Count", "6", "==")


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.