View source: R/data_filtering.R
data_filtering | R Documentation |
This function removes proteins for which peptide only detected in one fraction (i.e., "one-hit-wonders") across the co-elution table, common contaminants (e.g., keratins) only for mouse and human organisms and frequent flyers.
data_filtering(x)
x |
A data matrix object with rows including proteins and fractions along the columns. |
data_filtering
Filtered matrix.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
# Load the co-elution data data("exampleData") # Perform raw data pre-processing datOut <- data_filtering(exampleData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.