View source: R/missingValuesFilter.R
deleteLinesFromIndices | R Documentation |
Delete the lines in the matrix of intensities and the metadata table given their indice.
deleteLinesFromIndices(obj, deleteThat = NULL, processText = "")
obj |
An object of class |
deleteThat |
A vector of integers which are the indices of lines to delete. |
processText |
A string to be included in the |
An instance of class MSnSet
that have been filtered.
Florence Combes, Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
obj <- deleteLinesFromIndices(Exp1_R25_pept[seq_len(100)], c(seq_len(10)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.