annotate mayachemtool/mayachemtools/lib/data/AromaticityModelsData.csv @ 0:68300206e90d draft default tip

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