Outlier Detection (IQR Method)
Identify extreme values and calculate robust medians immune to skew.
None
Values outside [Q1 - 1.5*IQR, Q3 + 1.5*IQR]
0.00
Mean (including outliers): 0.00
Data Cleaning Protocol
When analyzing experimental data (like qPCR replicates or assay ODs), a single technical error can ruin the average (mean). Using the Interquartile Range (IQR) method allows you to mathematically justify the exclusion of anomalous data points rather than guessing.