deleteLinesFromIndices: Delete the lines in the matrix of intensities and the...

Description Usage Arguments Value Author(s) Examples

View source: R/missingValuesFilter.R

Description

Delete the lines of exprs() table identified by their indice.

Usage

1
deleteLinesFromIndices(obj, deleteThat = NULL, processText = "")

Arguments

obj

An object of class MSnSet containing quantitative data.

deleteThat

A vector of integers which are the indices of lines to delete.

processText

A string to be included in the MSnSet object for log.

Value

An instance of class MSnSet that have been filtered.

Author(s)

Florence Combes, Samuel Wieczorek

Examples

1
2
utils::data(Exp1_R25_pept, package='DAPARdata')
deleteLinesFromIndices(Exp1_R25_pept, c(1:10))

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