NumericalgetIndicesOfLinesToRemove: Get the indices of the lines to delete, based on a prefix...

Description Usage Arguments Value Author(s) Examples

View source: R/missingValuesFilter.R

Description

This function returns the indice of the lines to delete, based on a prefix string

Usage

1
2
3
4
5
6
NumericalgetIndicesOfLinesToRemove(
  obj,
  name = NULL,
  value = NULL,
  operator = NULL
)

Arguments

obj

An object of class MSnSet.

name

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

value

xxxx

operator

A xxxx

Value

A vector of integers.

Author(s)

Samuel Wieczorek

Examples

1
2
utils::data(Exp1_R25_pept, package='DAPARdata')
NumericalgetIndicesOfLinesToRemove(Exp1_R25_pept, "A_Count", value="6", operator='==')

DAPAR documentation built on April 11, 2021, 6 p.m.