View source: R/missingValuesFilter.R
GetIndices_MetacellFiltering | R Documentation |
Delete the lines in the matrix of intensities and the metadata table given their indice.
GetIndices_MetacellFiltering(obj, level, pattern, type, percent, op, th)
obj |
An object of class |
level |
A vector of integers which are the indices of lines to delete. |
pattern |
A string to be included in the |
type |
xxx |
percent |
xxx |
op |
xxx |
th |
xxx |
An instance of class MSnSet
that have been filtered.
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') obj <- Exp1_R25_pept[1:10,] level <- GetTypeofData(obj) pattern <- 'missing' type <- 'AllCond' percent <- FALSE op <- '==' th <- 2 indices <- GetIndices_MetacellFiltering(obj, level, pattern, type, percent, op, th )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.