annotate lib/data/AromaticityModelsData.csv @ 0:4816e4a8ae95 draft default tip

Uploaded
author deepakjadmin
date Wed, 20 Jan 2016 09:23:18 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
1 #
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
2 # $RCSfile: AromaticityModelsData.csv,v $
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
3 # $Date: 2015/02/28 20:48:22 $
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
4 # $Revision: 1.7 $
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
5 #
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
6 # Author: Manish Sud <msud@san.rr.com>
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
7 #
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
8 # Copyright (C) 2015 Manish Sud. All rights reserved.
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
9 #
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
10 # This file is part of MayaChemTools.
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
11 #
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
12 # MayaChemTools is free software; you can redistribute it and/or modify it under
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
13 # the terms of the GNU Lesser General Public License as published by the Free
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
14 # Software Foundation; either version 3 of the License, or (at your option) any
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
15 # later version.
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
16 #
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
17 # MayaChemTools is distributed in the hope that it will be useful, but without
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
18 # any warranty; without even the implied warranty of merchantability of fitness
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
19 # for a particular purpose. See the GNU Lesser General Public License for more
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
20 # details.
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
21 #
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
22 # You should have received a copy of the GNU Lesser General Public License
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
23 # along with MayaChemTools; if not, see <http://www.gnu.org/licenses/> or
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
24 # write to the Free Software Foundation Inc., 59 Temple Place, Suite 330,
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
25 # Boston, MA, 02111-1307, USA.
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
26 #
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
27 #
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
28 # Notes:
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
29 # . What is aromaticity? [ Ref 124 ] It's in the code of the implementer, did you
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
30 # say? Agree. The implementation of aromaticity varies widely across different
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
31 # packages [ Ref 125 ]; additionally, the implementation details are not always
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
32 # completely available, and it's not possible to figure out the exact implementation
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
33 # of aromaticity across various packages. Using the publicly available information,
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
34 # however, one can try to reproduce the available results to the extent possible,
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
35 # along with parameterizing all the control parameters used to implement different
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
36 # aromaticity models, and that's exactly what the current release of MayaChemTools
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
37 # does.
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
38 # . Molecule.pm module retrieves data from this file during class instantiation
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
39 # and makes it available to class method DetectAromaticity for detecting
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
40 # aromaticity corresponding to a specific model.
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
41 # . Any new added aromaticity model using existing parameters would work
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
42 # as expected, without modifying the code; addition of new parameters,
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
43 # however, requires its implementation in the code.
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
44 # . Parameter values of Yes, No and None are internally mapped to 1, 0 and
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
45 # an empty string, respectively.
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
46 # . For parameter names containing List in their name and comma delimited set
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
47 # of values, a new parameter is generated for each model by appending MapRef
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
48 # to specified parameter name, which is then assigned a hash reference containing
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
49 # key and value pairs corresponding to comma delimited values.
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
50 #
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
51 #
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
52 "ParameterName","MDLAromaticityModel","TriposAromaticityModel","MMFFAromaticityModel","ChemAxonBasicAromaticityModel","ChemAxonGeneralAromaticityModel","DaylightAromaticityModel","MayaChemToolsAromaticityModel"
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
53 "AllowHeteroRingAtoms","No","No","Yes","Yes","Yes","Yes","Yes"
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
54 "HeteroRingAtomsList","None","None","N,O,P,S","N,O,P,S,As,Se","N,O,P,S,As,Se","N,O,P,S,As,Se","N,O,P,S,As,Se,Te"
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
55 "AllowExocyclicDoubleBonds","No","No","No","No","Yes","Yes","Yes"
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
56 "AllowHomoNuclearExocyclicDoubleBonds","NA","NA","NA","NA","No","No","No"
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
57 "AllowElectronegativeRingAtomExocyclicDoubleBonds","NA","NA","NA","NA","No","No","No"
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
58 "AllowRingAtomFormalCharge","No","No","No","No","Yes","No","Yes"
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
59 "AllowHeteroRingAtomFormalCharge","NA","NA","NA","NA","Yes","NA","Yes"
4816e4a8ae95 Uploaded
deepakjadmin
parents:
diff changeset
60 "MinimumRingSize","None","None","None","5","None","None","None"