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 in the matrix of intensities and the metadata table given 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

data(Exp1_R25_pept, package="DAPARdata")
obj <- deleteLinesFromIndices(Exp1_R25_pept[seq_len(100)], c(seq_len(10)))


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