diff filterFragSpectra.xml @ 1:11f138472bb2 draft

planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit e67cf7a95ce430d1d373c03992a615da2f3eeeb1
author tomnl
date Tue, 04 Jun 2019 10:32:31 -0400
parents d6321d0e6efe
children 43d4dd3288cd
line wrap: on
line diff
--- a/filterFragSpectra.xml	Fri May 24 08:54:42 2019 -0400
+++ b/filterFragSpectra.xml	Tue Jun 04 10:32:31 2019 -0400
@@ -1,4 +1,4 @@
-<tool id="mspurity_filterfragspectra" name="msPurity.filterFragSpectra" version="0.2.0">
+<tool id="mspurity_filterfragspectra" name="msPurity.filterFragSpectra" version="0.2.1">
     <description>
       Filter fragmentations spectra associated with an XCMS feature
     </description>
@@ -73,12 +73,18 @@
 Description
 -----------
 
-Tool to .
+Flag and filter features based on signal-to-noise ratio, relative abundance, intensity threshold and precursor ion purity of precursor.
+
+
+**Example LC-MS/MS processing workflow**
 
 
-The data inputs are:
-
-*
+* Purity assessments
+    +  (mzML files) -> purityA -> (pa)
+* XCMS processing
+    +  (mzML files) -> xcms.xcmsSet -> xcms.merge -> xcms.group -> xcms.retcor -> xcms.group -> (xset)
+* Fragmentation processing
+    + (xset, pa) -> frag4feature -> **filterFragSpectra** -> averageAllFragSpectra -> createDatabase -> spectralMatching -> (sqlite spectral database)
 
 See Bioconductor documentation for more details, functions:
 msPurity::filterFragSpectra()
@@ -86,9 +92,9 @@
 -----------
 Outputs
 -----------
-* filter_fragmentation_spectra_rdata
-* peaklist_prec_tsv
-* peaklist_frag_tsv
+* filter_fragmentation_spectra_rdata: RData of the purityA object (pa) with filtered data
+* peaklist_prec_tsv: precursor peaklist
+* peaklist_frag_tsv: fragmentation peaklist
 
     ]]></help>