The general format for usage for the 64-bit version is
% mscout64 <options> <input MS1 file(s)>
For the 32-bit version, simply replace mscout64 with mscout32.
MScout currently accepts only MS1 files as input. See reference [3] at the bottom of the MScout home page for details. Download MakeMS2 to convert your RAW files from Thermo Scientific instruments into the MS1 format.
An example command is
% mscout64 -rti=0 -rtf=120 -time=0.2 -mz=0.5 -sn=3 -histograms=0 -siglist=1 ./ms1-files/052107-faims-yeast-03-CV-*.ms1
Options:
- rti, rtf: initial retention time & final retention time, between which calculations are performed [default: maximum initial retention time and minimum final retention time, read from the input files]
- time: time in minutes over which signals should persist in order to be counted as peptide signals [default = 0.2 min]
- mz: approximate m/z resolution of the instrument that generated the data [default = 0.5]
- sn: Signal-to-noise ratio threshold for counting signals -- everything over thi s value is examined; [default = 3]
- order: determines binning for generating intensity and S/N histograms; leave it out [default = 0.01]
- skipzero: Tells the signal-to-noise algorithm to skip zeros in the data set whe n computing noise level (1 = yes, 0 = no) [default = 1]
- compare: indicate whether you intend to compare signals from multiple files (1 = yes, 0 = no) [default = 0]
- centroid: indicate whether your input files contain centroided data (1 = yes, 0 = no) [default = 0]
- histograms: indicates whether you want Mscout to generate intensity and S/N hist ograms for your data (1 = yes, 0 = no) [default = 1]
- siglist: indicates whether you want Mscout to generate a list of all detected pe ptide signals (1 = yes, 0 = no) [default = 1]
- output: the name of the file to which analysis results (e.g. peak capacity & dynamic range info) will be written [default = mscout-results.txt
- location: indicates whether you want dynamic range calculations to be done at the top of a chromatographic peak (location=0), at the leading edge (location=1), or at the trailing edge (location=2) [default = 0]
- input MS1 file: the input MS1 file or files
|