View source: R/missingValuesFilter.R
deleteLinesFromIndices | R Documentation |
Delete the lines of Biobase::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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.