You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TeachingModule/AnalysisMSData_FragPipe.qmd
+10-14
Original file line number
Diff line number
Diff line change
@@ -102,44 +102,40 @@ To download one sample file from each of the Plex Sets, we will need these URLs
102
102
We recommend to open this material inside **Proteomics Sandbox** to be able to copy & paste or download the file directly into the environment.
103
103
:::
104
104
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:
106
106
107
-
```
107
+
```{.bash}
108
108
wget -i urls.txt
109
109
```
110
110
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.
112
112
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).
114
114
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:
116
116
117
117
### Getting started with FragPipe
118
118
119
119
::: {.callout-note}
120
120
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**.
121
121
:::
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.
124
123
125
124
::: {.question}
126
125
Which workflow should you select? **Hint**: What labeling method was used in the study?
127
126
:::
128
127
129
-
130
128
::: {.question}
131
129
How does the labeling method affect data processing?
132
130
:::
133
131
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.
135
133
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`.
137
135
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.
140
137
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.
143
139
144
140
::: {.question}
145
141
What is the purpose of the database file used in FragPipe, and why is it important?
0 commit comments