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

View source: R/missingValuesFilter.R

NumericalgetIndicesOfLinesToRemoveR Documentation

Get the indices of the lines to delete, based on a prefix string

Description

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

Usage

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

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


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.