Description Usage Arguments Value Author(s) Examples
View source: R/missingValuesFilter.R
Delete the lines of exprs()
table identified by their indice.
1 | 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
1 2 | utils::data(Exp1_R25_pept, package='DAPARdata')
deleteLinesFromIndices(Exp1_R25_pept, c(1:10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.