Preprocessing: pp#
Any transformation of the data matrix that is not a tool. Other than tools, preprocessing steps usually don’t return an easily interpretable annotation, but perform a basic transformation on the data matrix.
Basic Preprocessing#
Calculate quality control metrics.  | 
|
Filter samples based on number of counts or proteins.  | 
|
Filter proteins based on number of counts or samples.  | 
|
Identify highly variable proteins.  | 
|
Filter proteins based on detection in replicates.  | 
|
Aggregates protein intensities across samples using a given function.  | 
|
Aggregates sample expression across samples using a given function.  | 
|
Normalize expression values for each sample to sum to a constant value.  | 
|
Drop excess metadata columns from MaxQuant output.  | 
|
Remove contaminant proteins from the data matrix.  | 
|
Filters for proteins present in at least min_consecutive of specified consecutive fractions.  | 
Enrichment#
Calculates enrichment scores and p-values by comparing tagged samples against untagged controls.  | 
|
Calculates enrichment of each sample against all other samples as the background.  | 
Imputation#
Impute missing values using a Gaussian distribution.  |