|
|
|
Documentation
General Usage Notes
isodist isodist_parameters.in
If isodist is installed into /usr/local/bin, you invoke the program with a command similar to the above, specifying a parameter file. If it is installed elsewhere, you may need to explicitly specify the path to the executable
isodist requires 4 files in addition to the executable, as well as data files to process. All of these files may have any name.
- A parameter file, which sets certain configuration options, and provides the locations of the other 3 files (
isodist_parameters.in in the above example)
- An atom definitions file, which specifies all of the available atom types
- A residue and model definitions file, which defines all of the available residues, as well as the species whose distributions you will calculate
- A batch file which supplies a list of data files which will be fit based on the supplied model file as well as sequence and charge information
Output
For each data file listed in the batchfile, isodist will create two output files in the same directory.
- A .dat file, which is the original data file, converted from M/Z to the Mass domain. When the charge is 1, the data should be unchanged
- A .fit file, which is a series of (Mass, Intensity) points representing the best fit calculated spectrum as generated by isodist
Additionally, a csv file (comma separate values) will be generated containing a summary of the batch process, including fitted parameters for each of the peptides, such as amplitude and extent of labeling.
Documentation Sections
|
|