comparison MS2snoop.xml @ 3:c94a5822d315 draft

" master branch Updating"
author lain
date Wed, 20 Apr 2022 12:41:03 +0000
parents 67733206be53
children
comparison
equal deleted inserted replaced
2:e1c0f63872c4 3:c94a5822d315
51 <param name="peaklist_frag_tsv" value="peaklist_fragments.tsv"/> 51 <param name="peaklist_frag_tsv" value="peaklist_fragments.tsv"/>
52 <param name="peaklist_preco_tsv" value="peaklist_precursors.tsv"/> 52 <param name="peaklist_preco_tsv" value="peaklist_precursors.tsv"/>
53 <output name="frag_result_txt" file="compound_fragments_result.txt" /> 53 <output name="frag_result_txt" file="compound_fragments_result.txt" />
54 </test> 54 </test>
55 </tests> 55 </tests>
56
57 <help><![CDATA[
58
59 .. class:: infomark
60 **Authors** Jean-Francois Martin (jean-francois.martin@inrae.fr), Lain Pavot (lain.pavot@inrae.fr), Kevin Wagner (kevin.wagner@inrae.fr)
61 .. class:: infomark
62 ---------------------------------------------------
63
64 ==============
65 MS2 validation
66 ==============
67
68 -----------
69 Description
70 -----------
71
72 MS2snoop use results of msPurity to find spectra of standards listed in a compounds file.
73 Check the fragments and precursor using correlation of among the different scans of fragments
74
75 -----------------
76 Workflow position
77 -----------------
78
79 **Upstream tools**
80 ========================= ================= ======= =========
81 Name output file format parameter
82 ========================= ================= ======= =========
83 msPurity.purityA NA TSV NA
84 msPurity.frag4feature NA TSV NA
85 ========================= ================= ======= =========
86 **Downstream tools**
87 ========================= ================= ======= =========
88 Name output file format parameter
89 ========================= ================= ======= =========
90 NA NA NA NA
91 ========================= ================= ======= =========
92
93 -----------
94 Input files
95 -----------
96
97 +----------------------------------------------+------------+
98 | Parameter : num + label | Format |
99 +===========================+==================+============+
100 | Input from msPurity Precursor | TSV |
101 | Input from msPurity fragment | TSV |
102 | Input compounds file to search in precursor | |
103 | and fragment (Name + m/z + ret Time) | TSV |
104 +----------------------------------------------+------------+
105
106
107 ----------
108 Parameters
109 ----------
110
111 msPurity.purityA output TSV file
112 msPurity.frag4feature output TSV file
113 Compounds file
114 | A TSV TXT file with a list of compounds with at least 3 columns :
115 | col1=Name of molecule, col2=m/z, col3=retention time
116 tolerance for mz(dalton) rt(seconds) to match the standard in the compounds file with the precursor MSpurity files
117 | tolmz <- 0.01
118 | tolrt <- 20
119 relative intensity threshold
120 | seuil_ra = 0.05
121 nb decimal for mz
122 | mzdecimal <- 0
123 r pearson correlation threshold between precursor and fragment absolute intensity
124 | r_threshold <- 0.85
125 fragments are kept if there are found in a minimum number of scans
126 | minNumberScan <- 8
127
128 ------------
129 Output files
130 ------------
131
132 compound_fragments_result.tsv
133 | tabular output
134 | Array with p rows (corresponding to the fragments for the different compounds of the compounds file)
135 | Last column "corvalid" is a boolean for validated fragments
136 processing_file.pdf
137 | pdf output
138 | For each compound of the compounds file, Graph of the all fragments with parents (or most intense peak if parent is not detected in the fragments. At the end the pdf file a graph of the spectra with validated fragments.
139
140 ]]></help>
141
56 </tool> 142 </tool>