Replies: 2 comments
-
The best parameters will depend upon the type of data you have. If you just want to deisotope and charge state deconvolve an entire LC-MS file, you can use the command line tool ms-deisotope -g 1 -a glycan -an glycan -m 2 -t 10 -tn 0 -b 1 $INPUT_FILE $OUTPUT_FILE Where This produces a new mzML file with isotopic peaks removed and an associated charge array for each peak. The fitted isotopic patterns are still stored in a separate array that If you need to do it programmatically, I can provide an example for that as well. |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the quick reply. if you give me an example, it would be great. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Im working on analyzing small molecules (N-glycnas) in mzML format. I'm trying to deconvolute them and then use my script to annotate them. I want to use deconv function from your script but not sure which one works best for molecules like glycans. I will appreciate if you provide me the code using ms_deisotope functions or modules to deconvolute my mzml containing m/z vs intensity and return the corresponding masses. if we can have output mass range and also input m/z range with input charge rage, would be great. I really need it. I tried several scripts for deconv but those are not good for small molecules.
Beta Was this translation helpful? Give feedback.
All reactions