Skip to content

Commit

Permalink
add MLE information
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiaoyi0504 committed Nov 11, 2024
1 parent 7db8886 commit e7df17a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/documentation/imputation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Multiple imputation options were provided in FragPipe-Analyst. Perseus-style ** is applied by default for DDA and DIA LFQ data. No imputation is performed for TMT data by default.

- **Perseus-style**: This method is based on popular missing value imputation procedure implemented in *Perseus* software by MaxQuant team. The missing values are replaced by random numbers drawn from a normal distribution of *1.8* standard deviation down shift and with a width of *0.3* of each sample.
- **knn:** Missing values replace by nearest neighbor averaging technique
- **min:** Replaces the missing values by the smallest non-missing value in the data.
- **zero:** Replaces the missing values by **0**.
- **knn:** Missing values are replaced by nearest neighbor averaging technique.
- **MLE**: Maximum likelihood-based imputation method using the EM algorithm.
- **min**: Replaces the missing values by the smallest non-missing value in the data.
- **zero**: Replaces the missing values by **0**.

0 comments on commit e7df17a

Please sign in to comment.