DATCLASS applies machine learning methods to rapidly classify the particle shape
and estimate Molecular Weight (Da) and Dmax (A) from SAXS patterns. Possible shape
classes are:
compact
extended
flat
ring
compact-hollow
hollow-sphere
random-chain
unknown
Please note that no parameter estimates are provided for objects classified as
either "random-chain" or "unknown". The output will show "N/A" instead.
DATCLASS requires external files to run. If DATCLASS reports:
Absolute as well as relative paths to data files are accepted. Up to one of
the input files may also be given as '-', in this case input is read from stdin
instead of a file.
DATCLASS recognizes following command-line options:
Short option
Long option
Description
--rg
Experimental Radius of Gyration in the units of the data. This option is mandatory for experimental data files.
--i0
Experimental forward scattering in the units of the data. This option is mandatory for experimental data files.
--first=<N>
Index of the first point to be used. Default: 1.
--query=<N>
Query and print the N nearest neighbours of the input data and exit. Default: N=5.
FILE may come in any supported file format that provides a scattering vector,
experimental intensity and experimental errors.
If FILE is a GNOM output file, reciprocal space Rg and I0 stated in the file are used, but may be overridden by the corresponding command-line options.