-
Notifications
You must be signed in to change notification settings - Fork 0
Data Preprocessing
3dot141592 edited this page Jun 10, 2026
·
1 revision
Data preprocessing steps prepare imported data for downstream analysis by filtering, transforming, normalizing, imputing, simplifying, or removing problematic samples and features.
Removes all peptides whose protein ID is not found in the given protein dataframe.
Removes all peptides whose sample is not found in the given protein dataframe.
Removes all peptides whose PEP value is greater than the selected threshold.
The PEP threshold indicates the probability that an identified peptide was assigned incorrectly.
It is defined as:
The smaller the PEP value, the more reliable the peptide identification.