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 indices 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

data(Exp1_R25_pept, package="DAPARdata")
NumericalgetIndicesOfLinesToRemove(Exp1_R25_pept[seq_len(100)], "A_Count",
value = "6", operator = "==")


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