-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add information of normalization and also manuscript link
- Loading branch information
1 parent
82ca111
commit 90a2514
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Normalization | ||
|
||
By default, the input data are not normalized, as they are assumed to have already been normalized by the FragPipe quantification tools. | ||
Optionally, normalization methods listed below could be applied: | ||
|
||
- Variance-stabilizing normalization: performed using the R package vsn. It's available only for DDA- and DIA-based LFQ data. | ||
- Median centered: quantification values of each samples are minused against median values of each sample. |