-
Notifications
You must be signed in to change notification settings - Fork 1
/
visioprothelp.Rmd
594 lines (390 loc) · 14.9 KB
/
visioprothelp.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
---
title: "VisioProt-MS - Utilisation manual"
author: "Toulouse Proteomics Infrastructure"
date: '`r date()`'
output:
html_document:
toc: true
toc_depth: 2
---
<style>
.col2 {
columns: 2 200px; /* number of columns and width in pixels*/
-webkit-columns: 2 200px; /* chrome, safari */
-moz-columns: 2 200px; /* firefox */
}
</style>
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = F)
require(knitr)
require(kableExtra)
require(dplyr)
require(ggplot2)
```
[VisioProt-MS](https://masstools.ipbs.fr/mstools/visioprot-ms/) plots the masses of eluting proteins as a function of their retention time to allow inspection and analysis of runs from liquid chromatography coupled to mass spectrometry (LC-MS). It is also possible to overlay MS/MS results from top-down analysis. The Shiny-based web application VisioProt-MS is suitable for non-R users. It can be found on our [team\'s webpage](https://masstools.ipbs.fr/mstools/) and the corresponding scripts are accessible [here](https://github.com/mlocardpaulet/VisioProt-MS). It is governed by the [CeCILL license](http://www.cecill.info).
If you use VisioProt-MS for your research please cite:
Marie Locard-Paulet, Julien Parra, Renaud Albigot, Emmanuelle Mouton-Barbosa, Laurent Bardi, Odile Burlet-Schiltz, Julien Marcoux; VisioProt-MS: interactive 2D maps from intact protein mass spectrometry, Bioinformatics, , bty680, https://doi.org/10.1093/bioinformatics/bty680
# Step-by-step description of the options:
***
## MS mode:
<div class="col2">
![](Figures/MSMode.PNG)
The first check box allows to choose between "MS" and "MS/MS" for plotting deconvoluted LC-MS data or results of a top-down analysis.
</div>
***
### MS
<div class="col2">
![](Figures/InputMS.PNG)
Upload of the deconvoluted MS file. The user can select one or many files to plot. In that case, they have to be sure that files are located in the same folder. We advise not to exceed a maximum limit size of 5 MB per file. Uploading larger files will significantly decrease the application speed.
</div>
#### Input files
Here are downloadable examples of the head of supported format files for MS data followed by an example of VisioProt-MS output.
**RoWinPro export:**
*(tab-separated csv files)*
[Download example](./files/Unique/OEJPA170302_93_Job_1_results.csv).
![](Figures/RoWinPro.PNG)
<br />
***
**Bruker Data Analysis export:**
*(coma-separated csv files with two rows of comments)*
[Download example](./files/test/Std_Orexin_1-100_Slot2-46_01_1147_DeconvolutedPeaks.csv).
![](Figures/BrukerMS2Example.PNG)
<br />
***
**Intact Protein Analysis (BioPharma Finder) export:**
*(tab-separated txt files)*
*The user has to export result tables at the "Component Level only" and to convert the exported .xlsx files in tab-separated text files.*
[Download example](./files/test/TestBioPharma.txt).
![](Figures/BioPharma.PNG)
<br />
***
**TopFD export:**
*(ms1.msalign files)*
[Download example](./files/test/OFJMX180309_09.raw_ms1.msalign).
![](Figures/TopPICMSTrace.PNG)
<br />
***
**ProMex export:**
*(ms1ft files)*
[Download example](./files/test/OFJMX180309_09_ProMex.ms1ft).
![](Figures/ProMex.PNG)
***
#### Test mode
<div class="col2">
<br />
![](Figures/testModeMS.PNG)
<br />
<br />
It is possible to check the box `Using test mode` to test the app and all of the functionalities without loading any input file.
Upon checking the box, two buttons appear:
* `Single test file` uploads a test file in a RoWinPro format.
* `Multiple test files` uploads three files from a RoWinPro export. These are plotted together in order to be compared.
</div>
***
### MS/MS
#### Input files
<div class="col2">
<br />
![](Figures/MS2Origin.PNG)
<br />
<br />
<br />
<br />
To overlay MS/MS identification results to a given MS trace, the user needs to upload a MS file (same input formats as the ones described above for the `MS` mode) and the corresponding MS/MS results. These can originate from Proteome Discoverer (Thermo Fisher Scientific), MSPathFinder (Informed Proteomics) or TopPIC (TopPIC Suite).
</div>
<br />
***
Here are downloadable examples of the supported format files for MS/MS data:
**Proteome Discoverer export:**
<div class="col2">
![](Figures/PDMS2.PNG)
<br />
<br />
<br />
To plot MS/MS results from Proteome Discoverer, the user needs to upload two .txt files resulting from the same search.
</div>
<br />
- The MS/MS file:
[Download example](./files/MS2/OFJMX160905_30-(1)_MSMSSpectrumInfo.txt).
<br />
- The corresponding PSM file:
[Download example](./files/MS2/OFJMX160905_30-(1)_PSMs.txt).
<br />
***
**MSPathFinder export:**
<div class="col2">
![](Figures/PFMS2.PNG)
<br />
To plot MS/MS results from MSPathFinder, the user needs to upload the IcTarget.tsv or IcTda.tsv file and the corresponding .ms1FT file (in "Select MS input file for MS"). Although other MS/MS input can be loaded without any MS data, it is not possible with workflow analysis using Informed-Proteomics solution.
</div>
<br />
Here is an example of a IcTarget.tsv file:
[Download example](./files/test/OFJMX160905_30_IcTarget.tsv).
<br />
***
**TopPIC export:**
<div class="col2">
![](Figures/TopPIC.PNG)
<br />
To plot MS/MS results from TopPIC, the user needs to upload a ms2.msalign file and the OUTPUT_TABLE file resulting from the same search.
</div>
<br />
- The ms2.msalign file:
[Download example](./files/test/TopPic2/OFJMX160905_30.raw_ms2.msalign).
<br />
- The OUTPUT_TABLE file:
[Download example](./files/test/TopPic2/OFJMX160905_30.raw_ms2.OUTPUT_TABLE).
<br />
***
#### Select ID to highlight
<div class="col2">
<br />
![](Figures/IDSelect.PNG)
<br />
<br />
All identified proteins in the input MS2 file appear in this selection box upon loading. This allows the user to select and pinpoint some proteins of interest. These will then be highlighted in the plot with as many colours as proteins selected. *The colour of the proteins depends on the number of selected IDs.*
</div>
***
#### Hiding the MS/MS points that did not lead to protein identification
<div class="col2">
![](Figures/HideMSMS.PNG)
<br />
<br />
This check box allows the user to hide the MS/MS spectra that were not matched to a protein identification. This allows to focus on the identified proteins.
</div>
***
### Displaying/hiding the MS trace
<div class="col2">
![](Figures/DisplayMS.PNG)
<br />
This check box allows the user to display/hide the MS data to focus on the analysis of the MS/MS data.
</div>
***
## General options
All of the following parameters are common to the MS and MS/MS modes.
### Show data labels
<div class="col2">
<br />
![](Figures/ShowDataLabel.PNG)
<br />
<br />
<br />
This check box allows the user to enter in a dynamic mode where labels appear when hovering the mouse on data points. *This renders the application significatively slower, so we strongly advise to only use this mode at the end of the plotting optimization (after having defined point size, colour scale, threshold and zooming).*
</div>
*Because the information is displayed in the labels, when this box is checked in the MS2 mode, there is no legend for the protein IDs. Nevertheless, the legend will be present in the exported figure when clicking on one of the Download button (or when unchecking the Show data labels box).*
***
### Plot parameters
It is possible to change the specifications of the plot on the fly with the following parameters:
![](Figures/PlotParams.PNG)
#### Colours
Two sets of colour schemes are available for plotting single or multiple files:
**Colour schemes for single files:**
These have been chosen to visualise the signal intensities in a single file.
```{r}
# c("Spectral", "Red/yellow/blue", "Red/yellow/green", "yellow to red")
# c("Spectral", "RdYlBu", "RdYlGn", "YlOrRd")
gtab <- data.frame("x" = seq(1, 100, length.out = 100), "y" = rep(1, each = 100), stringsAsFactors = F)
```
<div class="col2">
*Spectral:*
```{r, fig.height=1}
ggplot(gtab, aes(x=x, y=y, fill=x)) + geom_tile() + scale_fill_distiller(palette = "Spectral") + theme(axis.line=element_blank(),
axis.text.x=element_blank(),
axis.text.y=element_blank(),
axis.ticks=element_blank(),
axis.title.x=element_blank(),
axis.title.y=element_blank(),
legend.position="none",
panel.background=element_blank(),
panel.border=element_blank(),
panel.grid.major=element_blank(),
panel.grid.minor=element_blank(),
plot.background=element_blank())
```
</div>
<div class="col2">
*Red/yellow/blue:*
```{r, fig.height=1}
ggplot(gtab, aes(x=x, y=y, fill=x)) + geom_tile() + scale_fill_distiller(palette = "RdYlBu") + theme(axis.line=element_blank(),
axis.text.x=element_blank(),
axis.text.y=element_blank(),
axis.ticks=element_blank(),
axis.title.x=element_blank(),
axis.title.y=element_blank(),
legend.position="none",
panel.background=element_blank(),
panel.border=element_blank(),
panel.grid.major=element_blank(),
panel.grid.minor=element_blank(),
plot.background=element_blank())
```
</div>
<div class="col2">
*Red/yellow/green:*
```{r, fig.height=1}
ggplot(gtab, aes(x=x, y=y, fill=x)) + geom_tile() + scale_fill_distiller(palette = "RdYlGn") + theme(axis.line=element_blank(),
axis.text.x=element_blank(),
axis.text.y=element_blank(),
axis.ticks=element_blank(),
axis.title.x=element_blank(),
axis.title.y=element_blank(),
legend.position="none",
panel.background=element_blank(),
panel.border=element_blank(),
panel.grid.major=element_blank(),
panel.grid.minor=element_blank(),
plot.background=element_blank())
```
</div>
<div class="col2">
*yellow to red:*
```{r, fig.height=1}
ggplot(gtab, aes(x=x, y=y, fill=x)) + geom_tile() + scale_fill_distiller(palette = "YlOrRd") + theme(axis.line=element_blank(),
axis.text.x=element_blank(),
axis.text.y=element_blank(),
axis.ticks=element_blank(),
axis.title.x=element_blank(),
axis.title.y=element_blank(),
legend.position="none",
panel.background=element_blank(),
panel.border=element_blank(),
panel.grid.major=element_blank(),
panel.grid.minor=element_blank(),
plot.background=element_blank())
```
</div>
**Colour schemes for multiple files:**
These have been chosen to differenciate the signal from the distinct files.
<div class="col2">
*Paired:*
```{r}
# "Set1" = "Set1",
# "Dark2" = "Dark2",
# "Paired" = "Paired",
# "Accent" = "Accent",
# "Set2" = "Set2",
# "Set3" = "Set3
gtab <- data.frame("x" = seq(1, 9, length.out = 9), "y" = rep(1, each = 9), stringsAsFactors = F)
```
```{r, fig.height=1}
ggplot(gtab, aes(x=x, y=y, fill=x)) + geom_tile() + scale_fill_distiller(palette = "Paired") + theme(axis.line=element_blank(),
axis.text.x=element_blank(),
axis.text.y=element_blank(),
axis.ticks=element_blank(),
axis.title.x=element_blank(),
axis.title.y=element_blank(),
legend.position="none",
panel.background=element_blank(),
panel.border=element_blank(),
panel.grid.major=element_blank(),
panel.grid.minor=element_blank(),
plot.background=element_blank())
```
</div>
<div class="col2">
*Set1:*
```{r, fig.height=1}
ggplot(gtab, aes(x=x, y=y, fill=x)) + geom_tile() + scale_fill_distiller(palette = "Set1") + theme(axis.line=element_blank(),
axis.text.x=element_blank(),
axis.text.y=element_blank(),
axis.ticks=element_blank(),
axis.title.x=element_blank(),
axis.title.y=element_blank(),
legend.position="none",
panel.background=element_blank(),
panel.border=element_blank(),
panel.grid.major=element_blank(),
panel.grid.minor=element_blank(),
plot.background=element_blank())
```
</div>
<div class="col2">
*Set2:*
```{r, fig.height=1}
ggplot(gtab, aes(x=x, y=y, fill=x)) + geom_tile() + scale_fill_distiller(palette = "Set2") + theme(axis.line=element_blank(),
axis.text.x=element_blank(),
axis.text.y=element_blank(),
axis.ticks=element_blank(),
axis.title.x=element_blank(),
axis.title.y=element_blank(),
legend.position="none",
panel.background=element_blank(),
panel.border=element_blank(),
panel.grid.major=element_blank(),
panel.grid.minor=element_blank(),
plot.background=element_blank())
```
</div>
<div class="col2">
*Set3:*
```{r, fig.height=1}
ggplot(gtab, aes(x=x, y=y, fill=x)) + geom_tile() + scale_fill_distiller(palette = "Set3") + theme(axis.line=element_blank(),
axis.text.x=element_blank(),
axis.text.y=element_blank(),
axis.ticks=element_blank(),
axis.title.x=element_blank(),
axis.title.y=element_blank(),
legend.position="none",
panel.background=element_blank(),
panel.border=element_blank(),
panel.grid.major=element_blank(),
panel.grid.minor=element_blank(),
plot.background=element_blank())
```
</div>
<div class="col2">
*Set4:*
```{r, fig.height=1}
ggplot(gtab, aes(x=x, y=y, fill=x)) + geom_tile() + scale_fill_distiller(palette = "Dark2") + theme(axis.line=element_blank(),
axis.text.x=element_blank(),
axis.text.y=element_blank(),
axis.ticks=element_blank(),
axis.title.x=element_blank(),
axis.title.y=element_blank(),
legend.position="none",
panel.background=element_blank(),
panel.border=element_blank(),
panel.grid.major=element_blank(),
panel.grid.minor=element_blank(),
plot.background=element_blank())
```
</div>
<div class="col2">
*Set5:*
```{r, fig.height=1}
ggplot(gtab, aes(x=x, y=y, fill=x)) + geom_tile() + scale_fill_distiller(palette = "Accent") + theme(axis.line=element_blank(),
axis.text.x=element_blank(),
axis.text.y=element_blank(),
axis.ticks=element_blank(),
axis.title.x=element_blank(),
axis.title.y=element_blank(),
legend.position="none",
panel.background=element_blank(),
panel.border=element_blank(),
panel.grid.major=element_blank(),
panel.grid.minor=element_blank(),
plot.background=element_blank())
```
</div>
#### Point size
This defines the size of the points / thickness of the lines.
#### Threshold
This defines the percentage of highest intensity features of the MS data to display. *It is only applied to MS data, even in MS/MS mode.*
***
### Zooming options
<div class="col2">
![](Figures/Zooming.PNG)
<br />
<br />
Left button unzooms one step back (only once). It reverts back to the previous x- and y-axis limits.
The button "Total unzoom" unzooms to the limits of the LC-MS data uploaded.
</div>
***
### Result export
<div class="col2">
<br />
![](Figures/Download.PNG)
<br />
<br />
These buttons instantly download an image corresponding to the current VisioProt-MS plot. The user can choose between three file formats. The file will be saved in the Downloads folder of the user, and will be named "VisioProt-MS_" with the name of the input MS file and the date of the day.
</div>