Skip to content

Commit 54f6164

Browse files
committed
Revise the two-pass search tutorial.
1 parent 8c426d7 commit 54f6164

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/tutorial_two_pass_search.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## Perform two-pass search to analyze variant peptides
1+
## Perform two-pass search to analyze novel peptides and PTMs
22

33
##### [FragPipe](https://fragpipe.nesvilab.org) can be downloaded [here](https://github.com/Nesvilab/FragPipe/releases). Follow the instructions on that same Releases page to launch the program. See [here](https://fragpipe.nesvilab.org/docs/tutorial_fragpipe.html#configure-fragpipe) for help configuring FragPipe.
44

5-
FragPipe has the ability to perform the "two-pass search" to detect novel/variant peptides semi-automatically. It performs the following three steps.
6-
1. Perform the first search to identify the canonical peptides
7-
2. Generate new "sub mzML" files by excluding the scans matching to the canonical peptides
8-
3. Perform the second search to identify the novel/variant peptides
5+
FragPipe has the ability to perform the "two-pass search" to detect novel peptides and PTMs semi-automatically. It performs the following three steps.
6+
1. Perform the first search to identify the canonical peptides and/or common PTMs
7+
2. Generate new "sub mzML" files by excluding the scans having good matches
8+
3. Perform the second search to identify the novel peptides and/or PTMs
99

1010
#### Common issues of two-pass search approaches due to the limited high-quality scans in the second search
1111
1. The spectra are not mass calibrated or the mass calibration does not work well
@@ -15,7 +15,10 @@ FragPipe has the ability to perform the "two-pass search" to detect novel/varian
1515
1. performs mass calibration in the first search, and then generates sub mzML files using the calibrated spectra
1616
2. writes the Percolator models (`*_percolator.weights` files) to the result directory after the first search. These models will be used in the second search.
1717

18-
The two-pass search approach supports the `Default`, `LFQ-MBR`, and TMT-related workflows.
18+
##### _An alternaive approach to analyze novel/variant peptides_
19+
FragPipe can also perform group FDR estimation for the peptides with different levels of evidences. Please check [Perform group FDR estimation for different identification groups](https://fragpipe.nesvilab.org/docs/tutorial_group_fdr.html) for details.
20+
21+
### The two-pass search approach supports the `Default`, `LFQ-MBR`, and TMT-related workflows.
1922

2023
### Perform two-pass search for the label-free quantification data
2124
1. Load the `LFQ-MBR` workflow in the `Workflow` tab

0 commit comments

Comments
 (0)