Skip to content

Commit d06b0b6

Browse files
committed
Updated part 2 of TM
1 parent 2f5819c commit d06b0b6

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

TeachingModule/AnalysisMSData_FragPipe.qmd

+10-14
Original file line numberDiff line numberDiff line change
@@ -102,44 +102,40 @@ To download one sample file from each of the Plex Sets, we will need these URLs
102102
We recommend to open this material inside **Proteomics Sandbox** to be able to copy & paste or download the file directly into the environment.
103103
:::
104104

105-
After you save the list of URLs into a file named `urls.txt`. you can use the following code in the terminal:
105+
After saving the list of URLs to a file named `urls.txt`, you can use the following command in the terminal. Make sure you are in the correct directory where `urls.txt` is located before running the code below to ensure the file is found correctly:
106106

107-
```
107+
```{.bash}
108108
wget -i urls.txt
109109
```
110110

111-
If you added your own private folder to the UCloud session, you could now move the data into that folder for better management of the data you're working with.
111+
If you added your own private folder to the UCloud session, you can now move the data into that folder for better data management.
112112

113-
Next, we can launch FragPipe, which is located on the desktop. In this tutorial, we are using FragPipe version **22.0** in the October 2024 version of the **Proteomics Sandbox** Application.
113+
Next, we can launch FragPipe, which is located on the desktop. In this tutorial, we are using FragPipe version **22.0** within the October 2024 version of the **Proteomics Sandbox** application, available [here](https://cloud.sdu.dk/app/jobs/create?app=proteomics&version=Oct2024).
114114

115-
Now that we have launched FragPipe, we need to configure the settings prior to running the analysis. Therefore, we have provided some guiding questions to help you set up the settings in FragPipe:
115+
Now that FragPipe is launched, we need to configure the settings before running the analysis. To assist you in setting up the settings in FragPipe, we have provided some guiding questions:
116116

117117
### Getting started with FragPipe
118118

119119
::: {.callout-note}
120120
Some of the information you will need in this section can be found in **Supplementary Information** to the study. Open the **Supplementary Information** and go to page 25, **Supplementary Methods**.
121121
:::
122-
123-
Go to the “Workflow” tab to set up the workflow for the analysis and import the data you have just downloaded.
122+
Go to the `Workflow` tab to set up the workflow for the analysis and import the data you just downloaded.
124123

125124
::: {.question}
126125
Which workflow should you select? **Hint**: What labeling method was used in the study?
127126
:::
128127

129-
130128
::: {.question}
131129
How does the labeling method affect data processing?
132130
:::
133131

134-
Click "Load workflow" after you have found and selected the correct workflow to be used.
132+
Click `Load workflow` after you have selected the appropriate workflow.
135133

136-
Next, add your files by clicking on Add files and locate them in the designated folder for your raw files that you previously created. Assign each file to a separate *experiment* by clicking "Consecutive".
134+
Next, add your files by clicking on `Add files` and locating them in the designated folder for your raw files. Assign each file to a separate *experiment* by clicking `Consecutive`.
137135

138-
Go to the "Quant (Isobaric)" tab. Here, you need to provide annotations for TMT channels. Use the five pool annotations that you downloaded from this page.
139-
You will need to upload them to Ucloud and specify the corresponding annotation file for each experiement in order.
136+
Go to the `Quant (Isobaric)` tab. Here, you need to provide annotations for TMT channels. Use the five pool annotations that you downloaded from this page. You will need to upload them to UCloud and specify the corresponding annotation file for each experiment in order.
140137

141-
Now you should relocate to the “Database” tab. Here you can either download or browse for an already preexisting database file.
142-
In this case, we will simply download the latest database file by clicking the "Download" button in FragPipe. Add contaminants and decoys.
138+
Now, navigate to the `Database` tab. Here you can either download a new database file or browse for an existing one. In this case, we will download the latest database file by clicking the `Download` button in FragPipe. Be sure to add contaminants and decoys.
143139

144140
::: {.question}
145141
What is the purpose of the database file used in FragPipe, and why is it important?

0 commit comments

Comments
 (0)