Skip to content

Instantly share code, notes, and snippets.

@iracooke
Last active August 29, 2015 14:24
Show Gist options
  • Save iracooke/59cea042d76065d72bc8 to your computer and use it in GitHub Desktop.
Save iracooke/59cea042d76065d72bc8 to your computer and use it in GitHub Desktop.
MSConvert Cheat Sheet

#MSConvert Cheat Sheet

Initial conversion from RAW. Titles in TPP Compatible format

	msconvert *.raw --filter "peakPicking true 1-" --filter "titleMaker <RunId>.<ScanNumber>.<ScanNumber>.<ChargeState>" -z

Select scans within a time range

	msconvert filename.mzML --filter "scanTime [2500,3000]"

Basic base peak relative filter

	msconvert --filter "threshold bpi-relative .005 most-intense"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment