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

View source: R/missingValuesFilter.R

deleteLinesFromIndicesR Documentation

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

Description

Delete the lines of Biobase::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

utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- deleteLinesFromIndices(Exp1_R25_pept[1:100], c(1:10))


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