Description Usage Arguments Value Author(s) Examples
View source: R/missingValuesFilter.R
This function removes lines in the dataset based on a prefix string.
1 | removeLines(obj, idLine2Delete = NULL, prefix = NULL)
|
obj |
An object of class |
idLine2Delete |
The name of the column that correspond to the data to filter |
prefix |
A character string that is the prefix to find in the data |
An object of class MSnSet
.
Samuel Wieczorek
1 2 3 | utils::data(Exp1_R25_pept, package='DAPARdata')
removeLines(Exp1_R25_pept, "Potential_contaminant")
removeLines(Exp1_R25_pept, "Reverse")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.