<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://webchemwiki.biodata.ceitec.cz/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Francesco</id>
	<title>WebChemistry Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://webchemwiki.biodata.ceitec.cz/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Francesco"/>
	<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/Special:Contributions/Francesco"/>
	<updated>2026-04-22T01:13:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=2049</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=2049"/>
		<updated>2016-07-07T15:03:50Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 7 - Coverage validation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 9:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding with &#039;&#039;&#039;LR&#039;&#039;&#039; approach and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/set01.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules (&#039;&#039;set01.sdf&#039;&#039;) and ab-initio charges (&#039;&#039;charges.chg&#039;&#039;). The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/ElemBond.par&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied molecules set given a specific parameter set. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Coverage validation]] section.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Output from &#039;&#039;Cover mode&#039;&#039;. In this case the parameter set &#039;&#039;ElemBond.par&#039;&#039; lacks the parameters for all the marked atomic types in &#039;&#039;set02.sdf&#039;&#039;, leading to the discard of 1690 molecules. Note the resemblance with [[NEEMP:Modes#Calculation mode | &#039;&#039;Calculation mode&#039;&#039;]] output for a similar low coverage circumstance.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m quality --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-file examples/ElemBond.par --chg-stats-out-file stats 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform quality validation of EEM parameters for atoms grouped by atomic type. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 14:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Options&amp;diff=2048</id>
		<title>NEEMP:Options</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Options&amp;diff=2048"/>
		<updated>2016-07-07T14:57:29Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section provides a complete list of &#039;&#039;&#039;NEEMP&#039;&#039;&#039; options. &#039;&#039;&#039;NB: NEEMP is case-sensitive&#039;&#039;&#039;, so pay attention to the keywords syntax.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Generic options&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:;&amp;lt;code&amp;gt;-h&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;--help&amp;lt;/code&amp;gt;&lt;br /&gt;
::display help page and exit.&lt;br /&gt;
:;&amp;lt;code&amp;gt;--version&amp;lt;/code&amp;gt;&lt;br /&gt;
::display version information and exit.&lt;br /&gt;
:;&amp;lt;code&amp;gt;--max-threads N&amp;lt;/code&amp;gt;&lt;br /&gt;
::use up to N threads to solve EEM system in parallel.&lt;br /&gt;
:;&amp;lt;code&amp;gt;-m&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;--mode&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;MODE&amp;lt;/code&amp;gt;&lt;br /&gt;
::set mode for NEEMP. Valid choices are: info, params, charges, quality, cover (required).&lt;br /&gt;
:;&amp;lt;code&amp;gt;-p&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;--params-method&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;METHOD&amp;lt;/code&amp;gt;&lt;br /&gt;
::set optimization method used for calculation of parameters. Valid choices are: lr-full, de (optional).&lt;br /&gt;
:;&amp;lt;code&amp;gt;--sdf-file FILE&amp;lt;/code&amp;gt;&lt;br /&gt;
::define the structural SDF file (required).&lt;br /&gt;
:;&amp;lt;code&amp;gt;--atom-types-by METHOD&amp;lt;/code&amp;gt;&lt;br /&gt;
::classify atoms according to the METHOD. Valid choices are: Element, ElemBond.&lt;br /&gt;
:;&amp;lt;code&amp;gt;--list-omitted-molecules&amp;lt;/code&amp;gt;&lt;br /&gt;
::list names of molecules for which we don&#039;t have charges or parameters loaded (mode dependent).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Generic options for mode params&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:;&amp;lt;code&amp;gt;--chg-file FILE&amp;lt;/code&amp;gt;&lt;br /&gt;
::FILE with ab-initio charges (required)(used also by quality mode).&lt;br /&gt;
:;&amp;lt;code&amp;gt;--chg-stats-out-file FILE&amp;lt;/code&amp;gt;&lt;br /&gt;
::output charges statistics to FILE (used also by quality mode).&lt;br /&gt;
:;&amp;lt;code&amp;gt;--random-seed&amp;lt;/code&amp;gt;&lt;br /&gt;
::set random seed.&lt;br /&gt;
:;&amp;lt;code&amp;gt;--par-out-file FILE&amp;lt;/code&amp;gt;&lt;br /&gt;
::output the parameters to FILE.&lt;br /&gt;
:;&amp;lt;code&amp;gt;-s&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;--sort-by&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;STAT&amp;lt;/code&amp;gt; &lt;br /&gt;
::sort solutions by STAT. Valid choices are: R, R2 (default for lr-full), R_w, spearman, RMSD, RMSD_avg (default for de), D_max, D_avg.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Options specific to mode params using LR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:;&amp;lt;code&amp;gt;--kappa-max VALUE&amp;lt;/code&amp;gt;&lt;br /&gt;
::set maximum value for kappa (required).&lt;br /&gt;
:;&amp;lt;code&amp;gt;--kappa VALUE&amp;lt;/code&amp;gt;&lt;br /&gt;
::use only one kappa VALUE for parametrization.&lt;br /&gt;
:;&amp;lt;code&amp;gt;--fs-precision VALUE&amp;lt;/code&amp;gt;&lt;br /&gt;
::resolution for the full scan (required).&lt;br /&gt;
:;&amp;lt;code&amp;gt;-d&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;--discard&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;METHOD&amp;lt;/code&amp;gt;&lt;br /&gt;
::perform discarding with METHOD. Valid choices are: simple and off. Default is off.&lt;br /&gt;
:;&amp;lt;code&amp;gt;--limit-iters COUNT&amp;lt;/code&amp;gt;&lt;br /&gt;
::set the maximum number of iterations for discarding.&lt;br /&gt;
:;&amp;lt;code&amp;gt;--limit-time HH:MM:SS&amp;lt;/code&amp;gt;&lt;br /&gt;
::set the maximum time for discarding in format hours:minutes:seconds.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Options specific to mode params using DE-MIN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:;&amp;lt;code&amp;gt;--om-pop-size VALUE&amp;lt;/code&amp;gt;&lt;br /&gt;
::set population size for optimization method (optional).&lt;br /&gt;
:;&amp;lt;code&amp;gt;--om-iters COUNT&amp;lt;/code&amp;gt;&lt;br /&gt;
::set the maximum number of iterations for optimization method (optional).&lt;br /&gt;
:;&amp;lt;code&amp;gt;--om-threads N&amp;lt;/code&amp;gt;&lt;br /&gt;
::set number of threads for optimization method (optional).&lt;br /&gt;
:;&amp;lt;code&amp;gt;--om-polish VALUE&amp;lt;/code&amp;gt;&lt;br /&gt;
::apply local minimization on parameters. Valid choices: 0 (off), 1 (result), 2 (during evolving), 3 (at the initial population).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Options specific to mode charges&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:;&amp;lt;code&amp;gt;--par-file FILE&amp;lt;/code&amp;gt;&lt;br /&gt;
::FILE with EEM parameters (required)(used also by quality mode)&lt;br /&gt;
:;&amp;lt;code&amp;gt;--chg-out-file FILE&amp;lt;/code&amp;gt;&lt;br /&gt;
::output charges to FILE (required)&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1998</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1998"/>
		<updated>2016-07-01T07:42:52Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;Figure 7&#039;&#039;&#039;&#039;&#039; compare few emblematic results extracted from the quality report files for two distinct &#039;&#039;&#039;NEEMP&#039;&#039;&#039; runs: the first evaluating a parameter set generated using the &#039;&#039;&#039;LR&#039;&#039;&#039; approach, meanwhile the second a parameter set generated using the &#039;&#039;&#039;DE-MIN&#039;&#039;&#039; approach. In both cases the training set is &#039;&#039;set02.sdf&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The following links provide access to the full reports:&lt;br /&gt;
