deleteLinesFromIndices {DAPAR} | R Documentation |
Delete the lines of exprs()
table identified by 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
utils::data(Exp1_R25_pept, package='DAPARdata') obj <- deleteLinesFromIndices(Exp1_R25_pept[1:100], c(1:10))