deleteLinesFromIndices {DAPAR}R Documentation

Delete the lines in the matrix of intensities and the metadata table given their indice.

Description

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

Usage

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

require(DAPARdata)
data(Exp1_R25_pept)
deleteLinesFromIndices(Exp1_R25_pept, c(1:10))

[Package DAPAR version 1.16.10 Index]