&lt;br /&gt;
* [http://www.fi.muni.cz/~xracek/neemp/reports/set02_de/stats_set02_de-report.html set02_DE-MIN]&lt;br /&gt;
&lt;br /&gt;
* [http://www.fi.muni.cz/~xracek/neemp/reports/set02_lr/stats_set02_lr-report.html set02_LR]   &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| center |400px]] [[File:set02_de_table.png| 650px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; &amp;lt;u&amp;gt;Left side&amp;lt;/u&amp;gt;: charge correlation graph for the whole set. &amp;lt;u&amp;gt;Upper right side&amp;lt;/u&amp;gt;: example of charge correlation graph for a single atomic type (in this case oxygen presenting only single bonds). &amp;lt;u&amp;gt;Lower right side&amp;lt;/u&amp;gt;: detail from the atomic types summary table, in which each row is coloured according to the &#039;&#039;RMSD&#039;&#039; column (red: high value, green: low value). In this particular case it is evident the high quality performance of the validated parameter set.&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| center |400px]] [[File:set02_lr_table.png| 650px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039; For a description of the figure layout refer to &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039;. It can be easily seen how the performance of the submitted parameter set is utterly poor. In specific the correlation graphs help to visualize the low degree of dependency between the &#039;&#039;EEM charges&#039;&#039; and the &#039;&#039;QM charges&#039;&#039;. Meanwhile the summary table provides the actual values of several statistical metrics and, as can be seen from the colouring pattern, the &#039;&#039;RMSD&#039;&#039; values are generally higher than the previous case.&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1997</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1997"/>
		<updated>2016-06-29T16:59:44Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 9:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding with &#039;&#039;&#039;LR&#039;&#039;&#039; approach and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/set01.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules (&#039;&#039;set01.sdf&#039;&#039;) and ab-initio charges (&#039;&#039;charges.chg&#039;&#039;). The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/ElemBond.par&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied molecules set given a specific parameter set. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Output from &#039;&#039;Cover mode&#039;&#039;. In this case the parameter set &#039;&#039;ElemBond.par&#039;&#039; lacks the parameters for all the marked atomic types in &#039;&#039;set02.sdf&#039;&#039;, leading to the discard of 1690 molecules. Note the resemblance with [[NEEMP:Modes#Calculation mode | &#039;&#039;Calculation mode&#039;&#039;]] output for a similar low coverage circumstance.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m quality --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-file examples/ElemBond.par --chg-stats-out-file stats 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform quality validation of EEM parameters for atoms grouped by atomic type. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 14:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:files&amp;diff=1996</id>
		<title>NEEMP:files</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:files&amp;diff=1996"/>
		<updated>2016-06-29T16:58:29Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NEEMP&#039;&#039;&#039; uses 3 types of input files. &#039;&#039;&#039;SDF&#039;&#039;&#039; file contains structural information about the molecules, i.e. positions of atoms and bonding information; &#039;&#039;&#039;CHG&#039;&#039;&#039; file contains previously computed &#039;&#039;ab-initio&#039;&#039; charges; and &#039;&#039;&#039;PAR&#039;&#039;&#039; file stores the list of &#039;&#039;&#039;NEEMP&#039;&#039;&#039;&#039;s EEM parameters. &lt;br /&gt;
&lt;br /&gt;
The following sections illustrate the details of each file type. Examples of these input files can also be found in the &#039;&#039;examples&#039;&#039; directory.&lt;br /&gt;
&lt;br /&gt;
=SDF file=&lt;br /&gt;
[[File:sdf_file.png | thumb | 400px | right| &#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039; V2000 MOL record extracted from &#039;&#039;&#039;SDF&#039;&#039;&#039; file &#039;&#039;examples/set01.sdf&#039;&#039;. Note the atomic coordinates and bond connections blocks and the &#039;&#039;$$$$&#039;&#039; line marking the end of the record.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SDF&#039;&#039;&#039; file contains MOL records for each molecule separated by line consisting only of four dollar signs, i.e. $$$$. Each MOL record can be either in &#039;&#039;&#039;V2000&#039;&#039;&#039; or &#039;&#039;&#039;V3000&#039;&#039;&#039; version. The latter one is required for molecules with more than 999 atoms or bonds. For further reference on MOL format, see specification: [http://c4.cabrillo.edu/404/ctfile.pdf CTFile formats].&lt;br /&gt;
&lt;br /&gt;
For convenience &#039;&#039;&#039;NEEMP&#039;&#039;&#039; has a support for reading &#039;&#039;&#039;SDF&#039;&#039;&#039; files which are compressed using &#039;&#039;gzip&#039;&#039; method. This might be useful when working with large databases of molecules.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CHG file=&lt;br /&gt;
&lt;br /&gt;
Each record (charges for one molecule) in the &#039;&#039;&#039;CHG&#039;&#039;&#039; file consists of 3 parts. First line is the name of the molecule (it must be the same as in the &#039;&#039;&#039;SDF&#039;&#039;&#039; file to pair the charges to the structural information), second line contains number of atoms N and then N lines for each atom with its charges:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
My dummy molecule name&lt;br /&gt;
5&lt;br /&gt;
     1  C   -0.921539&lt;br /&gt;
     2  H   -0.507788&lt;br /&gt;
     3  H   -0.565167&lt;br /&gt;
     4  H   -0.200822&lt;br /&gt;
     5  H    0.110252&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that only the third column (the actual charge) is read, the first two are silently ignored. This implies that the order of the atoms in the structure and charge records must be the same to get a perfect pairing.&lt;br /&gt;
&lt;br /&gt;
Every other record is separated from the previous one by a blank line.&lt;br /&gt;
&lt;br /&gt;
=PAR file=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PAR&#039;&#039;&#039; file is used for storing EEM parameters. It&#039;s a simple XML file of the following form. All fields are pretty self-explanatory. The &#039;&#039;AtomType&#039;&#039; parameter corresponds to the &amp;lt;code&amp;gt;--atom-types-by&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;ParameterSet&amp;gt;&lt;br /&gt;
  &amp;lt;Parameters AtomType=&amp;quot;ElemBond&amp;quot; Kappa=&amp;quot;0.1976&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;Element Name=&amp;quot; O&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Bond Type=&amp;quot;1&amp;quot; A=&amp;quot;2.6730&amp;quot; B=&amp;quot;0.4091&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;Bond Type=&amp;quot;2&amp;quot; A=&amp;quot;2.7759&amp;quot; B=&amp;quot;0.6434&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Element&amp;gt;&lt;br /&gt;
    &amp;lt;Element Name=&amp;quot; C&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Bond Type=&amp;quot;2&amp;quot; A=&amp;quot;2.4880&amp;quot; B=&amp;quot;0.2348&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;Bond Type=&amp;quot;1&amp;quot; A=&amp;quot;2.4787&amp;quot; B=&amp;quot;0.2722&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Element&amp;gt;&lt;br /&gt;
    &amp;lt;Element Name=&amp;quot; H&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Bond Type=&amp;quot;1&amp;quot; A=&amp;quot;2.3827&amp;quot; B=&amp;quot;0.5701&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Element&amp;gt;&lt;br /&gt;
    &amp;lt;Element Name=&amp;quot; N&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Bond Type=&amp;quot;2&amp;quot; A=&amp;quot;2.5440&amp;quot; B=&amp;quot;0.2370&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;Bond Type=&amp;quot;1&amp;quot; A=&amp;quot;2.5370&amp;quot; B=&amp;quot;0.2526&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Element&amp;gt;&lt;br /&gt;
    &amp;lt;Element Name=&amp;quot; S&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Bond Type=&amp;quot;2&amp;quot; A=&amp;quot;2.4945&amp;quot; B=&amp;quot;0.1454&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;Bond Type=&amp;quot;1&amp;quot; A=&amp;quot;2.4050&amp;quot; B=&amp;quot;0.3687&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Element&amp;gt;&lt;br /&gt;
  &amp;lt;/Parameters&amp;gt;&lt;br /&gt;
&amp;lt;/ParameterSet&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1995</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1995"/>
		<updated>2016-06-29T16:57:42Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;Figure 7&#039;&#039;&#039;&#039;&#039; compare few emblematic results extracted from the quality report files for two distinct &#039;&#039;&#039;NEEMP&#039;&#039;&#039; runs: the first evaluating a parameter set generated using the &#039;&#039;&#039;LR&#039;&#039;&#039; approach, meanwhile the second a parameter set generated using the &#039;&#039;&#039;DE-MIN&#039;&#039;&#039; approach. In both cases the training set is &#039;&#039;set02.sdf&#039;&#039; (for the full report click [[http://www.fi.muni.cz/~xracek/neemp/ here]).   &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| center |400px]] [[File:set02_de_table.png| 650px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; &amp;lt;u&amp;gt;Left side&amp;lt;/u&amp;gt;: charge correlation graph for the whole set. &amp;lt;u&amp;gt;Upper right side&amp;lt;/u&amp;gt;: example of charge correlation graph for a single atomic type (in this case oxygen presenting only single bonds). &amp;lt;u&amp;gt;Lower right side&amp;lt;/u&amp;gt;: detail from the atomic types summary table, in which each row is coloured according to the &#039;&#039;RMSD&#039;&#039; column (red: high value, green: low value). In this particular case it is evident the high quality performance of the validated parameter set.&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| center |400px]] [[File:set02_lr_table.png| 650px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039; For a description of the figure layout refer to &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039;. It can be easily seen how the performance of the submitted parameter set is utterly poor. In specific the correlation graphs help to visualize the low degree of dependency between the &#039;&#039;EEM charges&#039;&#039; and the &#039;&#039;QM charges&#039;&#039;. Meanwhile the summary table provides the actual values of several statistical metrics and, as can be seen from the colouring pattern, the &#039;&#039;RMSD&#039;&#039; values are generally higher than the previous case.&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1994</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1994"/>
		<updated>2016-06-29T16:57:03Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;Figure 7&#039;&#039;&#039;&#039;&#039; compare few emblematic results extracted from the quality report files for two distinct &#039;&#039;&#039;NEEMP&#039;&#039;&#039; runs: the first evaluating a parameter set generated using the &#039;&#039;&#039;LR&#039;&#039;&#039; approach, meanwhile the second a parameter set generated using the &#039;&#039;&#039;DE-MIN&#039;&#039;&#039; approach. In both cases the training set is &#039;&#039;set02.sdf&#039;&#039; (for the full report click [[http://www.fi.muni.cz/~xracek/neemp/ here]).   &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| center |400px]] [[File:set02_de_table.png| 650px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; &amp;lt;u&amp;gt;Left side&amp;lt;/u&amp;gt;: charge correlation graph for the whole set. &amp;lt;u&amp;gt;Upper right side&amp;lt;/u&amp;gt;: example of charge correlation graph for a single atomic type (in this case oxygen presenting only single bonds). &amp;lt;u&amp;gt;Lower right side&amp;lt;/u&amp;gt;: detail from the atomic types summary table, in which each row is coloured according to the &#039;&#039;RMSD&#039;&#039; column (red: high value, green: low value). In this particular case it is evident the high quality performance of the validated parameter set.&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| center |400px]] [[File:set02_lr_table.png| 650px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039; For a description of the figure layout refer to &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039;. It can be easily seen how the performance of the submitted parameter set is utterly poor. In specific the correlation graphs help to visualize the low degree of dependency between the &#039;&#039;EEM charges&#039;&#039; and the &#039;&#039;QM charges&#039;&#039;. Meanwhile the summary table provides the actual values of several statistical metrics and, as can be seen from the colouring pattern, the &#039;&#039;RMSD&#039;&#039; values are always higher than the previous case.&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1993</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1993"/>
		<updated>2016-06-29T16:52:05Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;Figure 7&#039;&#039;&#039;&#039;&#039; compare few emblematic results extracted from the quality report files for two distinct &#039;&#039;&#039;NEEMP&#039;&#039;&#039; runs: the first evaluating a parameter set generated using the &#039;&#039;&#039;LR&#039;&#039;&#039; approach, meanwhile the second a parameter set generated using the &#039;&#039;&#039;DE-MIN&#039;&#039;&#039; approach. In both cases the training set is &#039;&#039;set02.sdf&#039;&#039; (for the full report click [[http://www.fi.muni.cz/~xracek/neemp/ here]).   &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| center |400px]] [[File:set02_de_table.png| 650px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; Left side: charge correlation graph for the whole set. Upper right side: example of charge correlation graph for a single atomic type (in this case oxygen presenting only single bonds). Lower right side: detail from the atomic types summary table, in which each row is coloured according to the &#039;&#039;RMSD&#039;&#039; column (red: high value, green: low value). In this particular case it is evident the high quality performance of the validated parameter set.&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| center |400px]] [[File:set02_lr_table.png| 650px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039; For a description of the figure layout refer to &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039;. It can be easily seen how the performance of the submitted parameter set is utterly poor. In specific the correlation graphs help to visualize the low degree of dependency between the &#039;&#039;EEM charges&#039;&#039; and the &#039;&#039;QM charges&#039;&#039;. Meanwhile the summary table provides the actual values of several statistical metrics and, as can be seen from the colouring pattern, the &#039;&#039;RMSD&#039;&#039; values are always higher than the previous case.&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1992</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1992"/>
		<updated>2016-06-29T16:40:01Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;Figure 7&#039;&#039;&#039;&#039;&#039; compare few emblematic results extracted from the quality report files for two distinct &#039;&#039;&#039;NEEMP&#039;&#039;&#039; runs: the first evaluating a parameter set generated using the &#039;&#039;&#039;LR&#039;&#039;&#039; approach, meanwhile the second a parameter set generated using the &#039;&#039;&#039;DE-MIN&#039;&#039;&#039; approach. In both cases the training set is &#039;&#039;set02.sdf&#039;&#039; (for the full report click [[http://www.fi.muni.cz/~xracek/neemp/ here]).   &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| center |400px]] [[File:set02_de_table.png| 650px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; Left side: charge correlation graph for the whole set. Upper right side: example of charge correlation graph for a single atomic type (in this case oxygen presenting only single bonds). Lower right side: detail from the atomic types summary table, in which each row is coloured according to the &#039;&#039;RMSD&#039;&#039; column (red: high value, green: low value). &lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| center |400px]] [[File:set02_lr_table.png| 650px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039; For a description of the figure layout refer to &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Set02_lr_table.png&amp;diff=1991</id>
		<title>File:Set02 lr table.png</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Set02_lr_table.png&amp;diff=1991"/>
		<updated>2016-06-29T16:35:55Z</updated>

		<summary type="html">&lt;p&gt;Francesco: Francesco uploaded a new version of File:Set02 lr table.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Set02_de_table.png&amp;diff=1990</id>
		<title>File:Set02 de table.png</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Set02_de_table.png&amp;diff=1990"/>
		<updated>2016-06-29T16:35:42Z</updated>

		<summary type="html">&lt;p&gt;Francesco: Francesco uploaded a new version of File:Set02 de table.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1989</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1989"/>
		<updated>2016-06-29T16:25:52Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;Figure 7&#039;&#039;&#039;&#039;&#039; compare few emblematic results extracted from the quality report files for two distinct &#039;&#039;&#039;NEEMP&#039;&#039;&#039; runs: the first evaluating a parameter set generated using the &#039;&#039;&#039;LR&#039;&#039;&#039; approach, meanwhile the second a parameter set generated using the &#039;&#039;&#039;DE-MIN&#039;&#039;&#039; approach. In both cases the training set is &#039;&#039;set02.sdf&#039;&#039; (for the full report click [[http://www.fi.muni.cz/~xracek/neemp/ here]).   &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| center |400px]] [[File:set02_de_table.png| 650px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| center |400px]] [[File:set02_lr_table.png| 650px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1988</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1988"/>
		<updated>2016-06-29T16:02:43Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| center |400px]] [[File:set02_de_table.png| 650px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| center |400px]] [[File:set02_lr_table.png| 650px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1987</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1987"/>
		<updated>2016-06-29T15:59:18Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| 400px]] [[File:set02_de_table.png| 650px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| 400px]] [[File:set02_lr_table.png| 620px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 | &lt;br /&gt;
 | &lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1986</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1986"/>
		<updated>2016-06-29T15:58:32Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| 300px]] [[File:set02_de_table.png| 620px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| 300px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 | &lt;br /&gt;
 | [[File:set02_lr_table.png| 620px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1985</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1985"/>
		<updated>2016-06-29T15:57:32Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| 300px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| 300px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:set02_de_table.png| 620px]]&lt;br /&gt;
 | [[File:set02_lr_table.png| 620px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1984</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1984"/>
		<updated>2016-06-29T15:54:36Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| 300px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| 300px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:set02_de_table.png| 620px]]&lt;br /&gt;
 | [[File:set02_lr_table.png| 620px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1983</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1983"/>
		<updated>2016-06-29T15:53:30Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| 400px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| 400px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:set02_de_table.png| 520px]]&lt;br /&gt;
 | [[File:set02_lr_table.png| 520px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1982</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1982"/>
		<updated>2016-06-29T15:53:07Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| 400px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| 400px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:set02_de_table.png| 520px]]&lt;br /&gt;
 | [[File:set02_lr_table.png| 520px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 | }&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1981</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1981"/>
		<updated>2016-06-29T15:52:25Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| 400px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| 400px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:set02_de_table.png| 520px]]&lt;br /&gt;
 | [[File:set02_lr_table.png| 520px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 | }&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1980</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1980"/>
		<updated>2016-06-29T15:51:09Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| 400px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| 400px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:set02_de_table.png| 520px]]&lt;br /&gt;
 | [[File:set02_lr_table.png| 520px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 | }&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1979</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1979"/>
		<updated>2016-06-29T15:50:29Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| 520px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:set02_de_table.png| 520px]]&lt;br /&gt;
 | [[File:set02_lr_table.png| 520px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 | }&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Set02_lr_table.png&amp;diff=1978</id>
		<title>File:Set02 lr table.png</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Set02_lr_table.png&amp;diff=1978"/>
		<updated>2016-06-29T15:50:22Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Set02_de_table.png&amp;diff=1977</id>
		<title>File:Set02 de table.png</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Set02_de_table.png&amp;diff=1977"/>
		<updated>2016-06-29T15:49:15Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1976</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1976"/>
		<updated>2016-06-29T15:44:05Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-O1.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-O1.png| 520px]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 | }&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Stats_set02_lr-O1.png&amp;diff=1975</id>
		<title>File:Stats set02 lr-O1.png</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Stats_set02_lr-O1.png&amp;diff=1975"/>
		<updated>2016-06-29T15:44:01Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Stats_set02_de-O1.png&amp;diff=1974</id>
		<title>File:Stats set02 de-O1.png</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Stats_set02_de-O1.png&amp;diff=1974"/>
		<updated>2016-06-29T15:43:21Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1973</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1973"/>
		<updated>2016-06-29T15:33:47Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:stats_set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:stats_set02_lr-summary.png| 520px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 | }&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1972</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1972"/>
		<updated>2016-06-29T15:32:57Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:set02_de-summary.png| 520px]]&lt;br /&gt;
 | [[File:set02_lr-summary.png| 520px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 | }&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Stats_set02_lr-summary.png&amp;diff=1971</id>
		<title>File:Stats set02 lr-summary.png</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Stats_set02_lr-summary.png&amp;diff=1971"/>
		<updated>2016-06-29T15:32:49Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Stats_set02_de-summary.png&amp;diff=1970</id>
		<title>File:Stats set02 de-summary.png</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Stats_set02_de-summary.png&amp;diff=1970"/>
		<updated>2016-06-29T15:31:20Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1969</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1969"/>
		<updated>2016-06-29T15:24:53Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:set3_DE_RMSD_B3LYP_6311G_NPA_cross_ideal_all-summary.png| 520px]]&lt;br /&gt;
 | [[File:set3_DE_RMSD_B3LYP_6311G_NPA_cross_ideal_all-O1.png| 520px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 7:&#039;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 8:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 | }&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1968</id>
		<title>NEEMP:Reports</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Reports&amp;diff=1968"/>
		<updated>2016-06-29T15:22:41Z</updated>

		<summary type="html">&lt;p&gt;Francesco: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Along with &#039;&#039;&#039;NEEMP&#039;&#039;&#039; we provide an handy python script to generate charge correlation graphs and quality assay reports, named &#039;&#039;&#039;&#039;&#039;nut-report.py&#039;&#039;&#039;&#039;&#039;.   &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;SCRIPT BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 1:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Generation of &#039;&#039;chg-stats-out-file&#039;&#039; in which for each atom the difference between the &#039;&#039;reference QM charge&#039;&#039; and the &#039;&#039;EEM charge&#039;&#039; is calculated (&#039;&#039;&#039;&#039;&#039;figure 5&#039;&#039;&#039;&#039;&#039;). Such a file can be obtained running &#039;&#039;&#039;NEEMP&#039;&#039;&#039; in &#039;&#039;quality validation&#039;&#039; mode with the option &amp;lt;code&amp;gt;--chg-stats-out-file&amp;lt;/code&amp;gt; (see [[NEEMP:Examples#Example 8 - Quality validation | example]] or [[NEEMP:Modes#Quality validation | quality validation]] for details).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Step 2:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Call &#039;&#039;nut-report.py&#039;&#039; with the above-mentioned file &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./nut-report.py chg-stats-out-file &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Requirements:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Python ([https://www.python.org/ https://www.python.org/])&lt;br /&gt;
&lt;br /&gt;
* R ([https://www.r-project.org/ https://www.r-project.org/])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the script has been tested for both Python 2.7 and Python 3.4, as well as for R 3.2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 5:&#039;&#039;&#039;&#039;&#039; Close-up from charge statistics file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]].&lt;br /&gt;
&lt;br /&gt;
Once the script has been executed, a bunch of output files are generated in the &#039;&#039;chg-stats-out-file&#039;&#039; directory. In particular:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;csv&#039;&#039;&#039;&#039;&#039; files containing per-atom charge information and values for several performance evaluating metrics for each atomic type and molecule&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;png&#039;&#039;&#039;&#039;&#039; files displaying the charge correlation graphs for the whole set and for each atomic type (as shown in &#039;&#039;&#039;&#039;&#039;figure 6&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 7&#039;&#039;&#039;&#039;&#039; respectively)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;html&#039;&#039;&#039;&#039;&#039; file gathering together all the previous information in an interactive and more easily readable report page (see &#039;&#039;&#039;&#039;&#039;figure 8&#039;&#039;&#039;&#039;&#039; and &#039;&#039;&#039;&#039;&#039;figure 9&#039;&#039;&#039;&#039;&#039; or click [http://www.example.com here] for a more comprehensive view) &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:set3_DE_RMSD_B3LYP_6311G_NPA_cross_ideal_all-summary.png| 520px]]&lt;br /&gt;
 | [[File:set3_DE_RMSD_B3LYP_6311G_NPA_cross_ideal_all-O1.png| 520px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2|&#039;&#039;&#039;&#039;&#039;Figure 6:&#039;&#039;&#039;&#039;&#039; All atom correlation graph between &#039;&#039;QM charges&#039;&#039; (x axis) and &#039;&#039;EEM charges&#039;&#039; (y axis). &lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Modes&amp;diff=1967</id>
		<title>NEEMP:Modes</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Modes&amp;diff=1967"/>
		<updated>2016-06-29T14:02:07Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Validation mode */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NEEMP&#039;&#039;&#039; features three modes: &#039;&#039;calculation&#039;&#039;, &#039;&#039;parametrization&#039;&#039; and &#039;&#039;validation&#039;&#039;. Each mode can be selected specifying one of the following keywords after the option &amp;lt;code&amp;gt;--mode&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;-m&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Calculation mode&#039;&#039;&#039; : &amp;lt;code&amp;gt;charges&amp;lt;/code&amp;gt; (calculate EEM charges)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Parametrization mode&#039;&#039;&#039; : &amp;lt;code&amp;gt;params&amp;lt;/code&amp;gt; (calculate EEM parameters)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Validation mode&#039;&#039;&#039; : &amp;lt;code&amp;gt;cover&amp;lt;/code&amp;gt; (display how many molecules are covered by the given parameters set) and &amp;lt;code&amp;gt;quality&amp;lt;/code&amp;gt; (perform EEM parameters quality assay)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Additional functionality&#039;&#039;&#039;&#039;&#039;: &#039;&#039;&#039;NEEMP&#039;&#039;&#039; enables the user to display information about the provided training set, upon calling the keywords &amp;lt;code&amp;gt;-m info&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;--mode info&amp;lt;/code&amp;gt;. Specifically, number of molecules, the total number of atoms and number of atoms for each atomic type are printed; the latter being defined by default as the chemical element and the maximal bond order. For details on the usage syntax, see the [[NEEMP:Examples#Example 1 - Training set information | examples]] or [[NEEMP:Options | option list]] paragraph.&lt;br /&gt;
&lt;br /&gt;
=Calculation mode=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &#039;&#039;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To compute EEM charges with &#039;&#039;&#039;NEEMP&#039;&#039;&#039;, it is necessary to provide the SDF file with molecules for which the charges will be computed (option &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt;) and the PAR file with EEM parameters (option &amp;lt;code&amp;gt;--par-file&amp;lt;/code&amp;gt;). EEM charges will be written into the file specified by &amp;lt;code&amp;gt;--chg-out-file&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&lt;br /&gt;
The user should keep in mind that, because of the EEM method itself, the EEM charges cannot be computed for atoms or atomic types for which the parameters are missing. This situation is well depicted by &#039;&#039;&#039;&#039;&#039;Figure 1&#039;&#039;&#039;&#039;&#039;. On the left side the parameter set contains values for all the atomic types in &#039;&#039;set01.sdf&#039;&#039;, on the other hand in the right side image it is evident how the same parameter set is lacking values for several atomic types present in &#039;&#039;set02.sdf&#039;&#039;, leading to the discard of many molecules (for details on the syntax, see the [[NEEMP:Examples#Example 2 - Calculation mode | examples]] or [[NEEMP:Options | option list]] section).&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:chg_new1.png| 450px]]&lt;br /&gt;
 | [[File:chg_new2.png| 450px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2 |&#039;&#039;&#039;&#039;&#039;Figure 1:&#039;&#039;&#039;&#039;&#039; The lack of parameter values in the parameter set file &#039;&#039;ElemBond.par&#039;&#039; for the atomic types highlighted in the right side image causes the discarding of several molecules from &#039;&#039;set02.sdf&#039;&#039;, emphasized by the drop in the covered molecules percentage.&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
This mode serves for calculation of EEM parameters. Three main components make up the input for this mode: &lt;br /&gt;
&lt;br /&gt;
:* a training set of molecules (argument of &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option)&lt;br /&gt;
&lt;br /&gt;
:* a set of QM charges for each molecule in the sdf file (argument of &amp;lt;code&amp;gt;--chg-file&amp;lt;/code&amp;gt; option)&lt;br /&gt;
&lt;br /&gt;
:* the specification of the parametrization approach (by &amp;lt;code&amp;gt;-p&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;--params-method&amp;lt;/code&amp;gt;) and its specific options.&lt;br /&gt;
&lt;br /&gt;
===Linear Regression (LR)===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &#039;&#039;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LR&#039;&#039;&#039; (&amp;lt;code&amp;gt;--params-method&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;lr-full&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;-p&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;lr-full&amp;lt;/code&amp;gt;) is the default parametrization approach in &#039;&#039;&#039;NEEMP&#039;&#039;&#039;, since its application in the parametrization process is well documented and described in literature. The main extension in respect to previous version is the ability for the user to define by which metrics the best performing parameter set will be selected (&#039;&#039;&#039;&#039;&#039;see figure&#039;&#039;&#039;&#039;&#039;): &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;-s&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;R2&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;--sort-by&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;R2&amp;lt;/code&amp;gt; to select the parameter set with the highest squared Pearson coefficient (R&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;-s&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;RMSD&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;--sort-by&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;RMSD&amp;lt;/code&amp;gt; to select the parameter set with the lowest atomic type root mean square difference (avg(RMSDa))&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:LR_full_R2.png| 600px]]&lt;br /&gt;
 | [[File:LR_full_RMSD.png| 600px]]&lt;br /&gt;
 |- &lt;br /&gt;
 |colspan=2 |&#039;&#039;&#039;&#039;&#039;Figure 2:&#039;&#039;&#039;&#039;&#039; Detailed view of the &#039;&#039;&#039;LR&#039;&#039;&#039; parametrization settings for two distinct &#039;&#039;&#039;NEEMP&#039;&#039;&#039; executions differing in the best-performance selection metrics (&#039;&#039;R&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&#039;&#039; in left side image and &#039;&#039;RMSD&#039;&#039; in the right side image).&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
Additionally, the quality of the parameter set may benefit from the usage of a discarding procedure (&amp;lt;code&amp;gt;-d&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;simple&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;--discard&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;simple&amp;lt;/code&amp;gt;). In fact it has been proved that using a subset of the original training set often leads to EEM charges that better agree with the reference QM charges. For useful examples on the &#039;&#039;&#039;LR&#039;&#039;&#039; parametrization approach and the discarding procedure see respectively examples [[NEEMP:Examples#Example 3 - Parametrization mode | 3]]/[[NEEMP:Examples#Example 4 - Parametrization mode k search |4]] and [[NEEMP:Examples#Example 5 - Parametrization mode simple discard|5]]. In particular the latter introduces the &amp;lt;code&amp;gt;--limit-iters&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;--limit-time&amp;lt;/code&amp;gt; options, which modulate the behaviour of the discarding procedure, setting respectively an upper bound in the number of iterations and/or in the execution time.&lt;br /&gt;
&lt;br /&gt;
===Differential Evolution + Minimization (DE-MIN)===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &#039;&#039;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/charges.chg --par-out-file new_parameter.par&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In parallel we developed an advanced EEM parametrization approach specifically tailored to cope with heterogeneous data, which in the past presented quite a challenge in the EEM parametrization framework. It consists in the combination of &#039;&#039;differential evolution&#039;&#039; method with a local minimization technique (&#039;&#039;NEWUOA&#039;&#039;), hence the acronym &#039;&#039;&#039;DE-MIN&#039;&#039;&#039;. To call this approach in &#039;&#039;&#039;NEEMP&#039;&#039;&#039; use the option &amp;lt;code&amp;gt;--params-method&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;de&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;-p&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;de&amp;lt;/code&amp;gt;.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:gm1.png | thumb | 700px | center | &#039;&#039;&#039;&#039;&#039;Figure 3:&#039;&#039;&#039;&#039;&#039; Abridged &#039;&#039;&#039;DE-MIN&#039;&#039;&#039; approach output for structural file &#039;&#039;examples/set01.sdf&#039;&#039; and charge file &#039;&#039;examples/set01.chg&#039;&#039;. In the upper block are displayed the specifics for the &#039;&#039;&#039;de-min&#039;&#039;&#039; parametrization procedure. Note as the bottom block presents the same structure as for other parametrization approaches and options (compare [[NEEMP:Examples#Example 5 - Parametrization mode simple discard | here]]).]]&lt;br /&gt;
&lt;br /&gt;
The behaviour of the &#039;&#039;&#039;DE-MIN&#039;&#039;&#039; approach can be modulated by several options, but to make life easier we provide the user with reasonable default values that have been tuned to output optimal parameter set (for a complete view of the options refer to the [[NEEMP:Options | option list]] and the [[NEEMP:Examples#Example 6 - Parametrization mode DE-MIN | examples]] section).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB&#039;&#039;&#039;: the default quality evaluating metrics for &#039;&#039;&#039;DE-MIN&#039;&#039;&#039; approach is &#039;&#039;(avg(RMSDa))&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Validation mode=&lt;br /&gt;
&lt;br /&gt;
This mode allows us to perform two types of EEM parameter set validation - &#039;&#039;coverage validation&#039;&#039; and &#039;&#039;quality validation&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
===Coverage validation===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &#039;&#039;./neemp -m cover -sdf-file examples/set01.sdf --par-file examples/Element.par&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode.png | thumb | 500px | right | &#039;&#039;&#039;&#039;&#039;Figure 4:&#039;&#039;&#039;&#039;&#039; Percentage of molecules in set &#039;&#039;examples/set01.sdf&#039;&#039; covered by the displayed parameters set &#039;&#039;examples/Element.par&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
To see how many molecules from the set are covered by the provided parameters, simply pass &#039;&#039;&#039;NEEMP&#039;&#039;&#039; those two files (options &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;--par-file&amp;lt;/code&amp;gt;). &#039;&#039;&#039;&#039;&#039;Figure 4&#039;&#039;&#039;&#039;&#039; shows a close-up from the &amp;lt;code&amp;gt;cover&amp;lt;/code&amp;gt; mode output for &#039;&#039;set01.sdf&#039;&#039; and the parameters set &#039;&#039;Element.par&#039;&#039;, both present in the &#039;&#039;examples&#039;&#039; directory (for details on the syntax and the complete output, see the [[NEEMP:Examples#Example 7 - Coverage validation | examples]] or [[NEEMP:Options | option list]] paragraph)&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Quality validation===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;u&amp;gt;BASIC USAGE:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&#039;&#039; &#039;&#039;./neemp -m quality --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-file examples/Element.par&lt;br /&gt;
&lt;br /&gt;
To assess the quality of the EEM parameters on a different set than one they were based on, &#039;&#039;&#039;NEEMP&#039;&#039;&#039;&#039;s &amp;lt;code&amp;gt;quality&amp;lt;/code&amp;gt; mode can be called. &lt;br /&gt;
&lt;br /&gt;
Required input files are: &#039;&#039;EEM parameters&#039;&#039; (passed as argument of option &amp;lt;code&amp;gt;--par-file&amp;lt;/code&amp;gt;) and a &#039;&#039;new set of molecular structures&#039;&#039; for which &#039;&#039;ab-initio charges&#039;&#039; have been computed (arguments of respectively &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;--chg-file&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To redirect to a file helpful information about the per-atom &#039;&#039;QM vs EEM&#039;&#039; charge comparison, utilize &amp;lt;code&amp;gt;--chg-stats-out-file filename&amp;lt;/code&amp;gt; option. As describe in the next section this file is required for the generation of the charge correlation graphs and the quality assessment reports (see [[NEEMP:Reports | here]]).&lt;br /&gt;
&lt;br /&gt;
For details on the syntax and additional output, see the [[NEEMP:Examples#Example 8 - Quality validation | examples]] or [[NEEMP:Options | option list]] section.&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1966</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1966"/>
		<updated>2016-06-29T14:01:29Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 8 - Quality validation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding with &#039;&#039;&#039;LR&#039;&#039;&#039; approach and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/set01.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules (&#039;&#039;set01.sdf&#039;&#039;) and ab-initio charges (&#039;&#039;charges.chg&#039;&#039;). The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/ElemBond.par&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied molecules set given a specific parameter set. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 14:&#039;&#039;&#039;&#039;&#039; Output from &#039;&#039;Cover mode&#039;&#039;. In this case the parameter set &#039;&#039;ElemBond.par&#039;&#039; lacks the parameters for all the marked atomic types in &#039;&#039;set02.sdf&#039;&#039;, leading to the discard of 1690 molecules. Note the resemblance with [[NEEMP:Modes#Calculation mode | &#039;&#039;Calculation mode&#039;&#039;]] output for a similar low coverage circumstance.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m quality --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-file examples/ElemBond.par --chg-stats-out-file stats 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform quality validation of EEM parameters for atoms grouped by atomic type. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 15:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1965</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1965"/>
		<updated>2016-06-29T13:58:56Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 8 - Quality validation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding with &#039;&#039;&#039;LR&#039;&#039;&#039; approach and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/set01.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules (&#039;&#039;set01.sdf&#039;&#039;) and ab-initio charges (&#039;&#039;charges.chg&#039;&#039;). The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/ElemBond.par&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied molecules set given a specific parameter set. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 14:&#039;&#039;&#039;&#039;&#039; Output from &#039;&#039;Cover mode&#039;&#039;. In this case the parameter set &#039;&#039;ElemBond.par&#039;&#039; lacks the parameters for all the marked atomic types in &#039;&#039;set02.sdf&#039;&#039;, leading to the discard of 1690 molecules. Note the resemblance with [[NEEMP:Modes#Calculation mode | &#039;&#039;Calculation mode&#039;&#039;]] output for a similar low coverage circumstance.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m quality --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-file examples/Element.par --chg-stats-out stats --atom-types-by Element 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform cross-validation of EEM parameters for atoms grouped by element only. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover outputs charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1964</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1964"/>
		<updated>2016-06-29T13:40:43Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 7 - Coverage validation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding with &#039;&#039;&#039;LR&#039;&#039;&#039; approach and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/set01.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules (&#039;&#039;set01.sdf&#039;&#039;) and ab-initio charges (&#039;&#039;charges.chg&#039;&#039;). The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/ElemBond.par&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied molecules set given a specific parameter set. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 14:&#039;&#039;&#039;&#039;&#039; Output from &#039;&#039;Cover mode&#039;&#039;. In this case the parameter set &#039;&#039;ElemBond.par&#039;&#039; lacks the parameters for all the marked atomic types in &#039;&#039;set02.sdf&#039;&#039;, leading to the discard of 1690 molecules. Note the resemblance with [[NEEMP:Modes#Calculation mode | &#039;&#039;Calculation mode&#039;&#039;]] output for a similar low coverage circumstance.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cross --sdf-file examples/set02.sdf --chg-file examples/charges.chg --par-file examples/Element.par --chg-stats-out stats --atom-types-by Element 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform cross-validation of EEM parameters for atoms grouped by element only. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover outputs charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1963</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1963"/>
		<updated>2016-06-29T13:39:06Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 7 - Coverage validation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding with &#039;&#039;&#039;LR&#039;&#039;&#039; approach and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/set01.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules (&#039;&#039;set01.sdf&#039;&#039;) and ab-initio charges (&#039;&#039;charges.chg&#039;&#039;). The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/ElemBond.par&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied molecules set given a specific parameter set.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 14:&#039;&#039;&#039;&#039;&#039; Output from &#039;&#039;Cover mode&#039;&#039;. In this case the parameter set &#039;&#039;ElemBond.par&#039;&#039; lacks the parameters for all the marked atomic types in &#039;&#039;set02.sdf&#039;&#039;, leading to the discard of 1690 molecules. Note the resemblance with [[NEEMP:Modes#Calculation mode | &#039;&#039;Calculation mode&#039;&#039;]] output for similar low coverage circumstance. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cross --sdf-file examples/set02.sdf --chg-file examples/charges.chg --par-file examples/Element.par --chg-stats-out stats --atom-types-by Element 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform cross-validation of EEM parameters for atoms grouped by element only. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover outputs charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1962</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1962"/>
		<updated>2016-06-29T13:37:20Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 7 - Coverage validation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding with &#039;&#039;&#039;LR&#039;&#039;&#039; approach and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/set01.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules (&#039;&#039;set01.sdf&#039;&#039;) and ab-initio charges (&#039;&#039;charges.chg&#039;&#039;). The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/ElemBond.par&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied molecules set given a specific parameter set.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 14:&#039;&#039;&#039;&#039;&#039;Output from &#039;&#039;Cover mode&#039;&#039; summarizing information about the input files, molecules set composition and coverage. In this case the parameter set &#039;&#039;ElemBond.par&#039;&#039; lacks the parameters for all the marked atomic types in &#039;&#039;set02.sdf&#039;&#039;, leading to the discard of 1690 molecules. Note the resemblance with [[NEEMP:Modes#Calculation mode | &#039;&#039;Calculation mode&#039;&#039;]] output for similar low coverage circumstance. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cross --sdf-file examples/set02.sdf --chg-file examples/charges.chg --par-file examples/Element.par --chg-stats-out stats --atom-types-by Element 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform cross-validation of EEM parameters for atoms grouped by element only. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover outputs charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1961</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1961"/>
		<updated>2016-06-29T13:32:26Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 7 - Coverage validation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding with &#039;&#039;&#039;LR&#039;&#039;&#039; approach and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/set01.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules (&#039;&#039;set01.sdf&#039;&#039;) and ab-initio charges (&#039;&#039;charges.chg&#039;&#039;). The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/ElemBond.par&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied molecules set given a specific parameter set.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 14:&#039;&#039;&#039;&#039;&#039; Close up from the output for &#039;&#039;Cover mode&#039;&#039; summarizing information about the input files, molecules set composition and coverage. In this case the parameter set &#039;&#039;ElemBond.par&#039;&#039; lacks the parameters for all the marked atomic types in &#039;&#039;set02.sdf&#039;&#039;, leading to the discard of 1690 molecules. Note the similarities with &#039;&#039;Calculation mode&#039;&#039; output in the case of low coverage circumstance. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cross --sdf-file examples/set02.sdf --chg-file examples/charges.chg --par-file examples/Element.par --chg-stats-out stats --atom-types-by Element 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform cross-validation of EEM parameters for atoms grouped by element only. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover outputs charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Cover_mode2.png&amp;diff=1960</id>
		<title>File:Cover mode2.png</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Cover_mode2.png&amp;diff=1960"/>
		<updated>2016-06-29T13:24:43Z</updated>

		<summary type="html">&lt;p&gt;Francesco: Francesco uploaded a new version of File:Cover mode2.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1959</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1959"/>
		<updated>2016-06-29T13:18:44Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 7 - Coverage validation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding with &#039;&#039;&#039;LR&#039;&#039;&#039; approach and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/set01.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules (&#039;&#039;set01.sdf&#039;&#039;) and ab-initio charges (&#039;&#039;charges.chg&#039;&#039;). The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/ElemBond.par&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied molecules set given a specific parameter set.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 14:&#039;&#039;&#039;&#039;&#039; Complete output for the &#039;&#039;Cover mode&#039;&#039; summarizing information about the input files, molecules set composition and coverage. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cross --sdf-file examples/set02.sdf --chg-file examples/charges.chg --par-file examples/Element.par --chg-stats-out stats --atom-types-by Element 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform cross-validation of EEM parameters for atoms grouped by element only. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover outputs charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1958</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1958"/>
		<updated>2016-06-29T13:08:17Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 7 - Coverage validation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding with &#039;&#039;&#039;LR&#039;&#039;&#039; approach and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/set01.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules (&#039;&#039;set01.sdf&#039;&#039;) and ab-initio charges (&#039;&#039;charges.chg&#039;&#039;). The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/Element.par --atom-types-by Element&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied EEM parameters and molecules set.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 14:&#039;&#039;&#039;&#039;&#039; Complete output for the &#039;&#039;Cover mode&#039;&#039; summarizing information about the input files, molecules set composition and coverage. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cross --sdf-file examples/set02.sdf --chg-file examples/charges.chg --par-file examples/Element.par --chg-stats-out stats --atom-types-by Element 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform cross-validation of EEM parameters for atoms grouped by element only. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover outputs charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1957</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1957"/>
		<updated>2016-06-29T13:08:01Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 6 - Parametrization mode DE-MIN */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding with &#039;&#039;&#039;LR&#039;&#039;&#039; approach and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/set01.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules (&#039;&#039;set01.sdf&#039;&#039;) and ab-initio charges (&#039;&#039;charges.chg&#039;&#039;). The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/Element.par --atom-types-by Element&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied EEM parameters and molecules set.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Complete output for the &#039;&#039;Cover mode&#039;&#039; summarizing information about the input files, molecules set composition and coverage. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cross --sdf-file examples/set02.sdf --chg-file examples/charges.chg --par-file examples/Element.par --chg-stats-out stats --atom-types-by Element 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform cross-validation of EEM parameters for atoms grouped by element only. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover outputs charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Simple_discard.png&amp;diff=1956</id>
		<title>File:Simple discard.png</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=File:Simple_discard.png&amp;diff=1956"/>
		<updated>2016-06-29T13:03:51Z</updated>

		<summary type="html">&lt;p&gt;Francesco: Francesco uploaded a new version of File:Simple discard.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1955</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1955"/>
		<updated>2016-06-29T12:51:09Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 5 - Parametrization mode simple discard */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding with &#039;&#039;&#039;LR&#039;&#039;&#039; approach and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/charges.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules in file set01.sdf and ab-initio charges in charges.chg. The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/Element.par --atom-types-by Element&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied EEM parameters and molecules set.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Complete output for the &#039;&#039;Cover mode&#039;&#039; summarizing information about the input files, molecules set composition and coverage. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cross --sdf-file examples/set02.sdf --chg-file examples/charges.chg --par-file examples/Element.par --chg-stats-out stats --atom-types-by Element 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform cross-validation of EEM parameters for atoms grouped by element only. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover outputs charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1954</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1954"/>
		<updated>2016-06-29T12:50:44Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 5 - Parametrization mode simple discard */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/charges.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules in file set01.sdf and ab-initio charges in charges.chg. The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/Element.par --atom-types-by Element&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied EEM parameters and molecules set.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Complete output for the &#039;&#039;Cover mode&#039;&#039; summarizing information about the input files, molecules set composition and coverage. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cross --sdf-file examples/set02.sdf --chg-file examples/charges.chg --par-file examples/Element.par --chg-stats-out stats --atom-types-by Element 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform cross-validation of EEM parameters for atoms grouped by element only. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover outputs charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1953</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1953"/>
		<updated>2016-06-29T12:47:35Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 5 - Parametrization mode simple discard */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params --sdf-file examples/set01.sdf --chg-file examples/set01.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/charges.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules in file set01.sdf and ab-initio charges in charges.chg. The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/Element.par --atom-types-by Element&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied EEM parameters and molecules set.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Complete output for the &#039;&#039;Cover mode&#039;&#039; summarizing information about the input files, molecules set composition and coverage. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cross --sdf-file examples/set02.sdf --chg-file examples/charges.chg --par-file examples/Element.par --chg-stats-out stats --atom-types-by Element 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform cross-validation of EEM parameters for atoms grouped by element only. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover outputs charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1952</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1952"/>
		<updated>2016-06-29T12:47:00Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 5 - Parametrization mode simple discard */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params --sdf-file examples/set01.sdf --chg-file examples/charges.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 13:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/charges.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules in file set01.sdf and ab-initio charges in charges.chg. The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/Element.par --atom-types-by Element&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied EEM parameters and molecules set.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Complete output for the &#039;&#039;Cover mode&#039;&#039; summarizing information about the input files, molecules set composition and coverage. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cross --sdf-file examples/set02.sdf --chg-file examples/charges.chg --par-file examples/Element.par --chg-stats-out stats --atom-types-by Element 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform cross-validation of EEM parameters for atoms grouped by element only. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover outputs charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1951</id>
		<title>NEEMP:Examples</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=NEEMP:Examples&amp;diff=1951"/>
		<updated>2016-06-29T12:46:43Z</updated>

		<summary type="html">&lt;p&gt;Francesco: /* Example 4 - Parametrization mode k search */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This section shows several use case examples. All of them use only data from &#039;&#039;examples&#039;&#039; directory. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; &#039;&#039;&#039;NEEMP is case-sensitive&#039;&#039;&#039;. Please follow carefully this section for insight on the correct syntax. Additional information can be found [[NEEMP:Options | here]].  &lt;br /&gt;
&lt;br /&gt;
=Example 1 - Training set information=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m info --atom-types-by ElemBond --sdf-file examples/set01.sdf&lt;br /&gt;
&lt;br /&gt;
:Prints information about training set &#039;&#039;set01.sdf&#039;&#039;, provided as argument of the &amp;lt;code&amp;gt;--sdf-file&amp;lt;/code&amp;gt; option,  grouping atoms according to chemical element and bond order. To override this behaviour and group atoms only by element, call &#039;&#039;&#039;NEEMP&#039;&#039;&#039; with &amp;lt;code&amp;gt;--atom-types-by Element&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:info_mode.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 10:&#039;&#039;&#039;&#039;&#039; Information about structures set &#039;&#039;examples/set01.sdf&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
=Example 2 - Calculation mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m charges --sdf-file examples/set01.sdf --par-file examples/ElemBond.par --chg-out-file eem_charges --max-threads 8&lt;br /&gt;
&lt;br /&gt;
:Compute EEM charges and store them into the file &#039;&#039;eem_charges&#039;&#039;. Use up to 8 threads for computation.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode and its output, refer to [[NEEMP:Modes#Calculation mode | Calculation mode]] section. &lt;br /&gt;
&lt;br /&gt;
For details on &#039;&#039;eem_charges&#039;&#039; output file, see [[NEEMP:files#CHG file | CHG file]] paragraph, as the format is the same. The only different regards the third column, since in this case the &#039;&#039;&#039;EEM charges&#039;&#039;&#039; are listed in place of the &#039;&#039;&#039;ab-initio charges&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=Example 3 - Parametrization mode=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --par-out-file new_parameters.par --chg-stats-out-file stats &lt;br /&gt;
&lt;br /&gt;
:Perform EEM parametrization using &#039;&#039;&#039;LR&#039;&#039;&#039; approach, save parameters into the file &#039;&#039;new_parameters.par&#039;&#039;, output charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;. No discarding is used. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NB:&#039;&#039;&#039; the parameters set file &#039;&#039;new_parameters.par&#039;&#039; presents the same identical format and layout as described [[NEEMP:files#PAR file | here]].&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Linear Regression (LR) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 4 - Parametrization mode k search=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p lr-full --sdf-file examples/set01.sdf --chg-file examples/set01.chg --kappa-max 1.0 --fs-precision 0.02 --sort-by RMSD -vv&lt;br /&gt;
&lt;br /&gt;
:Similar to previous example, use custom range for k. Select best parameters according to &#039;&#039;RMSD&#039;&#039;. Print k search progress.&lt;br /&gt;
&lt;br /&gt;
Reference to [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] and [[NEEMP:Options | options list]] if necessary.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot; width=&amp;quot;650px&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[File:ksearch1.png| 550px]]&lt;br /&gt;
 | [[File:ksearch2.png| 700px]]&lt;br /&gt;
 |-&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Detailed view of the parametrization settings from the execution of the above command. In particular note the usage of a different evaluating statistics (&#039;&#039;RMSD&#039;&#039;) and the custom range for the k search.&lt;br /&gt;
 | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Abridged output for the k search progress. For each k value a set of parameters is generated and evaluated. In this particular instance, the parameters set with the lowest &#039;&#039;RMSD&#039;&#039; value is chosen. &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
=Example 5 - Parametrization mode simple discard=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params --sdf-file examples/set01.sdf --chg-file examples/charges.chg --discard simple -v --check-charges --limit-iters 600 --limit-time &amp;lt;nowiki&amp;gt;00:30:00&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Perform simple discarding and print its progress. Issue warning about molecules with abnormal values of statistical descriptors. The duration of the discarding procedure can be at most 600 iterations or 30 minutes (time format HH:MM:SS), whichever is reached first.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:simple_discard.png | thumb | 800px | center | &#039;&#039;&#039;&#039;&#039;Figure 15:&#039;&#039;&#039;&#039;&#039; Abridged output for the simple discard progress. The simple discarding requires as many iterations as the number of molecules in the set, unless the iterations or time limits are reached first. In this case the training set contains only 500 structures so the iteration limit doesn&#039;t affect the discarding. The time limit still holds on the other hand. Refer to the [[NEEMP:Modes#Linear Regression (LR) | parametrization paragraph]] for details.]]&lt;br /&gt;
&lt;br /&gt;
=Example 6 - Parametrization mode DE-MIN=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m params -p de --sdf-file examples/set01.sdf --chg-file examples/charges.chg --om-pop-size 50 --om-iters 500 --random-seed 1234 -vv&lt;br /&gt;
		&lt;br /&gt;
:Compute parameters for the given molecules in file set01.sdf and ab-initio charges in charges.chg. The chosen optimization method: differential evolution + minimization will act on a parameter vector population consisting of 50 units. The optimization procedure will be carried out for at most 500 iterations. A user-defined seed is used, as well as an high level of verbosity.&lt;br /&gt;
&lt;br /&gt;
For additional information click [[NEEMP:Modes#Differential Evolution + Minimization (DE-MIN) | here]].&lt;br /&gt;
&lt;br /&gt;
=Example 7 - Coverage validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cover -sdf-file examples/set02.sdf --par-file examples/Element.par --atom-types-by Element&lt;br /&gt;
&lt;br /&gt;
:Calculate coverage of supplied EEM parameters and molecules set.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:cover_mode2.png | thumb | 400px | center | &#039;&#039;&#039;&#039;&#039;Figure 11:&#039;&#039;&#039;&#039;&#039; Complete output for the &#039;&#039;Cover mode&#039;&#039; summarizing information about the input files, molecules set composition and coverage. For more information on this mode refer to [[NEEMP:Modes#Coverage validation | Cover validation]] section.]]&lt;br /&gt;
&lt;br /&gt;
=Example 8 - Quality validation=&lt;br /&gt;
&lt;br /&gt;
;./neemp -m cross --sdf-file examples/set02.sdf --chg-file examples/charges.chg --par-file examples/Element.par --chg-stats-out stats --atom-types-by Element 2&amp;gt; warns &amp;gt; log&lt;br /&gt;
&lt;br /&gt;
:Perform cross-validation of EEM parameters for atoms grouped by element only. Save standard output into the file &#039;&#039;log&#039;&#039; and warnings into the file &#039;&#039;warns&#039;&#039;. Moreover outputs charge statistics for each molecule into the file &#039;&#039;stats&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For more information on this mode click [[NEEMP:Modes#Quality validation | here]].&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:chg_stats.png | thumb | 900px | center | &#039;&#039;&#039;&#039;&#039;Figure 12:&#039;&#039;&#039;&#039;&#039; Close-up from &#039;&#039;stats&#039;&#039; file. Along with statistics for each molecule, &#039;&#039;ab-initio&#039;&#039; charges (3rd column), &#039;&#039;EEM&#039;&#039; charges (4th column) and their difference (5th column) are also printed out.]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
</feed>