Skip to content

Commit

Permalink
add information of normalization and also manuscript link
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiaoyi0504 committed Nov 11, 2024
1 parent 82ca111 commit 90a2514
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ There are two server instances
- [LFQ Hands-On Tutorial](LFQ-tutorial): An hands-on tutorial of analyzing a gliomas data-dependent label-free quantification (LFQ) dataset. It's the second part of a tutorial using collection of FragPipe softwares for LFQ analysis. You can find the first part [here](LFQ-tutorial/LFQ.md).

## Documentation
Detailed information of functionalities are provided for each module

Detailed information of functionalities are provided for each module. Readers are recommendated to read [our manuscript published in Journal of Proteome](https://pubs.acs.org/doi/10.1021/acs.jproteome.4c00294) first for the overview.
- [Normalization](documentation/normalization.md)
- [Imputation](documentation/imputation.md)

## Advanced Usage
Expand All @@ -35,6 +35,10 @@ This repository is intended to provide documentation and a user forum for questi
- [Questions/Suggestions](https://github.com/Nesvilab/FragPipe-Analyst/discussions)
- [Bug Reports](https://github.com/Nesvilab/FragPipe-Analyst/issues)

## Reference
[Yi Hsiao, Haijian Zhang, Ginny Xiaohe Li, Yamei Deng, Fengchao Yu, Hossein Valipour Kahrood, Joel R. Steele, Ralf B. Schittenhelm, and Alexey I. Nesvizhskii
Journal of Proteome Research (2024), DOI: 10.1021/acs.jproteome.4c00294](https://pubs.acs.org/doi/10.1021/acs.jproteome.4c00294)

## Source Code
The source code of FragPipe-Analyst can be found [here](https://github.com/MonashProteomics/FragPipe-Analyst).
The code is available under GNU General Public License v3.0
Expand Down
7 changes: 7 additions & 0 deletions docs/documentation/normalization.md
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.

0 comments on commit 90a2514

Please sign in to comment.