summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2015-08-27 20:33:58 +0200
committerChristoph Helma <helma@in-silico.ch>2015-08-27 20:33:58 +0200
commit35f1d49f9ed8b7d1688974f1f388f8bca16d8986 (patch)
treea6a81022a4c19d503fd67e61757699557cd4a29e
parent7586650ef23bd337fb08d7b2fdbd42187fe6a6bf (diff)
Initial GUI for Nestec models
-rw-r--r--create_nestec_models.rb10
-rw-r--r--create_prediction_models.rb5
-rw-r--r--nestec-dump/opentox/compounds.bsonbin0 -> 415165 bytes
-rw-r--r--nestec-dump/opentox/compounds.metadata.json1
-rw-r--r--nestec-dump/opentox/crossvalidations.bsonbin0 -> 50250 bytes
-rw-r--r--nestec-dump/opentox/crossvalidations.metadata.json1
-rw-r--r--nestec-dump/opentox/datasets.bsonbin0 -> 337904 bytes
-rw-r--r--nestec-dump/opentox/datasets.metadata.json1
-rw-r--r--nestec-dump/opentox/features.bsonbin0 -> 66204 bytes
-rw-r--r--nestec-dump/opentox/features.metadata.json1
-rw-r--r--nestec-dump/opentox/fs.chunks.bsonbin0 -> 990603 bytes
-rw-r--r--nestec-dump/opentox/fs.chunks.metadata.json1
-rw-r--r--nestec-dump/opentox/fs.files.bsonbin0 -> 24835 bytes
-rw-r--r--nestec-dump/opentox/fs.files.metadata.json1
-rw-r--r--nestec-dump/opentox/models.bsonbin0 -> 14752 bytes
-rw-r--r--nestec-dump/opentox/models.metadata.json1
-rw-r--r--nestec-dump/opentox/open_tox_model_predictions.bsonbin0 -> 754 bytes
-rw-r--r--nestec-dump/opentox/open_tox_model_predictions.metadata.json1
-rw-r--r--nestec-dump/opentox/system.indexes.bsonbin0 -> 882 bytes
-rw-r--r--nestec-dump/opentox/validations.bsonbin0 -> 55908 bytes
-rw-r--r--nestec-dump/opentox/validations.metadata.json1
-rw-r--r--regression/LOAEL_mmol_corrected_smiles.csv568
-rw-r--r--regression/LOAEL_mmol_corrected_smiles.json6
-rw-r--r--regression/Mouse_TD50.csv403
-rw-r--r--regression/Mouse_TD50.json6
-rw-r--r--regression/Rat_TD50.csv512
-rw-r--r--regression/Rat_TD50.json6
27 files changed, 1523 insertions, 2 deletions
diff --git a/create_nestec_models.rb b/create_nestec_models.rb
new file mode 100644
index 0000000..3e375ae
--- /dev/null
+++ b/create_nestec_models.rb
@@ -0,0 +1,10 @@
+require_relative '../lazar/lib/lazar'
+include OpenTox
+$mongo.database.drop
+$gridfs = $mongo.database.fs # recreate GridFS indexes
+
+["Rat_TD50.csv","Mouse_TD50.csv","LOAEL_mmol_corrected_smiles.csv"].each do |file|
+ file = File.join(File.dirname(__FILE__),"regression",file)
+ Model::Prediction.from_csv_file file
+end
+#`mongodump`
diff --git a/create_prediction_models.rb b/create_prediction_models.rb
index ab56a0b..4951141 100644
--- a/create_prediction_models.rb
+++ b/create_prediction_models.rb
@@ -1,8 +1,9 @@
require_relative '../lazar/lib/lazar'
include OpenTox
-$logger.level = Logger::DEBUG
-Mongo::Logger.level = Logger::WARN
+#$logger.level = Logger::DEBUG
+#Mongo::Logger.level = Logger::WARN
$mongo.database.drop
+$gridfs = $mongo.database.fs # recreate GridFS indexes
classification_input = Dir["classification/*csv"]
diff --git a/nestec-dump/opentox/compounds.bson b/nestec-dump/opentox/compounds.bson
new file mode 100644
index 0000000..5113ac0
--- /dev/null
+++ b/nestec-dump/opentox/compounds.bson
Binary files differ
diff --git a/nestec-dump/opentox/compounds.metadata.json b/nestec-dump/opentox/compounds.metadata.json
new file mode 100644
index 0000000..5124ed0
--- /dev/null
+++ b/nestec-dump/opentox/compounds.metadata.json
@@ -0,0 +1 @@
+{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"opentox.compounds"}]} \ No newline at end of file
diff --git a/nestec-dump/opentox/crossvalidations.bson b/nestec-dump/opentox/crossvalidations.bson
new file mode 100644
index 0000000..1f8fed9
--- /dev/null
+++ b/nestec-dump/opentox/crossvalidations.bson
Binary files differ
diff --git a/nestec-dump/opentox/crossvalidations.metadata.json b/nestec-dump/opentox/crossvalidations.metadata.json
new file mode 100644
index 0000000..28ea62c
--- /dev/null
+++ b/nestec-dump/opentox/crossvalidations.metadata.json
@@ -0,0 +1 @@
+{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"opentox.crossvalidations"}]} \ No newline at end of file
diff --git a/nestec-dump/opentox/datasets.bson b/nestec-dump/opentox/datasets.bson
new file mode 100644
index 0000000..2b09726
--- /dev/null
+++ b/nestec-dump/opentox/datasets.bson
Binary files differ
diff --git a/nestec-dump/opentox/datasets.metadata.json b/nestec-dump/opentox/datasets.metadata.json
new file mode 100644
index 0000000..bf07377
--- /dev/null
+++ b/nestec-dump/opentox/datasets.metadata.json
@@ -0,0 +1 @@
+{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"opentox.datasets"}]} \ No newline at end of file
diff --git a/nestec-dump/opentox/features.bson b/nestec-dump/opentox/features.bson
new file mode 100644
index 0000000..e0db5b3
--- /dev/null
+++ b/nestec-dump/opentox/features.bson
Binary files differ
diff --git a/nestec-dump/opentox/features.metadata.json b/nestec-dump/opentox/features.metadata.json
new file mode 100644
index 0000000..0b7e898
--- /dev/null
+++ b/nestec-dump/opentox/features.metadata.json
@@ -0,0 +1 @@
+{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"opentox.features"}]} \ No newline at end of file
diff --git a/nestec-dump/opentox/fs.chunks.bson b/nestec-dump/opentox/fs.chunks.bson
new file mode 100644
index 0000000..0179808
--- /dev/null
+++ b/nestec-dump/opentox/fs.chunks.bson
Binary files differ
diff --git a/nestec-dump/opentox/fs.chunks.metadata.json b/nestec-dump/opentox/fs.chunks.metadata.json
new file mode 100644
index 0000000..a3d2a64
--- /dev/null
+++ b/nestec-dump/opentox/fs.chunks.metadata.json
@@ -0,0 +1 @@
+{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"opentox.fs.chunks"},{"v":1,"unique":true,"key":{"files_id":1,"n":1},"name":"files_id_1_n_1","ns":"opentox.fs.chunks"}]} \ No newline at end of file
diff --git a/nestec-dump/opentox/fs.files.bson b/nestec-dump/opentox/fs.files.bson
new file mode 100644
index 0000000..4933e2a
--- /dev/null
+++ b/nestec-dump/opentox/fs.files.bson
Binary files differ
diff --git a/nestec-dump/opentox/fs.files.metadata.json b/nestec-dump/opentox/fs.files.metadata.json
new file mode 100644
index 0000000..57291db
--- /dev/null
+++ b/nestec-dump/opentox/fs.files.metadata.json
@@ -0,0 +1 @@
+{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"opentox.fs.files"},{"v":1,"key":{"filename":1,"uploadDate":1},"name":"filename_1_uploadDate_1","ns":"opentox.fs.files"}]} \ No newline at end of file
diff --git a/nestec-dump/opentox/models.bson b/nestec-dump/opentox/models.bson
new file mode 100644
index 0000000..12134e9
--- /dev/null
+++ b/nestec-dump/opentox/models.bson
Binary files differ
diff --git a/nestec-dump/opentox/models.metadata.json b/nestec-dump/opentox/models.metadata.json
new file mode 100644
index 0000000..41bc352
--- /dev/null
+++ b/nestec-dump/opentox/models.metadata.json
@@ -0,0 +1 @@
+{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"opentox.models"}]} \ No newline at end of file
diff --git a/nestec-dump/opentox/open_tox_model_predictions.bson b/nestec-dump/opentox/open_tox_model_predictions.bson
new file mode 100644
index 0000000..896b63a
--- /dev/null
+++ b/nestec-dump/opentox/open_tox_model_predictions.bson
Binary files differ
diff --git a/nestec-dump/opentox/open_tox_model_predictions.metadata.json b/nestec-dump/opentox/open_tox_model_predictions.metadata.json
new file mode 100644
index 0000000..277d417
--- /dev/null
+++ b/nestec-dump/opentox/open_tox_model_predictions.metadata.json
@@ -0,0 +1 @@
+{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"opentox.open_tox_model_predictions"}]} \ No newline at end of file
diff --git a/nestec-dump/opentox/system.indexes.bson b/nestec-dump/opentox/system.indexes.bson
new file mode 100644
index 0000000..4ce93c8
--- /dev/null
+++ b/nestec-dump/opentox/system.indexes.bson
Binary files differ
diff --git a/nestec-dump/opentox/validations.bson b/nestec-dump/opentox/validations.bson
new file mode 100644
index 0000000..ea2fadf
--- /dev/null
+++ b/nestec-dump/opentox/validations.bson
Binary files differ
diff --git a/nestec-dump/opentox/validations.metadata.json b/nestec-dump/opentox/validations.metadata.json
new file mode 100644
index 0000000..39a7065
--- /dev/null
+++ b/nestec-dump/opentox/validations.metadata.json
@@ -0,0 +1 @@
+{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"opentox.validations"}]} \ No newline at end of file
diff --git a/regression/LOAEL_mmol_corrected_smiles.csv b/regression/LOAEL_mmol_corrected_smiles.csv
new file mode 100644
index 0000000..c6d858b
--- /dev/null
+++ b/regression/LOAEL_mmol_corrected_smiles.csv
@@ -0,0 +1,568 @@
+SMILES,LOAEL mmol/kg_bw/day
+C1=C(C(=CC(=C1NN=C3C2=C(C=C([S]([O-])(=O)=O)C=C2)C=CC3=O)OC)[S]([O-])(=O)=O)C.[Na+].[Na+],0.007531928608839286
+O1C(=O)C(O)=C(O)C1C(O)CO,0.017323010613197083
+C1(C)=C(C=CC(C)=CC=CC(C)=CC=CC=C(C)C=CC=C(C)C(=O)OC)C(C)(C)CCC1,0.0011194097182405476
+c(cccc1)(c1)C(C)C,0.003843863272285792
+O=C(OCCCC)c(c(ccc1)C(=O)OCCCC)c1,0.0021556100397968547
+O=C(OCC)c(c(ccc1)C(=O)OCC)c1,0.019956158547022596
+O=C(OC(OC(OC1C)C)C1)C,0.0007175892491582414
+Oc(c(ccc1)C)c1C,4.911414454620217e-05
+Oc(ccc(c1C)C)c1,0.00011459967060780387
+O=C(OCC)C=C,0.002477130986890969
+c(cccc1)(c1)CC,0.00384307445956764
+OCCO,0.004027850816139285
+c(ccc1C(=O)OCC(=O)OCC)cc1C(=O)OCC,0.008919866912731327
+O=C,0.002730968314772715
+O=C(O)C=CC(=O)O,0.009313172081918767
+OCC(O)CO,0.07473899985905673
+O=C(OC)c(ccc(O)c1)c1,0.009858865736182571
+O=C(OCCC)c(ccc(O)c1)c1,0.008324062177858799
+CC(CCC(=O)(O))C3CCC4C2CCC1CC(O)CCC1(C)C2CCC34C,0.001327765217118838
+OC(C(CCC1C)C(C)C)C1,0.0037948308388560167
+O=C(O)C(=C)C,0.0028807316686731447
+O=C(OC)c(c(O)ccc1)c1,0.002366127776683785
+Oc(cccc1)c1,0.0036552488310642134
+O=C(OCCC)c(cc(O)c(O)c1O)c1,0.004071644352421929
+OCC(O)C1C(O)=C(O)C(=O)O1,0.008823323006525195
+c(cccc1)(c1)C=C,0.00020163396483810836
+O=Cc(occ1)c1,0.0006244532131552316
+NCCNc1cccc2ccccc12,0.00042415433290295584
+CN(C)(C)CCCl,0.002242766507128513
+O=C(Nc(ccc(c1)C(=O)CCl)c1)C,0.007465334624174676
+c(ccc(c1)Cl)(c1)C(c(ccc(c2)Cl)c2)C(Cl)(Cl)Cl,9.027148189044099e-05
+CC(Oc1cc(Cl)c(Cl)cc1Cl)C(=O)(O),3.2280916101231376e-05
+O=N(=O)C(=CC=C1OC)C=C1N=NC(C(O)=C2C(=O)NC(=CC=C4)C=C4N(=O)=O)=C(C=C3)C(=C2)C=C3,0.004308389780762073
+O=N(=O)C(C=C1)=CC(OCCO)=C1NCCO,0.0009453881078267498
+Cc1cccc(CC)c1N(C(=O)CCl)COCC,0.00018534506246313786
+C1=C(C(=CC=C1OC2=CC=C(C=C2Cl)C(F)(F)F)[N+](=O)[O-])C(=O)[O-].[Na+],0.0004691898654989019
+CCc1cccc(CC)c1N(COC)C(=O)CCl,5.560351873894229e-05
+O=C(Nc(ccc(OCC)c1N)c1)C,0.0061010029534003226
+Oc(ccc(N)c1)c1,0.00628631814927864
+CC(N)CC(=CC=C1)C=C1,3.6980547196719036e-05
+O(c(ccc(c1)C=CC)c1)C,0.002321161271586114
+COc1ccc(N)cc1,0.0038488877932280246
+O=C(O)c(c(N)ccc1)c1,0.0200603809445196
+Clc2cccc(c2)c1ccccc1,2.1202965065040615e-05
+O=C(NC(C(=O)OC)Cc(cccc1)c1)C(N)CC(=O)O,0.0004994850207500305
+n1c2ccc(Cl)cc2ncc1Oc3ccc(OC(C)C(=O)OCC)cc3,9.924832004782749e-06
+COC(=O)NS(=O)(=O)c1ccc(N)cc1,0.0007817895162025788
+S=P(OC)(OC)SCN1N=Nc2ccccc2C1(=O),1.1344859296501293e-06
+CNC(=O)Oc1ccccc1OC(C)C,0.00023895810443138408
+CC(C)(C)C(=O)C(Oc1ccc(Cl)cc1)n2cncn2,8.510674803234926e-05
+O=S(O)(=O)C(=CC=C1)C=C1CN(CC)=C(C=C2)C=CC2=C(C(C=C3)=CC=C3N(C)C)C(C=C4)=CC=C4N(CC)CC(C=C5)=CC(=C5)S(=O)(=O)O,0.00100996317449829
+c(c(cccc1)c1)(cccc2)c2,0.0016211890708511434
+BrC(Cl)Cl,0.0007935120501519125
+ClC(Cl)C(Cl)(Cl)SN2C(=O)C1CC=CCC1C2(=O),3.4377949341570856e-05
+O=C(Oc(c(c(ccc1)cc2)c1)c2)NC,7.75266070321401e-05
+CC1=C(SCCO1)C(=O)Nc2ccccc2,0.00012749566387247212
+ClC1CC2C(C1Cl)C3(Cl)C(=C(Cl)C2(Cl)C3(Cl)Cl)Cl,6.588923229380691e-07
+O=C(O)CCl,0.00031747032869396124
+ClC(=CC=C1N)C=C1,4.703243372306972e-05
+CC(C)OC(=O)C(O)(c1ccc(Cl)cc1)c2ccc(Cl)cc2,2.653199106614823e-05
+n1c(OC)nc(C)nc1NC(=O)NS(=O)(=O)c2ccccc2Cl,6.987675250196435e-05
+OS(=O)(=O)C(C(=CC=C2)C1=C2)=CC=C1N=NC(C(O)=C3N=NC(C(C=C5)=C4C=C5)=CC=C4S(O)(=O)=O)=CC(=C3O)CO,0.001209334683537979
+S=P(OCC)(OCC)Oc1ccc2C(C)=C(Cl)C(=O)Oc2c1,2.205280759241576e-06
+CNP(=O)(OC)Oc1ccc(cc1Cl)C(C)(C)C,1.3712205173148265e-05
+C(C1C2C(C(O)C(O1)OC8C(OC(OC7C(OC(OC6C(OC(OC5C(C(C(OC4C(C(C(OC3C(C(C(O2)OC3CO)O)O)OC4CO)O)O)OC5CO)O)O)C(C6O)O)CO)C(C7O)O)CO)C(C8O)O)CO)O)O,0.0014097040502559495
+n1c(N)nc(N)nc1NC2CC2,9.026150563412276e-05
+COC(=O)c1c(Cl)c(Cl)c(C(=O)OC)c(Cl)c1Cl,0.001506186328985305
+O=C(O)C(Cl)(Cl)C,0.0001970361896096649
+Nc1cc(N)c(O)cc1,0.00020138468889932168
+FC(F)(Cl)Cl,0.0012405561997662923
+ClCCl,0.0005887022388817134
+O=P(OC)(OC)OC=C(Cl)Cl,1.0408382339127476e-05
+OC(c1ccc(Cl)cc1)(c2ccc(Cl)cc2)C(Cl)(Cl)Cl,5.398319600278167e-05
+ClC4=C(Cl)C5(Cl)C3C1CC(C2OC12)C3C4(Cl)C5(Cl)Cl,1.312648375209102e-07
+CN(=C1C(C=C2)=CC=C2)N(C)C(=C1)C(C=C3)=CC=C3,0.0005013430378371984
+O=C(NC(=O)c(c(F)ccc1)c1F)Nc(ccc(c2)Cl)c2,2.574969708764491e-05
+CC1=C(C)S(=O)(=O)CCS1(=O)=O,4.755763033644171e-05
+O=C(NC)CSP(OC)(OC)=S,1.090477146170362e-06
+COc1ccc(N)c(OC)c1,0.0018018201517132695
+COP(=O)OC,0.0009086866178930357
+CC(=C(N(=O)=O)C=C1N(=O)=O)C=C1,0.00018667621570414935
+CN(C)C(=O)C(c1ccccc1)c2ccccc2,0.0001253592168358418
+N(c(cccc1)c1)c(cccc2)c2,0.00018319083450161921
+C(C=C1)(=N(C=C1)CC2)C(N2=C3)=CC=C3,3.1481176319120814e-06
+CCOP(=S)(OCC)SCCSCC,3.644261466562107e-07
+NC(=S)NNC(N)=S,0.006303842268414047
+O=C(N(C)C)Nc(ccc(c1Cl)Cl)c1,2.5740633090871022e-05
+O=P(O)(O)CCCl,0.0010381053812746242
+O=C(OCC)C(O1)C1(c(cccc2)c2)C,0.0008485352051922901
+COC(=O)NC(=NC1=C2)NC1=CC(=C2)SC(C=C3)=CC=C3,5.010896695954994e-05
+CN1C=C(c2ccccc2)C(=O)C(c3cc(C(F)(F)F)ccc3)=C1,7.591497980909371e-05
+c1cc(C(F)(F)F)cc(Cl)c1NC(C(C)C)C(=O)OC(C(#N))c2cccc(Oc3ccccc3)c2,4.971041796516284e-06
+S=P(OCC)(Sc1ccccc1)CC,6.4141791096429385e-06
+n1c(C)nc(OC)nc1NC(=O)NS(=O)(=O)c2ccsc2C(=O)OC,6.453419527613866e-05
+C(C(C(C(C1Cl)Cl)Cl)Cl)(C1Cl)Cl,1.719218358061182e-05
+O=N(=O)N(CN1N(=O)=O)CN(C1)N(=O)=O,6.753217705640154e-06
+O=C(N=C(N(C1(=O))C)N(C)C)N1C(CCCC2)C2,0.00019816672003956806
+n(c(c(ccc1)cc2)c1O)c2,0.0009851335765350196
+c1cc(Cl)cc(Cl)c1C(OCC=C)Cn2cncc2,0.00013459866849613327
+COc1cccc(OC)c1C(=O)Nc2onc(C(C)(CC)CC)c2,0.00015252975563710417
+n1c(OC)cc(OC)nc1NC(=O)NS(=O)(=O)Cc2ccccc2C(=O)OC,0.000752920821092069
+CCOC(=O)CC(SP(=S)(OC)OC)C(=O)OCC,0.0001513509490359852
+CN(C)(CCC1)CC1,0.0013133857473480218
+O=P(SCCCC)(SCCCC)SCCCC,3.9744245336126525e-06
+COCC(=O)N(C(C)C(=O)OC)c1c(C)cccc1C,0.00022374845318219082
+S=P(OC)(OC)SCN1C(=O)SC(OC)=N1,6.615259463326349e-06
+CNC(=O)ON=C(C)SC,6.164844235963149e-05
+COP(=S)(OC)Oc1ccc(cc1)N(=O)(=O),9.498210994862414e-07
+O=C1N(N)C(SC)=NN=C1C(C)(C)C,6.99992664076887e-05
+COP(=O)(OC)OC(Br)C(Cl)(Cl)Br,5.252325098618077e-06
+OC(C(N)C1O)C(C)OC1(C)OC(CC(C)(C(C2O)C(O)=O)OC(O)(C2)CC(O)CC(C)(O3)C3C=C4)C=CC=CC=CC=CCC(C)OC4=O,0.0001017229436608032
+O=N(=O)c(ccc(c1N)C)c1,5.2579476836834245e-05
+O=N(=O)c(c(N)ccc1N)c1,0.0005681125108300581
+O=C(O)C(=C(N)C=C1N(=O)=O)C=C1,0.006506215164982737
+O=N(=O)c(c(c(ccc1)cc2)c1)c2,0.0009528314918084262
+c12c(N=Nc3ccccc3)c(O)ccc1cc(S(=O)(=O)O)cc2,0.0005482080783455076
+CC(C)Oc1cc(c(Cl)cc1Cl)N2N=C(OC2(=O))C(C)(C)C,1.448347496337259e-05
+CNC(=O)ON=C(SC)C(=O)N(C)C,2.2803829328479105e-05
+CCOP(=S)(OCC)Oc1ccc(cc1)N(=O)=O,1.20167291684791e-05
+Oc(c(c(c(c1Cl)Cl)Cl)Cl)c1Cl,3.754648160556525e-05
+NC(=N)NC(=N)NCCc1ccccc1,0.00035564719019232516
+COP(=S)(OC)SCN2C(=O)c1ccccc1C2(=O),6.30276515448593e-05
+CCN(CC)C(=O)C(Cl)=C(C)OP(=O)(OC)OC,4.1042640430422796e-05
+ClC3C6(Cl)C4C2C1OC1C5C2C3(Cl)C(Cl)(C45)C6(Cl)Cl,1.8377077252927096e-06
+O=C(OC(=O)c1cccc2)c12,0.00800050987215652
+Nc1c(Cl)c(Cl)nc(C(=O)(O))c1Cl,0.0002484891651683468
+CCN(CC)c1nc(C)cc(OP(=S)(OC)OC)n1,8.187766820693496e-06
+Nc3ccc2cc1ccc(N)cc1nc2c3,0.00022461542255370235
+CCC(=O)Nc1ccc(Cl)c(Cl)c1,9.170952329114616e-05
+Clc1cc(Cl)ccc1C2(Cn3ncnc3)OC(CCC)CO2,7.305234130124016e-05
+O=C(N)c(nccn1)c1,0.006408762052980695
+Oc1cc(O)c2C(=O)C(O)=C(c3cc(O)c(O)cc3)Oc2c1,0.006729846937340681
+CCC(O)(C)C#C,0.00046870383012542657
+CC(C(NCC)=C1)=CC(C1=O2)=C(C(C2=C3)=CC(C)=C3NCC)C(=CC=C4)C(=C4)C(=O)OCC,2.705399937694626e-05
+O=C(NS(=O)(=O)c1cccc2)c12,0.01966323569952717
+c1cc(Cl)ccc1C2SC(=O)N(C(=O)NC3CCCCC3)C2C,0.00045341341521072437
+n(c(nc(n1)NCC)NCC)c1Cl,2.4794616275543184e-05
+O=[S](NC1CCCCC1)(=O)[O-].[Na+],0.017900805088957215
+O=C(OCC(C1OCC(C1O)O)O)CCCCCCCCCCC,0.01986671090855914
+O(CC1O)C(C1O)C(O)COC(=O)CCCCCCCCCCCCCCCCC,0.016727105323218583
+O=S(=O)(Nc(nc(cc1C)C)n1)c(ccc(N)c2)c2,0.00011856422602566643
+CCNc1nc(NC(C)(C)C)nc(SC)n1,6.21487662475519e-05
+Oc(c(cc(c1)C(C)(C)C)Cl)c1,0.0011697007223226948
+C(C(Cl)Cl)(Cl)Cl,0.000643434395429049
+COP(=O)(OC)OC(=CCl)c1cc(Cl)c(Cl)cc1Cl,0.0002732525478388646
+CCN(CC)C(=O)SCc1ccc(Cl)cc1,1.939641912620375e-05
+COC(=O)NC(=S)Nc1ccccc1NC(=S)NC(=O)OC,9.34595925699157e-05
+N(C(=S)SSC(N(C)C)=S)(C)C,6.238747379310154e-05
+c12OC(CCCC(C)CCCC(C)CCCC(C)C)(C)CCc1c(C)c(OC(=O)C)c(C)c2C,0.004230630449818796
+Cc1cc(N)ccc1NOS(O)(=O)=O,0.0008431459792705265
+C(Br)(C(Br)(Br)Br)C1C(C)(C)C1C(=O)OC(C(#N))c2cccc(Oc3ccccc3)c2,4.511229623452442e-06
+O=C(O)COc(c(cc(c1Cl)Cl)Cl)c1,3.914162418169536e-05
+FC(F)(F)C(=CC(N(=O)=O)=C1N(C(C)C)C(C)C)C=C1N(=O)=O,0.00011930360709302091
+Cc1cc(C)c(N)cc1C,0.0004659548946786565
+CC(O)(C(O)C(O1)C)CC1(C)OC(C(C)O2)C(C(O)C2(C)OC(C(C)C(O)CC(=O)OC(CC)C3COC(C(OC)C4OC)OC(C)C4O)C(CC=O)CC(C)C(=O)C=CC(=C3)C)N(C)C,0.0005295750507618813
+c1c(Cl)cc(Cl)cc1N2C(=O)C(C)(C=C)OC2(=O),0.00025479642918707515
+O=C(OC(CCCC(O)CCCCCc1cc(O)cc2O)C)c12,6.203550142861481e-07
+COC(=O)C1(C2=CC=CC=C2C3=C1C=C(C=C3)Cl)O,0.0005460521449219469
+CC(C(=O)O)OC1=CC(=CC=C1)Cl,0.0004984573741185808
+P12P3P1P23,0.011881024070664265
+C(CO)O,0.006444561305822786
+CCCCOCC(C)OCC(C)O,0.0006726932978936104
+C(CO)O,0.03222280652911401
+C(CO)O,0.01482249100339231
+[O-][As](=O)([O-])[O-],4.4990181342823836e-05
+[Si](CN1C=NC=N1)(C2=CC=C(C=C2)F)C3=CC=C(C=C3)F,7.657523930235053e-06
+N(C(=S)SSC(N(C)C)=S)(C)C,4.783039657471118e-05
+COP(=O)(N)SC,6.377136136005779e-06
+N(C(=S)SSC(N(C)C)=S)(C)C,2.2750632109884408e-05
+COP(=O)(NC(=O)(C))SC,0.00019108364303760538
+C1=CC=C(C=C1)NC(=O)NC2=CN=NS2,0.00013620822278144422
+CCOP(=S)(NC(C)C)OC1=CC=CC=C1C(=O)OC(C)C,1.4476216287421915e-06
+CC(=NOC(=O)N(C)SN(C)C(=O)ON=C(C)SC)SC,2.821118623185759e-05
+CCOP(=S)(OCC)OC1=NC(=NC(=C1)C)C(C)C,4.928609081032476e-06
+NC(CCCC1)C1,0.000589871631832977
+CN1C=C(c2ccccc2)C(=O)C(c3cc(C(F)(F)F)ccc3)=C1,9.868947375182025e-05
+ClC1CC2C(C1Cl)C3(Cl)C(=C(Cl)C2(Cl)C3(Cl)Cl)Cl,1.2201709684038252e-06
+CCCCC(CC)COC(=O)C1=CC=CC=C1C(=O)OCC(CC)CCCC,0.0005120902983161576
+OC(=O)CNCP(O)(O)=O,0.005914602100378093
+C1CNC(=S)N1,2.2514113902230536e-06
+O=C(N(OC)C)Nc(ccc(c1Cl)Cl)c1,2.5090939601491425e-05
+C1=CC=C2C(=C1)NC(=S)S2,0.004484270077422451
+CCOP(=S)(OCC)OC1=NC(=C(C=C1Cl)Cl)Cl,2.852364730588813e-05
+c(c(c(c(c1Cl)Cl)Cl)Cl)(c1Cl)Cl,1.0183220720957906e-06
+COc1ccc(cc1)C(c2ccc(OC)cc2)C(Cl)(Cl)Cl,0.000361639482467859
+C1=CC(=CC=C1Cl)Cl,0.0020407891160090755
+CC(C)OC(=O)NC1=CC(=CC=C1)Cl,0.002340158076742
+COP(=O)(OC)OC=C(Cl)Cl,9.729574795271285e-06
+CCOP(=S)(OCC)Oc1ccc(cc1)N(=O)=O,1.442007500217475e-06
+CNC(=O)N(C)c1nnc(s1)C(C)(C)C,0.00017519690160775725
+CCCCOCCOCCOCC1=CC2=C(C=C1CCC)OCO2,0.0007386866446931963
+CC(C(=O)O)OC1=C(C=C(C=C1)Cl)Cl,3.828744186371015e-05
+CC1(C(C1C(=O)OC(C#N)C2=CC(=C(C=C2)F)OC3=CC=CC=C3)C=C(Cl)Cl)C,2.8782768221426878e-05
+C(#N)c(c(c(c(c1C(#N))Cl)Cl)Cl)c1Cl,1.504262704438716e-05
+O=C(OCC)C(O)(c(ccc(c1)Cl)c1)c(ccc(c2)Cl)c2,5.658290428731166e-05
+O=C(N(C)C)Nc(ccc(c1)Cl)c1,0.0006292491939569566
+O=C(N(SC(Cl)(Cl)Cl)C(=O)C1CC=CC2)C12,0.00033267981710061916
+CCc1cccc(C)c1N(C(C)COC)C(=O)CCl,0.0005285529966699722
+C1=CC(=C(C=C1Cl)Cl)OCC(=O)O,2.2620602193003837e-05
+CCNC1=NC(=NC(=N1)Cl)NC(C)(C)C#N,5.193343612553005e-06
+C(C(C(C(C1Cl)Cl)Cl)Cl)(C1Cl)Cl,1.581680889416305e-05
+COP(=S)(OC)OC1=CC(=C(C=C1Cl)Cl)Cl,0.00015549919110720132
+C1C2C=CC1C3C2C4(C(=C(C3(C4(Cl)Cl)Cl)Cl)Cl)Cl,2.7404023436797595e-08
+CC1(C(C1C(=O)OCC2=CC(=CC=C2)OC3=CC=CC=C3)C=C(Cl)Cl)C,6.389160712181889e-05
+CCN(CC)C(=O)C(C)OC1=CC=CC2=CC=CC=C21,0.0003685221091522648
+ClC1C=CC2C1C3(Cl)C(=C(Cl)C2(Cl)C3(Cl)Cl)Cl,6.696708996117785e-07
+CC(=CC(=O)NC)OP(=O)(OC)OC,2.016458594951112e-06
+CC(C)C1(C)N=C(NC1(=O))c3nc2ccccc2cc3C(=O)(O),6.42394476589514e-05
+CC(C)Nc1nc(Cl)nc(NC(C)C)n1,0.00021766590408142935
+CC(C(=O)O)(Cl)Cl,0.000349726996112295
+CC1(C(C1C(=O)OC(C#N)C2=CC(=C(C=C2)F)OC3=CC=CC=C3)C=C(Cl)Cl)C,1.7269660932855995e-05
+O=C(NC)CSP(OC)(OC)=S,2.1809542923407198e-05
+C12C3(C4(C5(C3(C(C1(C5(C2(C4(Cl)Cl)Cl)Cl)Cl)(Cl)Cl)Cl)Cl)Cl)Cl,1.9565721591442967e-08
+COC(=O)C1=CC=CC=C1C(=O)OC,0.010299509743336183
+CCOP(=S)(OCC)SCSC(C)(C)C,1.7335192530420976e-07
+CCC(C)SP(=O)(OCC)SC(C)CC,9.245829486467153e-07
+CCOP(=S)(OCC)SCSC(C)(C)C,6.93407701216835e-06
+C1C(C(C(=O)N1C2=CC=CC(=C2)C(F)(F)F)Cl)CCl,1.601973068976987e-05
+O=C(O)C(C(C(=O)O)C(O1)CC2)C12,0.0006177415369409428
+O=C(Oc(c(OC(C1)(C)C)c1cc2)c2)NC,2.25986249188711e-05
+Oc(c(c(c(c1)Cl)Cl)Cc(c(c(cc2Cl)Cl)Cl)c2O)c1Cl,1.2287924553323e-05
+CC1(CON(C1=O)CC2=CC=CC=C2Cl)C,8.969617860069388e-05
+CCC(C)N1C(=O)C(=C(NC1=O)C)Br,0.00023935747721355314
+CC1=CC(=CC(=C1N(C)C)C)OC(=O)NC,6.748138593450308e-06
+CNC(=O)OC1=CC=CC(=C1)N=CN(C)C,5.6495719658295366e-05
+CC1=NN(C(=O)N1C(F)F)C2=CC(=C(C=C2Cl)Cl)NS(=O)(=O)C,0.0001730417009651666
+CCOP(=S)(CC)SC1=CC=CC=C1,2.029803515709809e-05
+CCOP(=S)(OCC)SC(CCl)N1C(=O)C2=CC=CC=C2C1=O,6.347661292175554e-06
+N1CC(C)(C)CNC1=NN=C(C=Cc2ccc(C(F)(F)F)cc2)C=Cc3ccc(C(F)(F)F)cc3,1.011172895860315e-05
+CC1=C(C(=C(C(=C1F)F)COC(=O)C2C(C2(C)C)C=C(C(F)(F)F)Cl)F)F,1.0985502703376482e-05
+CC1=CC(=C(C=C1)N=CN(C)C=NC2=C(C=C(C=C2)C)C)C,3.476411288357328e-05
+S=P(OC)(OC)SCN1C(=O)SC(OC)=N1,2.646103785330524e-06
+CC(C)N(C(C)C)C(=O)SCC(Cl)=C(Cl)Cl,4.1028786650112265e-05
+S=P(OC)(OC)SCN1N=Nc2ccccc2C1(=O),7.0905370603133915e-06
+CC1=NC(=NC(=N1)OC)NC(=O)NS(=O)(=O)C2=CC=CC=C2CCC(F)(F)F,0.00019051986068493621
+O=C(N(S(=O)(=O)Nc1cccc2)C(C)C)c12,0.0001664732247794737
+CCN(CC)c1nc(C)cc(OP(=S)(OC)OC)n1,4.519647285022815e-05
+O=C(ON=CC(SC)(C)C)NC,5.255875464343493e-07
+ClC(Cl)(Cl)CC1(OC1)c2cc(Cl)cc(Cl)c2,9.362507489225856e-05
+CCC1CCCC(C(C(=O)C2CC3C(C2CC(=O)O1)CCC4C3CC(C4)OC5CC(C(C(C5OC)OC)OC)C)C)OC6CCC(C(O6)C)N(C)C,3.269690443692059e-05
+CC(C)(C)C(=NOC(=O)NC)CSC,2.748304502244953e-05
+CON=C(CC1=CN=CC=C1)C2=C(C=C(C=C2)Cl)Cl,0.00015245767876475813
+CC(=CC1C(C1(C)C)C(=O)OCN2C(=O)C3=C(C2=O)CCCC3)C,0.0007543614918373588
+C1COC(O1)(CN2C=NC=N2)C3=C(C=C(C=C3)Cl)Cl,3.3317713989015466e-05
+CCCOC(=O)C1=CN=C(C=C1)C(=O)OCCC,0.0009949124950582777
+CC1=CC(=NC(=N1)NC(=O)NS(=O)(=O)C2=CC=CC=C2C(=O)OC3COC3)C,0.0002042257406025049
+C1=C(C(=NC(=C1Cl)Cl)OCC(=O)O)Cl,0.00014036698793030923
+CCOCN1C(=C(C(=C1C(F)(F)F)Br)C#N)C2=CC=C(C=C2)Cl,3.336499331006338e-05
+CC(C)CC1=C(C(=NC(=C1C(=O)SC)C(F)(F)F)C(F)F)C(=O)SC,9.043009089325258e-06
+CC12CC1(C(=O)N(C2=O)C3=CC(=CC(=C3)Cl)Cl)C,5.279126047017924e-05
+CC1=CC(=C(C=C1)C(=O)OC)C2=NC(C(=O)N2)(C)C(C)C,0.00017340543300030297
+COP(=S)(OC)OC1=NC(=C(C=C1Cl)Cl)Cl,9.30136974668287e-06
+CC(C)CC1=C(C(=NC(=C1C(=O)OC)C(F)F)C(F)(F)F)C2=NCCS2,0.00011151045308574189
+CCOC(=O)C(CC1=CC(=C(C=C1Cl)F)N2C(=O)N(C(=N2)C)C(F)F)Cl,2.9112705183968275e-05
+CC(C)=CC3C(C(=O)OCc2coc(Cc1ccccc1)c2)C3(C)C,0.00036934164172773375
+CCCSP(=S)(OCC)OC1=CC=C(C=C1)SC,3.566479571525996e-05
+CC1=CC(=C(C(=C1)OC(=O)NC)C)C,0.0003063511456860093
+CC1=CC=CC=C1COC2CC3(CCC2(O3)C)C(C)C,0.0005466515334085693
+CC1=C2C(=CC=C1)SC3=NN=CN23,0.00016381576159163087
+CCC(=C1C(=O)CC(CC1=O)CC(C)SCC)NOCC=CCl,0.00027784628232227726
+CCCN(CCC)C(=O)SCC,4.753899597429217e-05
+CC(C)OC(=O)C=C(C)C=CCC(C)CCCC(C)(C)OC,0.00014816176662421748
+COP(=S)(OC)Oc1ccc(SC)c(C)c1,1.3473309110575038e-05
+COC1=C(C=C(C=C1)C(=CC(=O)N2CCOCC2)C3=CC=C(C=C3)Cl)OC,0.00011937399144446824
+CCSC(=O)N(CC(C)C)CC(C)C,0.00046004207912889866
+CC(C)OP(=S)(OC(C)C)SCCNS(=O)(=O)C1=CC=CC=C1,3.773457500445001e-05
+CC(=CC1C(C1(C)C)C(=O)OCC2=CC(=CC=C2)OC3=CC=CC=C3)C,0.0004280202119133742
+CC1=CC(=CC(=C1C)C)OC(=O)NC,5.1748504338852954e-05
+CCOP(=S)(OCC)SCSC1=CC=C(C=C1)Cl,2.91659726744992e-06
+C1CN(CCN1C(C(Cl)(Cl)Cl)NC=O)C(C(Cl)(Cl)Cl)NC=O,0.00022990526799413375
+C(=CC=C1)(C2=C1)NC(=N2)C(=CS3)N=C3,9.938002763559794e-06
+C1(=C(C(=C(C(=C1Cl)Cl)Cl)Cl)Cl)[N+](=O)[O-],0.00042324860573444577
+CCCC(=NOCC)C1C(=O)CC(CC1=O)CC(C)SCC,5.056765552287114e-05
+ClC2(Cl)C4(Cl)C1(Cl)C5(Cl)C(Cl)(Cl)C3(Cl)C1(Cl)C2(Cl)C3(Cl)C45Cl,1.2831252531880975e-06
+CCN(C1CCCCC1)C(=O)SCC,1.3930451940080122e-05
+CC1=NC(=NC(=N1)OC)NC(=O)NS(=O)(=O)C2=CC=CC=C2OCCCl,0.0005494924735209557
+C(C(=O)O)OC1=NC(=C(C(=C1Cl)N)Cl)F,0.001960549023239737
+CC1=C(C(=O)CC1OC(=O)C2C(C2(C)C)C=C(C)C)CC#C,0.0003162533656848333
+C1C(COC1(CN2C=NC=N2)C3=C(C=C(C=C3)Cl)Cl)Br,1.7185416964361658e-05
+C1=NNC(=N1)N,2.973360120532913e-05
+C1=CC(=C(C(=C1)F)C(=O)NC(=O)NC2=CC(=C(C(=C2F)Cl)F)Cl)F,6.822190699642811e-05
+C1=CC(=CC=C1OS(=O)(=O)C2=CC=C(C=C2)Cl)Cl,8.246440044818333e-06
+FC(F)(F)C(=CC(N(=O)=O)=C1N(C(C)C)C(C)C)C=C1N(=O)=O,0.0029825901773255373
+CC1=C(C(=O)CC1OC(=O)C2C(C2(C)C)C=C(C)C)CC=C,0.0002480093611298675
+C1=CC(=C(C(=C1)Cl)C#N)Cl,1.4533918736325693e-05
+C1C(O1)COC2=CC=CC=C2C3=CC=CC=C3,0.00220974492207247
+CC1=CC=CC=C1OCC2=CC=CC=C2C(=NOC)C(=O)OC,0.001196753409055808
+O=N(=O)C(C(=C1N(=O)=O)N(C(C)C)C(C)C)=CC(=C1)S(=O)(=O)N,0.00010642121227099495
+C1=CC(=C(C2=NC=C(C=C21)Cl)C(=O)O)Cl,0.0031273470595088652
+CC(C)NC(=O)N1CC(=O)N(C1=O)C2=CC(=CC(=C2)Cl)Cl,0.00013932359364492863
+CCCN(CCCl)C1=C(C=C(C=C1[N+](=O)[O-])C(F)(F)F)[N+](=O)[O-],0.0005690227880626769
+C1=CC=C(C=C1)C2=CC=CC=C2O,0.005875192118782279
+O=C(N(C)C)Nc(cccc1C(F)(F)F)c1,6.459882953742444e-05
+C1=CC(=NC(=C1)Cl)C(Cl)(Cl)Cl,4.330753128362797e-06
+Clc1cc(Cl)cc(Cl)c1OCCN(CCC)C(=O)n2cncc2,1.9911569269535424e-05
+CC1=CC(=C(C=C1NC(=O)C)NS(=O)(=O)C(F)(F)F)C,8.894826519325488e-05
+C(=C(I)I)(I)I,9.40487316889e-05
+C1=C(C=C(C(=C1Cl)N2C(=C(C(=N2)C#N)S(=O)C(F)(F)F)N)Cl)C(F)(F)F,1.3725335654181613e-07
+O=C(N(C)C)Nc(ccc(c1Cl)Cl)c1,2.6813159469657174e-05
+CC1=C(C(=O)CC1OC(=O)C2C(C2(C)C)C=C(C)C)CC=C,8.101639130242488e-05
+CC1=CC2=C(C=C1)N=C3C(=N2)SC(=O)S3,3.201059303080756e-05
+CC(C)N(C(=O)CCl)c1ccccc1,0.0001086504872549198
+CC(C)C1(C(=O)NC(=N1)C2=C(C=CC=N2)C(=O)O)C,0.0019136814830266148
+CC1(C(C1(C)C)C(=O)OC(C#N)C2=CC(=CC=C2)OC3=CC=CC=C3)C,5.566320606558907e-05
+CN1CN(C(=S)SC1)C,0.0001848698793354276
+ClC(Cl)=CC1C(C)(C)C1C(=O)OC(C(#N))c2cccc(Oc3ccccc3)c2,0.0001801597685653181
+ClC2C1OC1C3C2C4(Cl)C(=C(Cl)C3(Cl)C4(Cl)Cl)Cl,5.137200498000178e-07
+CCOC(=O)CN1C2=C(C=CC=C2Cl)SC1=O,4.600323862799974e-05
+CCCN(CCC)C1=C(C=C(C(=C1[N+](=O)[O-])N)C(F)(F)F)[N+](=O)[O-],8.392957359172463e-05
+C1=CC=C(C=C1)C(CCC2=CC=C(C=C2)Cl)(CN3C=NC=N3)C#N,0.0001187584704479041
+CC(C)(C)C(CCC1=CC=C(C=C1)Cl)(CN2C=NC=N2)O,5.165383561566422e-05
+CC1=C(C=CC=C1COC(=O)C2C(C2(C)C)C=C(C(F)(F)F)Cl)C3=CC=CC=C3,1.1824026617703973e-05
+C(=CC=C1)(C2=C1)NC(=N2)C(=CS3)N=C3,0.0001987600552711955
+C1=C(C=C(C(=C1Cl)N)Cl)[N+](=O)[O-],0.0007245881151318271
+CC1=C(C=C(C=C1C(=O)N)[N+](=O)[O-])[N+](=O)[O-],2.775825077363338e-05
+CC(C)OC1=CC=CC(=C1)NC(=O)C2=CC=CC=C2C(F)(F)F,0.0015465050319982663
+OC(c1ccc(Cl)cc1)(c2ccc(Cl)cc2)C(Cl)(Cl)Cl,6.747899500347761e-06
+O=P(O)(O)CCCl,0.0030866333336565456
+CN(C(=O)NC1=CC=C(C=C1)Br)OC,4.8243951057630326e-05
+CC1=CC(=CC=C1)NC(=O)OC2=CC=CC(=C2)NC(=O)OC,8.324752178787434e-05
+CC(C)(C)C1=NN=C(S1)N2C(CN(C2=O)C)O,0.0001950651330281793
+S=P(OCC)(OCC)Oc1ccc2C(C)=C(Cl)C(=O)Oc2c1,4.686221613388349e-06
+COC(=O)c1ccccc1S(=O)(=O)NC(=O)N(C)c2nc(OC)nc(C)n2,3.1614325062739156e-05
+C1=CC=C(C(=C1)NC2=NC(=NC(=N2)Cl)Cl)Cl,4.173898399328064e-06
+CC1=C(C=CC(=C1)OP(=S)(OC)OC)[N+](=O)[O-],1.6592478987816552e-06
+COc1c(Cl)ccc(Cl)c1C(=O)(O),0.000520273850439097
+CC1(C(C1C(=O)OC(C#N)C2=CC(=CC=C2)OC3=CC=CC=C3)C=C(Br)Br)C,4.948543461552819e-06
+C1=CC=C(C(=C1)C(C2=CC=C(C=C2)F)(C3=CN=CN=C3)O)Cl,7.943029208877253e-06
+c1ccc2nc(NC(=O)OC)n(C(=O)NCCCC)c2c1,0.00039611774300238816
+CCOC(=O)COC(=O)C1=C(C=CC(=C1)OC2=C(C=C(C=C2)C(F)(F)F)Cl)[N+](=O)[O-],5.583516196615599e-05
+CC(C)(C)C(C(N1C=NC=N1)OC2=CC=C(C=C2)C3=CC=CC=C3)O,7.409262028018131e-05
+CCNC(=O)NC(=O)C(=NOC)C#N,0.00015289185096526158
+CCOC1=C(C=CC(=C1)OC2=C(C=C(C=C2)C(F)(F)F)Cl)[N+](=O)[O-],0.00011058877892773892
+CC1=NC=C(N1CCO)[N+](=O)[O-],0.0008764039114257181
+O=C(N(SC(Cl)(Cl)Cl)C(=O)c1cccc2)c12,0.0016860133324539056
+CC(C)(C)c2ccc(OC1CCCCC1OS(=O)OCC#C)cc2,0.000285329221701204
+CCCCC(CN1C=NC=N1)(C2=C(C=C(C=C2)Cl)Cl)O,1.4958135679074663e-05
+CC(C)(C)C(C(=CC1=C(C=C(C=C1)Cl)Cl)N2C=NC=N2)O,0.00015327033840680795
+C1=CC(C2C1C3(C(=C(C2(C3(Cl)Cl)Cl)Cl)Cl)Cl)Cl,1.0178997674098972e-06
+C1=CC=C2C(=C1)C(=O)C3=C(C2=O)SC(=C(S3)C#N)C#N,3.374687200243432e-05
+CC1=NN(C(=C1C=NOCC2=CC=C(C=C2)C(=O)OC(C)(C)C)OC3=CC=CC=C3)C,7.307428846046914e-06
+CS(=O)(=O)C1=C(C=CC(=C1)C(F)(F)F)C(=O)C2=C(ON=C2)C3CC3,5.566064755837833e-05
+CC1=C(N=C(N=C1OC(=O)N(C)C)N(C)C)C,5.245792224158045e-05
+CCN(CC)C(=O)C(Cl)=C(C)OP(=O)(OC)OC,5.005200052490544e-06
+C1=CC(=CC=C1C(CN)O)O,0.0016320834707547742
+CC1=C(C(=CC=C1)C)N(C(=O)COC)N2CCOC2=O,0.00017965983350851395
+c1c(C(F)(F)F)cccc1N2C(=O)C(Cl)=C(NC)C=N2,6.174515120168466e-05
+CCC(C)NC1=C(C=C(C=C1[N+](=O)[O-])C(C)(C)C)[N+](=O)[O-],0.00016929970598735823
+C1=CC(=CC=C1S(=O)(=O)C2=CC(=C(C=C2Cl)Cl)Cl)Cl,0.0006459733503975096
+CCCCC1=C(NC(=NC1=O)NCC)C,0.00011945258606726158
+n(c(nc(n1)NCC)NCC)c1Cl,2.628229325207573e-05
+FC(F)(F)C(C=C1N(=O)=O)=CC(N(=O)=O)=C1N(CC)CC(C)=C,3.750789508184508e-05
+C1CCC(C1)N(CC2=CC=C(C=C2)Cl)C(=O)NC3=CC=CC=C3,7.60257762657494e-05
+CS(=O)(=O)NC(=O)C1=C(C=CC(=C1)OC2=C(C=C(C=C2)C(F)(F)F)Cl)[N+](=O)[O-],0.00011395676094313254
+CCOC(=O)C(C)OC1=CC=C(C=C1)OC2=NC3=C(O2)C=C(C=C3)Cl,2.4877248744348747e-05
+CCC1=C(C(=CC=C1)CC)N(CNC(=O)C)C(=O)CCl,0.0002105848787792573
+NC(=N)NCCCCCCCCCCCC(OC(=O)C),0.0001016026806851265
+C1=CC(=CC(=C1)Cl)NC(=O)OCC#CCCl,0.001743505808935171
+CC(C)C(C(=O)OC(C(#N))c2cccc(Oc1ccccc1)c2)c3ccc(Cl)cc3,5.953797389131287e-05
+CC(C)C1=C(C=CC(=C1)C(C)(C)C2=CC(=C(C=C2)O)C(C)C)O,8.001387248515537e-05
+CCN(CC1=C(C=CC=C1Cl)F)C2=C(C=C(C=C2[N+](=O)[O-])C(F)(F)F)[N+](=O)[O-],0.00011855904490168938
+CCCCCCCCSC(=O)OC1=CC(=NN=C1C2=CC=CC=C2)Cl,0.00017813968959673758
+CC1=C(C(=O)CC1OC(=O)C2C(C2(C)C)C=C(C)C)CC=C,4.563372244789602e-05
+CCCCNC(=O)N1C2=CC=CC=C2N=C1NC(=O)OC,0.0008611255282660687
+CC1=C(C(=CC=C1)C)N(C(C)C(=O)OC)C(=O)CC2=CC=CC=C2,0.00014136381415796835
+CC(C)C(C1=CC=C(C=C1)OC(F)F)C(=O)OC(C#N)C2=CC(=CC=C2)OC3=CC=CC=C3,1.3290157262750028e-05
+Clc1ccccc1c2nnc(c3ccccc3Cl)nn2,6.597478470118595e-05
+CCOC(=O)NCCOC1=CC=C(C=C1)OC2=CC=CC=C2,3.318543029523173e-05
+CCC1=C(C(=CC=C1)CC)N(CC(=O)OCC)C(=O)CCl,0.00016035726058227922
+c1(O2)c(CC2(C)C)cccc1OC(=O)N(C)SN(CCCC)CCCC,6.569530810416249e-05
+CCCCOC(=O)C(C)OC1=CC=C(C=C1)OC2=NC=C(C=C2)C(F)(F)F,7.825509714262148e-06
+COC1=CC(=C(C=C1Cl)OC)Cl,0.0006037074787089256
+CCOP(=S)(OCC)OC1=NN(C(=N1)Cl)C(C)C,3.984173701864836e-05
+n(c(nc(n1)NC(C)C)NCC)c1Cl,0.00011591071091933584
+CC(C)(C)C(C(=CC1=CC=C(C=C1)Cl)N2C=NC=N2)O,0.00013506940531624235
+CCCCCCCCc1cc(N(=O)(=O))c(OC(=O)C=CC)c(c1)N(=O)(=O),0.00013721450601021437
+c1cc(OC(F)(F)F)ccc1C(O)(C(C)C)c2cncnc2,3.8746408361649466e-05
+COP(=O)(C(C(Cl)(Cl)Cl)O)OC,7.76890065639098e-05
+C1=CC(=C(C=C1C(F)(F)F)Cl)OC2=CC(=C(C=C2)[N+](=O)[O-])C(=O)O,0.0003456310811217245
+CCCN(CC1CC1)C2=C(C=C(C=C2[N+](=O)[O-])C(F)(F)F)[N+](=O)[O-],1.4397200049120035e-05
+CCOC(=O)C(C)OC(=O)C1=C(C=CC(=C1)OC2=C(C=C(C=C2)C(F)(F)F)Cl)[N+](=O)[O-],0.00010827828420609173
+CCSC(=O)N1CCCCCC1,7.90700043427112e-05
+CCC1=CC=C(C=C1)C(=O)NN(C(=O)C2=CC(=CC(=C2)C)C)C(C)(C)C,0.0001361818336157604
+ClC(Cl)C(Cl)(Cl)SN2C(=O)C1CC=CCC1C2(=O),4.2972436676962935e-05
+COC(=O)C1=CC=CC=C1S(=O)(=O)NC(=O)NC2=NC(=CC(=N2)OC(F)F)OC(F)F,0.00029893004855968545
+CC(C)(C)C(C(N1C=NC=N1)OC2=CC=C(C=C2)Cl)O,8.452667530010769e-05
+CC1=C(C=CC(=C1)Cl)OCC(=O)O,1.9938294964743116e-05
+COC=C(C1=CC=CC=C1OC2=NC=NC(=C2)OC3=CC=CC=C3C#N)C(=O)OC,0.00015431812608561826
+C1=CC=C(C(=C1)C(C2=CC=C(C=C2)Cl)(C3=CN=CN=C3)O)Cl,6.9445287349200036e-06
+[O-]Br(=O)=O,4.769269019610272e-05
+OP(=O)OCC,0.003634746471572125
+COP(N)(=O)SC,7.085706817784122e-07
+CCOP(=O)(NC(C)C)Oc1ccc(SC)c(C)c1,4.944661963970053e-06
+CCOP(=S)(OCC)SCCSCC,1.4577045866248343e-07
+CCOP(=S)(OCC)SCSP(=S)(OCC)OCC,5.2018837831434275e-06
+O=C(OCC(CCCC)CC)CCCCC(=O)OCC(CCCC)CC,0.004047856676081413
+CN(C=Nc1ccc(C)cc1C)C=Nc2ccc(C)cc2C,3.4082463611346175e-05
+[C@@]14([C@@H]5OCC1=CC=C[C@@H]([C@H](O[C@H]2C[C@@H]([C@H]([C@@H](O2)C)O[C@H]3C[C@@H]([C@H]([C@@H](O3)C)O)OC)OC)C(=CC[C@@H]6C[C@H](OC([C@@H]4C=C([C@H]5O)C)=O)C[C@]7(O6)O[C@@H]([C@H](C=C7)C)[C@H](CC)C)C)C)O,2.290718786322191e-06
+O=C(N(S(=O)(=O)Nc1cccc2)C(C)C)c12,0.00014566407168203842
+S=P(OC)(OC)SCN1C(=O)SC(OC)=N1,4.134537164578915e-06
+C(#N)Cl,0.0011387594679715704
+C(#N)Br,0.0011517974649126507
+C1=CC(=CC=C1C(C2=CC=C(C=C2)Cl)C(Cl)(Cl)Cl)Cl,7.052459522690668e-07
+c(cccc1)(c1)C(C)C,0.002753936673434173
+CCCN(CCC)C(=O)SCC,0.00013205276659525523
+NC(CCCC1)C1,0.0006049965454697296
+ClC1CC2C(C1Cl)C3(Cl)C(=C(Cl)C2(Cl)C3(Cl)Cl)Cl,1.4642051620845761e-05
+CC(C)OC(=O)NC1=CC(=CC=C1)Cl,0.004680316153483986
+COC(=O)c1c(Cl)c(Cl)c(C(=O)OC)c(Cl)c1Cl,3.012372657970604e-05
+COC(=O)C1=CC=C(C=C1)C(=O)OC,0.0006437193589585184
+N(C(=S)NC1)C1,2.4471862937206834e-06
+O=C(N(OC)C)Nc(ccc(c1Cl)Cl)c1,1.0036375840596738e-05
+c(cccc1)(c1)C=C,0.0027364609513743235
+COC(=O)c1ccccc1S(=O)(=O)NC(=O)Nc2nc(OC)nc(C)n2,0.0006555420309950702
+C1=CC(=CC=C1N)Cl,9.798423692306362e-05
+FC(F)(F)C(Cl)=CC1C(C)(C)C1C(=O)OC(C(#N))c2cc(Oc3ccccc3)ccc2,2.7787035825324932e-05
+C(Cl)(Br)Br,0.00013683526627950891
+C=C(Cl)Cl,0.00014441434207713882
+C(C=CCl)Cl,4.595842510750173e-05
+COP(=O)(OC)OC(=CCl)c1cc(Cl)c(Cl)cc1Cl,0.00013662627391943267
+Oc(ccc(c1)C(c(ccc(O)c2)c2)(C)C)c1,0.00021902317939829496
+O=C(OCc(cccc1)c1)c(c(ccc2)C(=O)OCCCC)c2,0.001504675539130031
+O=C(NCCCC1)C1,0.0011046536495458942
+c(cccc1)(c1)Cl,0.001066127443097669
+C(Cl)(Cl)Cl,0.000502606685808161
+ClCCl,0.0006190792744080026
+C1C2C3C(C1C4C2O4)C5(C(=C(C3(C5(Cl)Cl)Cl)Cl)Cl)Cl,3.2816209380227e-07
+OCCO,0.016111403264557053
+O=C(C=C(CC1(C)C)C)C1,0.001295160023171075
+C(F)(Cl)(Cl)Cl,0.002540618905481128
+CCc1cccc(CC)c1N(COC)C(=O)CCl,5.189661748967873e-05
+c1ccccc1c2c(C)c(COC(=O)C3C(C)(C)C3C=C(Cl)C(F)(F)F)ccc2,1.1824026617703973e-05
+n1c(Cl)cc(OC)nc1NC(=O)NS(=O)(=O)c2ccccc2C(=O)OCC,0.000301334937881614
+O=C(NC(=O)c(c(F)ccc1)c1F)Nc(ccc(c2)Cl)c2,2.510595466045339e-05
+c(cccc1)(c1)CC,0.0027410163424857604
+O=C(N(SC(Cl)(Cl)Cl)C(=O)c1cccc2)c12,0.00013488106659631142
+Clc1cc(C(F)(F)F)cnc1Oc2ccc(OC(C)C(=O)OC)cc2,2.661507390658951e-06
+C#N,0.0011470716002092733
+ClC(C(OC(C=C2C(=O)OC(C)C(=O)OCC)=CC=C2N(=O)=O)=C1)=CC=C1C(F)(F)F,0.00010827828420609173
+c1c(C(F)(F)F)cccc1N2C(=O)C(Cl)=C(NC)C=N2,0.00016877007995126964
+O=N(=O)C(C(=C1N(=O)=O)N(C(C)C)C(C)C)=CC(=C1)S(=O)(=O)N,0.00012992280391195855
+CN(=CC=C1C(C=C2)=CC=N2C)C=C1,2.0133908207418442e-05
+C1=C(C=C(C=C1[N+](=O)[O-])[N+](=O)[O-])[N+](=O)[O-],6.245761469536105e-05
+C(=C)Cl,2.0800592400871593e-05
+C1CCC(=O)CC1,0.009272184465524753
+CC1(C(C1(C)C)C(=O)OC(C#N)C2=CC(=CC=C2)OC3=CC=CC=C3)C,7.154653735936876e-05
+C1=CC(=O)NNC1(=O),0.004460830164062158
+CCSC(=O)N1CCCCCC1,1.0677920910561878e-05
+C(C(Cl)(Cl)Cl)(O)O,0.0008211924590443927
+ClC2C1OC1C3C2C4(Cl)C(=C(Cl)C3(Cl)C4(Cl)Cl)Cl,6.421500622500273e-08
+Clc1cc(C(F)(F)F)ccc1Oc2cc(OCC)c(N(=O)(=O))cc2,2.764719473193427e-05
+c1cc(Cl)ccc1C(C(#N))(CCCC)Cn2ncnc2,3.407493882440337e-05
+CC1=C(C=C(C=C1[N+](=O)[O-])[N+](=O)[O-])[N+](=O)[O-],8.805487227420694e-06
+CC(C)OC(=O)C(C1=CC=C(C=C1)Br)(C2=CC=C(C=C2)Br)O,6.073132568962677e-05
+C[N+](C)(C)CCCl,0.0010602168942789236
+CCC(=C1C(=O)CC(CC1=O)CC(C)SCC)NOCC=CCl,0.00023894780279715413
+CC1=NC(=NC(=C1)C2CC2)NC3=CC=CC=C3,0.0001580192552676787
+N(c(cccc1)c1)c(cccc2)c2,0.00014773454395291703
+CC1(C(=O)N(C(=O)O1)NC2=CC=CC=C2)C3=CC=C(C=C3)OC4=CC=CC=C4,4.4873074905020916e-05
+CC1(CCCCC1)C(=O)NC2=C(C(=C(C=C2)O)Cl)Cl,0.0009662594125910585
+C1=CC(=C2C(=C1)OC(O2)(F)F)C3=CNC=C3C#N,0.0004432176780816704
+C(F)(F)(F)c1ccccc1C(=O)Nc2cccc(OC(C)C)c2,0.00026909187556769875
+C(CCCCN=C(N)N)CCCNCCCCCCCCN=C(N)N,5.343607459270991e-05
+C1CN(C(=N1)N[N+](=O)[O-])CC2=CN=C(C=C2)Cl,6.64943030028048e-05
+COC(=O)C12CC3=C(C1=NN(CO2)C(=O)N(C4=CC=C(C=C4)OC(F)(F)F)C(=O)OC)C=CC(=C3)Cl,6.8203197610829175e-06
+CC1=CC=CC=C1OCC2=CC=CC=C2C(=NOC)C(=O)OC,0.001180796696935047
+CC1=CC(=CC(=C1)C(=O)N(C(C)(C)C)NC(=O)C2=C(C(=CC=C2)OC)C)C,0.0011154252951100646
+C1=CC(=C(C(=C1)F)C(=O)NC(=O)NC2=CC(=C(C=C2)OC(C(OC(F)(F)F)F)(F)F)Cl)F,7.306609488150114e-05
+CC1=CC=C(C=C1)N(SC(F)(Cl)Cl)S(=O)(=O)N(C)C,5.183483461643306e-05
+CC(C)(C)C1=C(C=CC(=C1)O)O,0.0013536524792656423
+CC(=NOCC1=CC=CC=C1C(=NOC)C(=O)OC)C2=CC(=CC=C2)C(F)(F)F,0.00014692519736711582
+COC(=O)N(C1=CC=CC=C1COC2=NN(C=C2)C3=CC=C(C=C3)Cl)OC,2.3206826561357754e-05
+CC(C)N1C(=NC(C)(C)C)SCN(C1=O)C2=CC=CC=C2,2.8483655881816287e-05
+C1=CC=C(C(=C1)C2=NN=C(N=N2)C3=CC=CC=C3Cl)Cl,5.706818876652661e-05
+CCCC(=C1C(=O)CC(CC1=O)C2CCCSC2)NOCC,8.603044408485128e-05
+C1CC1NC2=NC(=C(C(=N2)N)C#N)N,0.00011566455596376984
+C(C=C1)(=N(C=C1)CC2)C(N2=C3)=CC=C3,3.093839741706742e-06
+C1=CC=C2C(=C1)C(=O)C3=C(C2=O)SC(=C(S3)C#N)C#N,2.0248123201460396e-05
+CCOC1=CC2=C(C=C1)NC(C=C2C)(C)C,5.522147585284529e-05
+C1=CC=C(C=C1)C(CCC2=CC=C(C=C2)Cl)(CN3C=NC=N3)C#N,8.90688528359281e-05
+CC1CN(CC(O1)C)CC(C)CC2=CC=C(C=C2)C(C)(C)C,5.60164796529038e-06
+C[Si](CN1C=NC=N1)(C2=CC=C(C=C2)F)C3=CC=C(C=C3)F,6.341300732121172e-06
+c1cc(Cl)cc(Cl)c1C(OCC=C)Cn2cncc2,5.047450068604895e-05
+CN(=CC=C1C(C=C2)=CC=N2C)C=C1,1.3691057581044662e-05
+CCCCOCCOCCOCC1=CC2=C(C=C1CCC)OCO2,0.00029547465787728373
+Clc1cc(Cl)ccc1C2(Cn3ncnc3)OC(CCC)CO2,0.00028052099059676144
+C(=CC=C1)(C2=C1)NC(=N2)C(=CS3)N=C3,0.00014907004145339663
+CCOC1=CC=C(C=C1)C(C)(C)COCC2=CC(=CC=C2)OC3=CC=CC=C3,6.905930233849184e-05
+CC(C)(C)c2ccc(OC1CCCCC1OS(=O)OCC#C)cc2,5.421255212322886e-05
+CC(COC1=CC=C(C=C1)OC2=CC=CC=C2)OC3=CC=CC=N3,0.0004356352632556389
+CC(C)(C)C(=O)C(N1C=NC=N1)OC2=CC=C(C=C2)Cl,0.0003880867710275085
+CC(C)(C)C(C(N1C=NC=N1)OC2=CC=C(C=C2)Cl)O,0.0003550120362604598
+c1ccccc1c2c(C)c(COC(=O)C3C(C)(C)C3C=C(Cl)C(F)(F)F)ccc2,1.8918442588326134e-05
+CC1(C(C1C(=O)OC(C#N)C2=CC(=C(C=C2)F)OC3=CC=CC=C3)C=C(Cl)Cl)C,1.3815728746284999e-05
+CC1(C(C1C(=O)OC(C#N)C2=CC(=C(C=C2)F)OC3=CC=CC=C3)C=C(Cl)Cl)C,2.763145749256989e-05
+ClC(Cl)=CC1C(C)(C)C1C(=O)OC(C(#N))c2cccc(Oc3ccccc3)c2,0.00012010651237687908
+ClC1CC2C(C1Cl)C3(Cl)C(=C(Cl)C2(Cl)C3(Cl)Cl)Cl,6.100854842019149e-07
+ClC4=C(Cl)C5(Cl)C3C1CC(C2OC12)C3C4(Cl)C5(Cl)Cl,2.625296750418199e-07
+C1C2C3C(C1C4C2O4)C5(C(=C(C3(C5(Cl)Cl)Cl)Cl)Cl)Cl,6.563241876045522e-07
+C1(C(C(C(C(C1Cl)Cl)Cl)Cl)Cl)Cl,1.6160652565775167e-05
+CCC(=O)Nc1ccc(Cl)c(Cl)c1,0.000348496188506355
+C1(=C(C(=C(C(=C1Cl)Cl)Cl)Cl)Cl)[N+](=O)[O-],0.0004740384384225777
+C1C2C(COS(=O)O1)C3(C(=C(C2(C3(Cl)Cl)Cl)Cl)Cl)Cl,7.126617932723372e-06
+O=C(N(SC(Cl)(Cl)Cl)C(=O)c1cccc2)c12,0.00016860133324539056
+CC(C(=O)O)OC1=CC=C(C=C1)OC2=C(C=C(C=N2)C(F)(F)F)Cl,2.764719473193427e-07
+CCCCC(CN1C=NC=N1)(C#N)C2=CC=C(C=C2)Cl,3.393642281292254e-05
+Clc1cc(Cl)cc(Cl)c1OCCN(CCC)C(=O)n2cncc2,1.3539867103283905e-05
+COP(=O)(NC(=O)(C))SC,1.3648831645543501e-05
+CCOP(=O)(OCC)OC(=CCl)C1=C(C=C(C=C1)Cl)Cl,4.171650386740796e-06
+CCOP(=S)(OCC)SCCSCC,8.017375226436709e-07
+O=P(O)(O)CCCl,8.30484305019692e-05
+CCCSP(=O)(OCC)SCCC,1.1141416635499232e-05
+CCOP(=O)(NC(C)C)Oc1ccc(SC)c(C)c1,5.603950225832819e-06
+COP(=S)(OC)Oc1ccc(SC)c(C)c1,2.5868753492304103e-06
+OC(=O)C(N)CCP(C)(=O)O,1.9323475088929698e-05
+OC(=O)CNCP(O)(O)=O,0.0017743806301134177
+CCOC(=O)CC(SP(=S)(OC)OC)C(=O)OCC,0.001089726833059097
+COP(N)(=O)SC,2.0548549771574144e-06
+CC(=CC(=O)OC)OP(=O)(OC)OC,1.5614663580667682e-06
+CCOP(=S)(OCC)SCSCC,6.144925589002914e-07
+CCOP(=S)(OCC)SCSC(C)(C)C,2.080223103650493e-07
+S=P(OC)(OC)SCN1N=Nc2ccccc2C1(=O),8.130482495825867e-06
+CCOP(=S)(OCC)OC1=NC(=C(C=C1Cl)Cl)Cl,2.852364730588813e-06
+CCOP(=S)(OCC)OC1=NC(=NC(=C1)C)C(C)C,1.905728844665908e-05
+CCC1=NC(=CC(=N1)OP(=S)(OC)OC)OCC,1.539557698279251e-06
+S=P(OC)(OC)SCN1C(=O)SC(OC)=N1,5.292207570661027e-06
+CCOP(=S)(OCC)SCN1C2=C(C=C(C=C2)Cl)OC1=O,5.437611333902565e-06
+COP(=S)(OC)SCN2C(=O)c1ccccc1C2(=O),2.8362443195186416e-05
+CCOC(=O)C1=CN2C(=CC(=N2)OP(=S)(OCC)OCC)N=C1C,1.0713392456492962e-05
+CCOP(=S)(OCC)OC1=NN(C=N1)C2=CC=CC=C2,4.1492120354304085e-06
+O=C(Oc(c(c(ccc1)cc2)c1)c2)NC,0.00029817925781592213
+CC1=CC(=CC(=C1SC)C)OC(=O)NC,4.12769581811153e-05
+CNC(=O)ON=C(C)SC,0.00012329688471926276
+CCCOC(=O)NCCCN(C)C,0.003611885866531263
+COC(=O)NC1=NC2=CC=CC=C2N1,0.00039228678402561883
+CC1=C(N=C(N=C1OC(=O)N(C)C)N(C)C)C,5.1618595485714984e-05
+CNC(=O)CCSCCSP(=O)(OC)OC,1.8793291063764634e-06
+N(C(=S)SSC(N(C)C)=S)(C)C,4.990997903448196e-05
+C1=NNC(=N1)N,5.9467202410658145e-05
+CCCCCCCCc1cc(N(=O)(=O))c(OC(=O)C=CC)c(c1)N(=O)(=O),0.00017563456769307506
+C1=CC=C(C=C1)[Sn](C2=CC=CC=C2)C3=CC=CC=C3,8.57111756230557e-07
+O=C(NC(=O)c(c(F)ccc1)c1F)Nc(ccc(c2)Cl)c2,2.253098495168911e-05
+N(C(=S)NC1)C1,1.2235931468603442e-05
+C1=CC(=C(C(=C1)F)C(=O)NC(=O)NC2=CC(=C(C(=C2F)Cl)F)Cl)F,6.559798749656557e-05
+CCCSC1=CC2=C(C=C1)N=C(N2)NC(=O)OC,7.537743365466673e-05
+C1CN(CCN1CCCC(=O)C2=CC=C(C=C2)F)C3=CC=CC=N3,0.00035125670755532855
+CC1(C2C(C3C(C(=O)C(=C(N)O)C(=O)C3(C(=O)C2=C(C4=C(C=CC(=C41)Cl)O)O)O)N(C)C)O)O,0.010507618609493797
+CC1=CC(=C(C=C1NC(=O)C2=CC(=CC(=C2O)I)I)Cl)C(C#N)C3=CC=C(C=C3)Cl,1.5081279803436797e-05
+CN1CC2CC1CN2C3=C(C=C4C(=C3)N(C=C(C4=O)C(=O)O)C5CC5)F,0.00013990757020924605
+C1=CC(=CC=C1C(C#N)C2=C(C=CC(=C2Cl)N3C(=O)NC(=O)C=N3)Cl)Cl,3.679735812631356e-05
+CC1=NC=C(N1C)[N+](=O)[O-],0.00010628650675790856
+CCN1CCN(CC1)C2=C(C=C3C(=C2)N(C=C(C3=O)C(=O)O)C4CC4)F,7.234386376698641e-05
+CC1C=CC=C2COC3C2(C(C=C(C3O)C)C(=O)OC4CC(CC=C(C1OC5CC(C(C(O5)C)OC6CC(C(C(O6)C)NC(=O)C)OC)OC)C)OC7(C4)C=CC(C(O7)C(C)C)C)O,1.110984927911861e-06
+COCC(=O)NC1=C(C=CC(=C1)SC2=CC=CC=C2)NC(=NC(=O)OC)NC(=O)OC,8.959030532555182e-05
+CC1CCC2=C3N1C=C(C(=O)C3=CC(=C2)F)C(=O)O,0.0015311099540615204
+COC(=O)NC1=NC2=C(N1)C=C(C=C2)S(=O)C3=CC=CC=C3,6.3422194381288265e-06
+CC1(C2CC3C(C(=O)C(=C(N)O)C(=O)C3(C(=O)C2=C(C4=C1C=CC=C4O)O)O)N(C)C)O,0.000337507506166939
+C1CN(CCN1CCCC(=O)C2=CC=C(C=C2)F)C3=CC=CC=N3,9.163218457965083e-05
+CC(C)NCC(COC1=CC=CC2=C1C3=CC=CC=C3N2)O,2.3460058312321127e-05
+C1=CC(=CC=C1C(C#N)C2=C(C=CC(=C2Cl)N3C(=O)NC(=O)C=N3)Cl)Cl,5.642261579368184e-05
+CC1C=CC=C2COC3C2(C(C=C(C3O)C)C(=O)OC4CC(CC=C(C1OC5CC(C(C(O5)C)OC6CC(C(C(O6)C)NC(=O)C)OC)OC)C)OC7(C4)C=CC(C(O7)C(C)C)C)O,2.7774623197796e-06
+COP(=S)(OC)Oc1ccc(SC)c(C)c1,1.6167970932690254e-06
+C(C(C(C(C1Cl)Cl)Cl)Cl)(C1Cl)Cl,2.7507493728979266e-05
+C(C(C(C(C1Cl)Cl)Cl)Cl)(C1Cl)Cl,1.3753746864489659e-05
+CC(N(C)C)CN(C(=CC=C3)C1=C3)C(=CC=C2)C(=C2)S1,5.8364575374860975e-05
+C1=C(C=C(C(=C1Cl)N)Cl)[N+](=O)[O-],0.001159340984210937
+c(cccc1)(c1)C=C,0.003840646949297277
diff --git a/regression/LOAEL_mmol_corrected_smiles.json b/regression/LOAEL_mmol_corrected_smiles.json
new file mode 100644
index 0000000..8770690
--- /dev/null
+++ b/regression/LOAEL_mmol_corrected_smiles.json
@@ -0,0 +1,6 @@
+{
+ "species": "",
+ "endpoint": "Lowest observed adverse effect level (LOAEL)",
+ "source": "http://www.epa.gov/ncct/dsstox/sdf_cpdbas.html",
+ "unit": "mmol/kg_bw/day"
+}
diff --git a/regression/Mouse_TD50.csv b/regression/Mouse_TD50.csv
new file mode 100644
index 0000000..d734cd2
--- /dev/null
+++ b/regression/Mouse_TD50.csv
@@ -0,0 +1,403 @@
+InChI,TD50
+"InChI=1S/C10Cl10O/c11-2-1(21)3(12)6(15)4(2,13)8(17)5(2,14)7(3,16)9(6,18)10(8,19)20",2.0014943947966027e-06
+"InChI=1S/C10Cl12/c11-1-2(12)7(17)4(14)3(13,5(1,15)9(7,19)20)6(1,16)10(21,22)8(2,4)18",2.6579198496020777e-06
+"InChI=1S/C10H10N2/c11-9-5-1-3-7-8(9)4-2-6-10(7)12/h1-6H,11-12H2",0.0010240208748551706
+"InChI=1S/C10H10O2/c1-2-3-8-4-5-9-10(6-8)12-7-11-9/h2,4-6H,1,3,7H2",0.0003163050635939683
+"InChI=1S/C10H10O3/c1-2-8(11)7-3-4-9-10(5-7)13-6-12-9/h2-5,8,11H,1,6H2",0.00039958559830647234
+"InChI=1S/C10H12Cl2O2/c11-7-13-5-9-1-2-10(4-3-9)6-14-8-12/h1-4H,5-8H2",1.3228047714546245e-05
+"InChI=1S/C10H12N2O4/c1-3-16-10-5-4-8(11-7(2)13)6-9(10)12(14)15/h4-6H,3H2,1-2H3,(H,11,13)",0.010124283383598016
+"InChI=1S/C10H12O/c1-3-4-9-5-7-10(11-2)8-6-9/h3,5-8H,1,4H2,2H3",0.0003495236559364692
+"InChI=1S/C10H12O2/c1-2-3-8-4-5-9-10(6-8)12-7-11-9/h4-6H,2-3,7H2,1H3",0.00076126164806448
+"InChI=1S/C10H12O2/c1-3-10(11)8-4-6-9(12-2)7-5-8/h3-7,10-11H,1H2,2H3",0.0003520073860650131
+"InChI=1S/C10H13NO2/c1-3-13-10-6-4-9(5-7-10)11-8(2)12/h4-7H,3H2,1-2H3,(H,11,12)",0.011940911459815517
+"InChI=1S/C10H14N2O2/c1-3-14-10-5-4-8(6-9(10)11)12-7(2)13/h4-6H,3,11H2,1-2H3,(H,12,13)",0.010657446002273611
+"InChI=1S/C10H17Cl2NOS/c1-7(2)13(8(3)4)10(14)15-6-9(12)5-11/h5,7-8H,6H2,1-4H3",9.880856118822022e-05
+"InChI=1S/C10H5Cl7/c11-4-2-1-3-5(4)9(15)7(13)6(12)8(3,14)10(9,16)17/h1-5H",3.241225386777336e-06
+"InChI=1S/C10H6Cl8/c11-3-1-2-4(5(3)12)9(16)7(14)6(13)8(2,15)10(9,17)18/h2-5H,1H2",3.343288360817406e-06
+"InChI=1S/C10H8Cl8/c1-4-7(2-11,3-12)9(16)6(14)5(13)8(4,15)10(9,17)18/h5-6H,1-3H2",2.20742457176815e-05
+"InChI=1S/C10H8N4/c11-8-5-4-7-10(13-8)14-6-2-1-3-9(14)12-7/h1-6H,(H2,11,13)",8.686328533231914e-05
+"InChI=1S/C10H9Cl4NO2S/c11-9(12)10(13,14)18-15-7(16)5-3-1-2-4-6(5)8(15)17/h1-2,5-6,9H,3-4H2",0.0005099398156424359
+"InChI=1S/C10H9Cl4O4P/c1-16-19(15,17-2)18-10(5-11)6-3-8(13)9(14)4-7(6)12/h3-5H,1-2H3",0.0006230178877179692
+"InChI=1S/C10H9Cl7/c1-4-6(2,3)8(13)5(11)7(4,12)9(14,15)10(8,16)17/h5H,1H2,2-3H3",2.3426688510375124e-06
+"InChI=1S/C10H9N/c11-10-6-5-8-3-1-2-4-9(8)7-10/h1-7H,11H2",0.0002751681039660543
+"InChI=1S/C10H9N/c11-10-7-3-5-8-4-1-2-6-9(8)10/h1-7H,11H2",0.00047002064459176004
+"InChI=1S/C11H10N4/c1-15-9-5-4-8-7(3-2-6-13-8)10(9)14-11(15)12/h2-6H,1H3,(H2,12,14)",9.88779870863335e-05
+"InChI=1S/C11H10N4/c1-7-3-2-6-15-10(7)13-8-4-5-9(12)14-11(8)15/h2-6H,1H3,(H2,12,14)",2.7241894401336626e-05
+"InChI=1S/C11H11N3O3/c12-10(15)6-9-11(16)17-13-14(9)7-8-4-2-1-3-5-8/h1-5H,6-7H2,(H2-,12,13,15,16)/p+1",4.354668076099093e-05
+"InChI=1S/C11H11N5/c1-6-5-13-7-3-4-8-10(9(7)14-6)15-11(12)16(8)2/h3-5H,1-2H3,(H2,12,15)",0.00011395680052448317
+"InChI=1S/C11H11N5/c12-10-7-6-9(11(13)14-10)16-15-8-4-2-1-3-5-8/h1-7H,(H4,12,13,14)",0.0003334291570901513
+"InChI=1S/C11H14N2O4/c12-10(14)16-6-9(7-17-11(13)15)8-4-2-1-3-5-8/h1-5,9H,6-7H2,(H2,12,14)(H2,13,15)",0.031145076874192587
+"InChI=1S/C11H14O2/c1-4-5-9-6-7-10(12-2)11(8-9)13-3/h4,6-8H,1,5H2,2-3H3",0.00010828844225673101
+"InChI=1S/C11H16N4O4/c16-8-4-14(5-9(17)12-8)2-1-3-15-6-10(18)13-11(19)7-15/h1-7H2,(H,12,16,17)(H,13,18,19)",8.834406322303829e-05
+"InChI=1S/C11H17F3N6O/c12-11(13,14)7-17-10(16)18-9-4-6-20(19-9)5-2-1-3-8(15)21/h4,6H,1-3,5,7H2,(H2,15,21)(H3,16,17,18,19)",0.0018446702741669733
+"InChI=1S/C11H17N3O4/c1-12-10-3-2-9(8-11(10)14(17)18)13(4-6-15)5-7-16/h2-3,8,12,15-16H,4-7H2,1H3",0.00030830041074076335
+"InChI=1S/C11H8N2O5/c12-11(14)8(9-2-1-5-17-9)6-7-3-4-10(18-7)13(15)16/h1-6H,(H2,12,14)",0.0005278178117962812
+"InChI=1S/C11H9N3/c12-10-6-5-8-7-3-1-2-4-9(7)13-11(8)14-10/h1-6H,(H3,12,13,14)",0.00027182011403344814
+"InChI=1S/C12H10Cl2N2/c13-9-5-7(1-3-11(9)15)8-2-4-12(16)10(14)6-8/h1-6H,15-16H2",4.859226624453276e-05
+"InChI=1S/C12H10ClNO/c13-9-1-5-11(6-2-9)15-12-7-3-10(14)4-8-12/h1-8H,14H2",0.0015751135697855032
+"InChI=1S/C12H10FN/c13-11-5-1-9(2-6-11)10-3-7-12(14)8-4-10/h1-8H,14H2",6.089320720249185e-06
+"InChI=1S/C12H10N2O/c15-14-12-8-6-11(7-9-12)13-10-4-2-1-3-5-10/h1-9,13H",0.0017152598088897826
+"InChI=1S/C12H11Cl2NO/c1-4-12(2,3)15-11(16)8-5-9(13)7-10(14)6-8/h1,5-7H,2-3H3,(H,15,16)",0.0005466031930215962
+"InChI=1S/C12H11ClN2O5S/c13-9-5-10(15-6-7-2-1-3-20-7)8(12(16)17)4-11(9)21(14,18)19/h1-5,15H,6H2,(H,16,17)(H2,14,18,19)",0.002213186053662509
+"InChI=1S/C12H11N/c13-12-8-6-11(7-9-12)10-4-2-1-3-5-10/h1-9H,13H2",1.2409697292026832e-05
+"InChI=1S/C12H11N/c13-12-9-5-4-8-11(12)10-6-2-1-3-7-10/h1-9H,13H2",0.006618505222414277
+"InChI=1S/C12H11N3/c1-7-12-8-4-2-3-5-9(8)15-10(12)6-11(13)14-7/h2-6,15H,1H3,(H2,13,14)",6.388286114096775e-05
+"InChI=1S/C12H11N3/c1-7-6-9-8-4-2-3-5-10(8)14-12(9)15-11(7)13/h2-6H,1H3,(H3,13,14,15)",0.00011255551724837283
+"InChI=1S/C12H11N7/c13-9-7(6-4-2-1-3-5-6)16-8-10(14)18-12(15)19-11(8)17-9/h1-5H,(H6,13,14,15,17,18,19)",0.00023769766515348103
+"InChI=1S/C12H12N2/c1-3-7-11(8-4-1)13-14-12-9-5-2-6-10-12/h1-10,13-14H",0.00014112242261606322
+"InChI=1S/C12H12N2/c13-11-5-1-9(2-6-11)10-3-7-12(14)8-4-10/h1-8H,13-14H2",0.0001069273740590929
+"InChI=1S/C12H12N2O/c13-9-1-5-11(6-2-9)15-12-7-3-10(14)4-8-12/h1-8H,13-14H2",0.00016780149083634181
+"InChI=1S/C12H12N2O2/c13-9-3-1-7(5-11(9)15)8-2-4-10(14)12(16)6-8/h1-6,15-16H,13-14H2",0.0016324763834312539
+"InChI=1S/C12H12N2O3/c1-2-12(8-6-4-3-5-7-8)9(15)13-11(17)14-10(12)16/h3-7H,2H2,1H3,(H2,13,14,15,16,17)",3.173504125555375e-05
+"InChI=1S/C12H12N2S/c13-9-1-5-11(6-2-9)15-12-7-3-10(14)4-8-12/h1-8H,13-14H2",0.0001534882516763494
+"InChI=1S/C12H12N4/c1-7-6-9-8(4-3-5-14-9)10-11(7)16(2)12(13)15-10/h3-6H,1-2H3,(H2,13,15)",7.302688425851248e-05
+"InChI=1S/C12H13N3O/c13-8-1-3-9(4-2-8)16-10-5-6-11(14)12(15)7-10/h1-7H,13-15H2",6.178824471675626e-05
+"InChI=1S/C12H13NO4S2/c1-2-18(14,15)11-7-8-12(19(13,16)17)10-6-4-3-5-9(10)11/h3-8H,2H2,1H3,(H2,13,16,17)",7.048181502365019e-05
+"InChI=1S/C12H14N2O2/c1-2-12(9-6-4-3-5-7-9)10(15)13-8-14-11(12)16/h3-7H,2,8H2,1H3,(H,13,15)(H,14,16)",6.322971906760913e-05
+"InChI=1S/C12H14N4/c13-9-3-1-7(5-11(9)15)8-2-4-10(14)12(16)6-8/h1-6H,13-16H2",0.0013441205228068704
+"InChI=1S/C12H14N4O2S/c1-8-7-9(2)15-12(14-8)16-19(17,18)11-5-3-10(13)4-6-11/h3-7H,13H2,1-2H3,(H,14,15,16)",0.005425189333718541
+"InChI=1S/C12H14O4/c1-2-9(13-5-11-7-15-11)4-10(3-1)14-6-12-8-16-12/h1-4,11-12H,5-8H2",0.00010934263030671753
+"InChI=1S/C12H15N3O5/c13-9(12(19)20)5-6-10(16)15-14-8-3-1-7(2-4-8)11(17)18/h1-4,9,14H,5-6,13H2,(H,15,16)(H,17,18)(H,19,20)",0.0009848374147200087
+"InChI=1S/C12H15N3O6/c1-6-9(13(16)17)7(2)11(15(20)21)8(12(3,4)5)10(6)14(18)19/h1-5H3",0.0004272295241840515
+"InChI=1S/C12H17NO3/c1-3-16-11-6-4-10(5-7-11)13-12(15)8-9(2)14/h4-7,9,14H,3,8H2,1-2H3,(H,13,15)",0.024768406441935443
+"InChI=1S/C12H19N3O/c1-9(2)15-12(16)11-6-4-10(5-7-11)8-14-13-3/h4-7,9,13-14H,8H2,1-3H3,(H,15,16)",2.521476609237526e-06
+"InChI=1S/C12H27O4P/c1-4-7-10-14-17(13,15-11-8-5-2)16-12-9-6-3/h4-12H2,1-3H3",0.00420556027638038
+"InChI=1S/C12H8Cl6/c13-8-9(14)11(16)7-5-2-1-4(3-5)6(7)10(8,15)12(11,17)18/h1-2,4-7H,3H2",3.480328334723156e-06
+"InChI=1S/C12H8Cl6O/c13-8-9(14)11(16)5-3-1-2(6-7(3)19-6)4(5)10(8,15)12(11,17)18/h2-7H,1H2",2.3942820763570925e-06
+"InChI=1S/C12H9N/c1-3-7-11-9(5-1)10-6-2-4-8-12(10)13-11/h1-8,13H",0.0009808225273404258
+"InChI=1S/C12H9NO/c13-8-5-6-12-10(7-8)9-3-1-2-4-11(9)14-12/h1-7H,13H2",2.3143346833618854e-05
+"InChI=1S/C12H9NO2/c14-13(15)11-7-6-9-5-4-8-2-1-3-10(11)12(8)9/h1-3,6-7H,4-5H2",0.00022991344612144238
+"InChI=1S/C13H11ClO/c14-12-6-7-13(15)11(9-12)8-10-4-2-1-3-5-10/h1-7,9,15H,8H2",0.006173446406482588
+"InChI=1S/C13H12Cl2N2/c14-10-6-8(1-3-12(10)16)5-9-2-4-13(17)11(15)7-9/h1-4,6-7H,5,16-17H2",0.00024929506766339666
+"InChI=1S/C13H12N4/c1-17-11-7-10(9-5-3-2-4-6-9)8-15-12(11)16-13(17)14/h2-8H,1H3,(H2,14,15,16)",0.0001480415265400102
+"InChI=1S/C13H13N3/c1-7-12-11(8(2)15-13(7)14)9-5-3-4-6-10(9)16-12/h3-6,16H,1-2H3,(H2,14,15)",0.00019265132240696013
+"InChI=1S/C13H13N3O/c1-17-13-9-11(7-8-12(13)14)16-15-10-5-3-2-4-6-10/h2-9H,14H2,1H3",0.00026489261948439447
+"InChI=1S/C13H14Cl2O3/c1-12(2,11(16)17)18-9-5-3-8(4-6-9)10-7-13(10,14)15/h3-6,10H,7H2,1-2H3,(H,16,17)",2.1441868845621653e-05
+"InChI=1S/C13H14N2/c14-12-5-1-10(2-6-12)9-11-3-7-13(15)8-4-11/h1-8H,9,14-15H2",0.00016341871961433259
+"InChI=1S/C13H16F3N3O4/c1-3-5-17(6-4-2)12-10(18(20)21)7-9(13(14,15)16)8-11(12)19(22)23/h7-8H,3-6H2,1-2H3",0.0009842543169990788
+"InChI=1S/C13H17N3O4S/c1-10-12(14(2)9-21(18,19)20)13(17)16(15(10)3)11-7-5-4-6-8-11/h4-8H,9H2,1-3H3,(H,18,19,20)",0.0020233949419622924
+"InChI=1S/C13H18Cl2N2O2/c14-5-7-17(8-6-15)11-3-1-10(2-4-11)9-12(16)13(18)19/h1-4,12H,5-9,16H2,(H,18,19)",4.914814791757694e-07
+"InChI=1S/C13H19NO4S/c1-3-9-14(10-4-2)19(17,18)12-7-5-11(6-8-12)13(15)16/h5-8H,3-4,9-10H2,1-2H3,(H,15,16)",0.0018923445202433486
+"InChI=1S/C14H10Cl4/c15-11-5-1-9(2-6-11)13(14(17)18)10-3-7-12(16)8-4-10/h1-8,13-14H",9.59255093113348e-05
+"InChI=1S/C14H13N3O3/c1-20-13-8-10(2-3-12(13)18)9-16-17-14(19)11-4-6-15-7-5-11/h2-9,16H,1H3,(H,17,19)",0.0001010058188936176
+"InChI=1S/C14H14ClN3O2S/c1-8-4-3-5-10(9(8)2)16-12-6-11(15)17-14(18-12)21-7-13(19)20/h3-6H,7H2,1-2H3,(H,19,20)(H,16,17,18)",3.335405608484539e-05
+"InChI=1S/C14H14N2/c1-2-16-13-6-4-3-5-11(13)12-9-10(15)7-8-14(12)16/h3-9H,2,15H2,1H3",0.00018356965945450366
+"InChI=1S/C14H16N2/c1-9-7-11(3-5-13(9)15)12-4-6-14(16)10(2)8-12/h3-8H,15-16H2,1-2H3",0.00013472118132575934
+"InChI=1S/C14H16N2O2/c1-17-13-7-9(3-5-11(13)15)10-4-6-12(16)14(8-10)18-2/h3-8H,15-16H2,1-2H3",0.0003021010761429791
+"InChI=1S/C14H19Cl2NO2/c15-8-10-17(11-9-16)13-6-4-12(5-7-13)2-1-3-14(18)19/h4-7H,1-3,8-11H2,(H,18,19)",4.3719568879030546e-07
+"InChI=1S/C14H19NO2/c1-17-14(16)13(11-7-3-2-4-8-11)12-9-5-6-10-15-12/h2-4,7-8,12-13,15H,5-6,9-10H2,1H3",0.0004286212711021
+"InChI=1S/C14H7Br2NO2/c15-8-5-9(16)12(17)11-10(8)13(18)6-3-1-2-4-7(6)14(11)19/h1-5H,17H2",0.0012519064014934582
+"InChI=1S/C14H7ClF3NO5/c15-10-5-7(14(16,17)18)1-4-12(10)24-8-2-3-11(19(22)23)9(6-8)13(20)21/h1-6H,(H,20,21)",0.0003898721716985984
+"InChI=1S/C14H8O4/c15-9-5-1-3-7-11(9)14(18)12-8(13(7)17)4-2-6-10(12)16/h1-6,15-16H",0.0008367646930260023
+"InChI=1S/C14H9Cl5/c15-11-5-1-9(2-6-11)13(14(17,18)19)10-3-7-12(16)8-4-10/h1-8,13H",3.610874147495195e-05
+"InChI=1S/C14H9Cl5O/c15-11-5-1-9(2-6-11)13(20,14(17,18)19)10-3-7-12(16)8-4-10/h1-8,20H",8.880270737591527e-05
+"InChI=1S/C14H9NO2/c15-8-5-6-11-12(7-8)14(17)10-4-2-1-3-9(10)13(11)16/h1-7H,15H2",0.0053309011283591765
+"InChI=1S/C15H11ClN2O2/c16-10-6-7-12-11(8-10)13(9-4-2-1-3-5-9)18-15(20)14(19)17-12/h1-8,15,20H,(H,17,19)",0.00012486362659776596
+"InChI=1S/C15H11NO2/c1-8-6-7-11-12(13(8)16)15(18)10-5-3-2-4-9(10)14(11)17/h2-7H,16H2,1H3",0.0007333930725544864
+"InChI=1S/C15H12N2O2/c18-13-15(17-14(19)16-13,11-7-3-1-4-8-11)12-9-5-2-6-10-12/h1-10H,(H2,16,17,18,19)",0.00023427456741458887
+"InChI=1S/C15H13NO/c1-10(17)16-13-6-7-15-12(9-13)8-11-4-2-3-5-14(11)15/h2-7,9H,8H2,1H3,(H,16,17)",3.399473014499503e-05
+"InChI=1S/C15H13NO2/c1-10(17)16(18)13-6-7-15-12(9-13)8-11-4-2-3-5-14(11)15/h2-7,9,18H,8H2,1H3",2.6037606997637996e-05
+"InChI=1S/C15H15N3O2/c1-10-3-8-15(20)14(9-10)18-17-13-6-4-12(5-7-13)16-11(2)19/h3-9,17H,1-2H3,(H,16,19)",0.00378761716548102
+"InChI=1S/C15H16N4O/c1-3-19-15-13(10(2)18-19)17-12(20)9-16-14(15)11-7-5-4-6-8-11/h4-8H,3,9H2,1-2H3,(H,17,20)",0.00042487549098276254
+"InChI=1S/C15H23ClO4S/c1-12(20-21(17)19-10-9-16)11-18-14-7-5-13(6-8-14)15(2,3)4/h5-8,12H,9-11H2,1-4H3",0.00047183982292269244
+"InChI=1S/C15H24O/c1-10-8-11(14(2,3)4)13(16)12(9-10)15(5,6)7/h8-9,16H,1-7H3",0.00296346048681535
+"InChI=1S/C15H9NO4/c1-8-6-7-11-12(13(8)16(19)20)15(18)10-5-3-2-4-9(10)14(11)17/h2-7H,1H3",5.837530305576034e-06
+"InChI=1S/C16H11N3O6/c1-18-8-12(16(21)22)14(20)11-6-3-9(17-15(11)18)2-4-10-5-7-13(25-10)19(23)24/h2-8H,1H3,(H,21,22)",2.3529397975592505e-05
+"InChI=1S/C16H12N2O2/c19-15-13-7-3-1-5-11(13)9-17-16(20)14-8-4-2-6-12(14)10-18(15)17/h1-8H,9-10H2",0.003273059841750379
+"InChI=1S/C16H14Cl2O3/c1-2-21-15(19)16(20,11-3-7-13(17)8-4-11)12-5-9-14(18)10-6-12/h3-10,20H,2H2,1H3",0.000288757818602276
+"InChI=1S/C16H15NO2/c17-15-11-5-4-10-14(15)16(18)19-12-6-9-13-7-2-1-3-8-13/h1-11H,12,17H2",0.010185719621091133
+"InChI=1S/C16H17NO2/c1-18-15-9-10-16(19-2)13(11-15)6-3-12-4-7-14(17)8-5-12/h3-11H,17H2,1-2H3",0.0003756192920261776
+"InChI=1S/C16H19ClN4O2S/c1-10-4-3-5-12(11(10)2)19-14-8-13(17)20-16(21-14)24-9-15(23)18-6-7-22/h3-5,8,22H,6-7,9H2,1-2H3,(H,18,23)(H,19,20,21)",0.00012157010792754416
+"InChI=1S/C16H22N4O3/c1-3-6-13-14(9-8-12(11(2)21)16(13)22)23-10-5-4-7-15-17-19-20-18-15/h8-9,22H,3-7,10H2,1-2H3,(H,17,18,19,20)",0.0003517908352205469
+"InChI=1S/C17H13N3O3/c1-11-6-8-14(15(10-11)20(22)23)18-19-17-13-5-3-2-4-12(13)7-9-16(17)21/h2-10,18H,1H3",0.11552093760047069
+"InChI=1S/C17H17ClO3/c1-17(2,16(19)20)21-11-12-3-5-13(6-4-12)14-7-9-15(18)10-8-14/h3-10H,11H2,1-2H3,(H,19,20)",0.0005053027255503999
+"InChI=1S/C17H17ClO3/c1-17(2,16(19)20-3)21-15-10-6-13(7-11-15)12-4-8-14(18)9-5-12/h4-11H,1-3H3",8.235778189165706e-06
+"InChI=1S/C17H20N2O/c1-18(2)15-9-5-13(6-10-15)17(20)14-7-11-16(12-8-14)19(3)4/h5-12H,1-4H3",0.00031339247917672457
+"InChI=1S/C17H21N3/c1-19(2)15-9-5-13(6-10-15)17(18)14-7-11-16(12-8-14)20(3)4/h5-12,18H,1-4H3",0.00023450745393349727
+"InChI=1S/C17H22N2/c1-18(2)16-9-5-14(6-10-16)13-15-7-11-17(12-8-15)19(3)4/h5-12H,13H2,1-4H3",0.0008137748894229252
+"InChI=1S/C17H22N2O/c1-17(20-14-13-19(2)3,15-9-5-4-6-10-15)16-11-7-8-12-18-16/h4-12H,13-14H2,1-3H3",0.0007730164730180342
+"InChI=1S/C18H12O6/c1-21-11-7-12-13(8-5-6-22-18(8)24-12)17-15(11)16(20)14-9(19)3-2-4-10(14)23-17/h2-8,18-19H,1H3",2.800012211506977e-06
+"InChI=1S/C18H14N4O5S/c23-16-9-6-13(11-15(16)18(24)25)21-20-12-4-7-14(8-5-12)28(26,27)22-17-3-1-2-10-19-17/h1-11,20H,(H,19,22)(H,24,25)",0.003137599816462964
+"InChI=1S/C18H16N2O7S2/c1-10-3-6-15(11(2)7-10)19-20-17-14-9-13(28(22,23)24)5-4-12(14)8-16(18(17)21)29(25,26)27/h3-9,19H,1-2H3,(H,22,23,24)(H,25,26,27)",0.0016404676799227466
+"InChI=1S/C18H20O2/c1-3-17(13-5-9-15(19)10-6-13)18(4-2)14-7-11-16(20)12-8-14/h5-12,19-20H,3-4H2,1-2H3",1.4570512710629708e-07
+"InChI=1S/C18H22ClNO/c1-16(15-21-18-10-6-3-7-11-18)20(13-12-19)14-17-8-4-2-5-9-17/h2-11,16H,12-15H2,1H3",1.7641670679378875e-05
+"InChI=1S/C18H22O5/c1-12-6-5-8-13(19)7-3-2-4-9-15-16(18(22)23-12)10-14(20)11-17(15)21/h4,9-12,20-21H,2-3,5-8H2,1H3",0.00012250117239904156
+"InChI=1S/C18H23NO6/c1-3-12-8-11(2)18(23,10-20)17(22)24-9-13-4-6-19-7-5-14(15(13)19)25-16(12)21/h3-4,14-15,20,23H,2,5-10H2,1H3",5.638585556519799e-06
+"InChI=1S/C18H27NO3/c1-14(2)8-6-4-5-7-9-18(21)19-13-15-10-11-16(20)17(12-15)22-3/h6,8,10-12,14,20H,4-5,7,9,13H2,1-3H3,(H,19,21)",0.0005468025312700706
+"InChI=1S/C18H28O3S/c1-3-4-5-6-7-8-11-22(19)15(2)12-16-9-10-17-18(13-16)21-14-20-17/h9-10,13,15H,3-8,11-12,14H2,1-2H3",0.00019169185318869503
+"InChI=1S/C19H17N3/c20-16-7-1-13(2-8-16)19(14-3-9-17(21)10-4-14)15-5-11-18(22)12-6-15/h1-12,20H,21-22H2",0.0001792186415226991
+"InChI=1S/C19H20N2O2/c1-2-3-14-17-18(22)20(15-10-6-4-7-11-15)21(19(17)23)16-12-8-5-9-13-16/h4-13,17H,2-3,14H2,1H3",0.0011447124015482493
+"InChI=1S/C19H30O5/c1-3-5-7-20-8-9-21-10-11-22-14-17-13-19-18(23-15-24-19)12-16(17)6-4-2/h12-13H,3-11,14-15H2,1-2H3",0.0008598312544228809
+"InChI=1S/C20H14O4/c21-15-9-5-13(6-10-15)20(14-7-11-16(22)12-8-14)18-4-2-1-3-17(18)19(23)24-20/h1-12,21-22H",0.0036755142892686385
+"InChI=1S/C20H16/c1-13-16-8-5-6-9-17(16)14(2)20-18(13)12-11-15-7-3-4-10-19(15)20/h3-12H,1-2H3",3.276885086661919e-07
+"InChI=1S/C20H18ClNO6/c1-10-7-12-14(21)9-13(17(23)16(12)20(27)28-10)18(24)22-15(19(25)26)8-11-5-3-2-4-6-11/h2-6,9-10,15,23H,7-8H2,1H3,(H,22,24)(H,25,26)",1.5873691968159566e-05
+"InChI=1S/C20H26O2/c1-3-20(22)11-9-18-17-6-4-13-12-14(21)5-7-15(13)16(17)8-10-19(18,20)2/h1,16-18,22H,4-12H2,2H3",9.349261257566211e-07
+"InChI=1S/C20H28O6/c1-9-5-13-18(24,15(9)22)7-11(8-21)6-12-14-17(3,4)20(14,26)16(23)10(2)19(12,13)25/h5-6,10,12-14,16,21,23-26H,7-8H2,1-4H3",6.064219813425096e-06
+"InChI=1S/C20H38N6O4/c1-12(2)9-16(24-14(5)28)19(30)26-17(10-13(3)4)18(29)25-15(11-27)7-6-8-23-20(21)22/h11-13,15-17H,6-10H2,1-5H3,(H,24,28)(H,25,29)(H,26,30)(H4,21,22,23)",0.00013081588554969792
+"InChI=1S/C22H28O3/c1-4-22(25-14(2)23)12-10-20-19-7-5-15-13-16(24)6-8-17(15)18(19)9-11-21(20,22)3/h1,13,17-20H,5-12H2,2-3H3",3.935898893219392e-06
+"InChI=1S/C22H42O4/c1-5-9-13-19(7-3)17-25-21(23)15-11-12-16-22(24)26-18-20(8-4)14-10-6-2/h19-20H,5-18H2,1-4H3",0.010470455370358662
+"InChI=1S/C23H36N2O2/c1-21(2,3)25-20(27)17-8-7-15-14-6-9-18-23(5,13-11-19(26)24-18)16(14)10-12-22(15,17)4/h11,13-18H,6-10,12H2,1-5H3,(H,24,26)(H,25,27)",0.0008750637172545578
+"InChI=1S/C24H29ClO4/c1-12(26)24(29-13(2)27)8-6-16-14-10-20(25)19-11-21(28)15-9-18(15)23(19,4)17(14)5-7-22(16,24)3/h10-11,14-18H,5-9H2,1-4H3",5.2525883388221734e-05
+"InChI=1S/C24H31Cl2N5O7/c1-2-14-21(35)30-16(10-32)22(36)29-15(12-6-4-3-5-7-12)8-18(34)27-17(11-33)24(38)31-9-13(25)19(26)20(31)23(37)28-14/h3-7,13-17,19-20,32-33H,2,8-11H2,1H3,(H,27,34)(H,28,37)(H,29,36)(H,30,35)",4.122717940234211e-05
+"InChI=1S/C24H34O9/c1-12(2)7-18(27)32-16-9-23(10-29-14(4)25)17(8-13(16)3)33-21-19(28)20(31-15(5)26)22(23,6)24(21)11-30-24/h8,12,16-17,19-21,28H,7,9-11H2,1-6H3",1.8927320375871454e-06
+"InChI=1S/C24H36O5/c1-5-15(3)24(27)29-21-11-14(2)10-17-7-6-16(4)20(23(17)21)9-8-19-12-18(25)13-22(26)28-19/h6-7,10,14-16,18-21,23,25H,5,8-9,11-13H2,1-4H3",0.0012730518166696751
+"InChI=1S/C24H38O4/c1-5-9-13-19(7-3)17-27-23(25)21-15-11-12-16-22(21)24(26)28-18-20(8-4)14-10-6-2/h11-12,15-16,19-20H,5-10,13-14,17-18H2,1-4H3",0.0017923161358892987
+"InChI=1S/C24H51O4P/c1-7-13-16-22(10-4)19-26-29(25,27-20-23(11-5)17-14-8-2)28-21-24(12-6)18-15-9-3/h22-24H,7-21H2,1-6H3",0.005890025403035336
+"InChI=1S/C26H29NO/c1-4-25(21-11-7-5-8-12-21)26(22-13-9-6-10-14-22)23-15-17-24(18-16-23)28-20-19-27(2)3/h5-18H,4,19-20H2,1-3H3",1.1816493887454156e-05
+"InChI=1S/C26H34O6/c1-25(2,23(27)28)14-8-16-31-20-12-13-22(21(18-20)19-10-6-5-7-11-19)32-17-9-15-26(3,4)24(29)30/h5-7,10-13,18H,8-9,14-17H2,1-4H3,(H,27,28)(H,29,30)",0.00012541108850949628
+"InChI=1S/C27H44O6/c1-15(20(28)8-9-24(2,3)32)16-7-11-27(33)18-12-21(29)19-13-22(30)23(31)14-25(19,4)17(18)6-10-26(16,27)5/h12,15-17,19-20,22-23,28,30-33H,6-11,13-14H2,1-5H3",7.704977695380911e-08
+"InChI=1S/C2Cl6/c3-1(4,5)2(6,7)8",0.001427741093936929
+"InChI=1S/C2H2Cl2O2/c3-1(4)2(5)6/h1H,(H,5,6)",0.0009228991441855318
+"InChI=1S/C2H2Cl4/c3-1-2(4,5)6/h1H2",0.0010843137336675136
+"InChI=1S/C2H3Cl/c1-2-3/h2H,1H2",0.00034881160845033247
+"InChI=1S/C2H3Cl3/c3-1-2(4)5/h2H,1H2",0.0004122836541524873
+"InChI=1S/C2H3Cl3O2/c3-2(4,5)1(6)7/h1,6-7H",0.0006039826580194605
+"InChI=1S/C2H3ClO/c3-1-2-4/h2H,1H2",0.00045988831211052486
+"InChI=1S/C2H3F/c1-2-3/h2H,1H2",0.0001761373236943588
+"InChI=1S/C2H4N2O2/c5-1-3-4-2-6/h1-2H,(H,3,5)(H,4,6)",0.007585268409491907
+"InChI=1S/C2H4N4/c3-2-4-1-5-6-2/h1H,(H3,3,4,5,6)",0.00030090347159352236
+"InChI=1S/C2H5Br/c1-2-3/h2H2,1H3",0.004909828926876559
+"InChI=1S/C2H5BrO/c3-1-2-4/h4H,1-2H2",0.0006089729483173198
+"InChI=1S/C2H5Cl/c1-2-3/h2H2,1H3",0.028056012822063013
+"InChI=1S/C2H5N/c1-2-3-1/h3H,1-2H2",8.753631480009102e-06
+"InChI=1S/C2H5N3O2/c1-5(4-7)2(3)6/h1H3,(H2,3,6)",1.1932468051544264e-05
+"InChI=1S/C2H5N5O3/c1-6(5-8)2(3)4-7(9)10/h1H3,(H2,3,4)",1.3800792695777562e-05
+"InChI=1S/C2H5NO/c1-2(3)4/h1H3,(H2,3,4)",0.05095887331116236
+"InChI=1S/C2H5NS/c1-2(3)4/h1H3,(H2,3,4)",0.00011725741689763111
+"InChI=1S/C2H6N2O/c1-2(5)4-3/h3H2,1H3,(H,4,5)",0.00013296091677969545
+"InChI=1S/C2H6N2O/c1-4(3)2-5/h2H,3H2,1H3",1.8493041217074185e-05
+"InChI=1S/C2H6O3S/c1-5-6(2,3)4/h1-2H3",0.0002887412696625518
+"InChI=1S/C2H8N2/c1-2-4-3/h4H,2-3H2,1H3",0.00010915432024812657
+"InChI=1S/C2H8N2/c1-3-4-2/h3-4H,1-2H3",1.8968891018729212e-06
+"InChI=1S/C2H8N2/c1-4(2)3/h3H2,1-2H3",6.589193722295407e-05
+"InChI=1S/C2H8N2O/c3-4-1-2-5/h4-5H,1-3H2",5.216970792848191e-06
+"InChI=1S/C2HCl3O2/c3-2(4,5)1(6)7/h(H,6,7)",0.003574353280754413
+"InChI=1S/C2HCl5/c3-1(4)2(5,6)7/h1H",0.00028325279001526307
+"InChI=1S/C30H22O12/c1-5-3-7(31)9-11(19(5)33)27(41)29-13-14-24(38)17(29)26(40)16-22(36)10-8(32)4-6(2)20(34)12(10)28(42)30(14,16)18(23(13)37)25(39)15(29)21(9)35/h3-4,13-14,17-18,23-24,31-38H,1-2H3",3.237662720837735e-05
+"InChI=1S/C32H24N6O16S4/c33-19-11-17(55(43,44)45)5-15-9-25(57(49,50)51)29(31(41)27(15)19)37-35-21-3-1-13(7-23(21)39)14-2-4-22(24(40)8-14)36-38-30-26(58(52,53)54)10-16-6-18(56(46,47)48)12-20(34)28(16)32(30)42/h1-12,35-36,39-40H,33-34H2,(H,43,44,45)(H,46,47,48)(H,49,50,51)(H,52,53,54)",0.0009773868939830605
+"InChI=1S/C33H40N2O9/c1-38-19-7-8-20-21-9-10-35-16-18-13-27(44-32(36)17-11-25(39-2)30(41-4)26(12-17)40-3)31(42-5)28(33(37)43-6)22(18)15-24(35)29(21)34-23(20)14-19/h7-8,11-12,14,18,22,24,27-28,31,34H,9-10,13,15-16H2,1-6H3",8.247371191505233e-06
+"InChI=1S/C34H27N9O7S2/c35-22-10-15-27(26(36)18-22)41-38-24-11-6-19(7-12-24)20-8-13-25(14-9-20)40-42-32-28(51(45,46)47)16-21-17-29(52(48,49)50)33(34(44)30(21)31(32)37)43-39-23-4-2-1-3-5-23/h1-18,39H,35-37H2,(H,45,46,47)(H,48,49,50)",9.704964997742563e-05
+"InChI=1S/C34H59NO15/c1-5-6-9-20(3)32(50-31(44)17-23(34(47)48)15-29(41)42)27(49-30(43)16-22(33(45)46)14-28(39)40)13-19(2)12-24(36)10-7-8-11-25(37)18-26(38)21(4)35/h19-27,32,36-38H,5-18,35H2,1-4H3,(H,39,40)(H,41,42)(H,45,46)(H,47,48)",9.406646994444739e-06
+"InChI=1S/C39H59Cl2NO2/c1-27(2)7-6-8-28(3)34-15-16-35-33-14-11-30-26-32(17-19-38(30,4)36(33)18-20-39(34,35)5)44-37(43)25-29-9-12-31(13-10-29)42(23-21-40)24-22-41/h9-13,27-28,32-36H,6-8,14-26H2,1-5H3",9.553400250559709e-07
+"InChI=1S/C3H10N2/c1-2-3-5-4/h5H,2-4H2,1H3",0.0006138281588743784
+"InChI=1S/C3H3N/c1-2-3-4/h2H,1H2",0.00011910447007368235
+"InChI=1S/C3H4Cl2/c4-2-1-3-5/h1-2H,3H2",0.001063357162746804
+"InChI=1S/C3H5Br2Cl/c4-1-3(5)2-6/h3H,1-2H2",1.150920842457143e-05
+"InChI=1S/C3H5Cl/c1-2-3-4/h2-3H,1H3",6.599192859908487e-05
+"InChI=1S/C3H5Cl3/c4-1-3(6)2-5/h3H,1-2H2",5.935024035151637e-06
+"InChI=1S/C3H5ClO/c1-3(4)2-5/h2-3H,1H3",0.00013942343545829674
+"InChI=1S/C3H5NO2/c1-2-6-3(4)5/h2H,1H2,(H2,4,5)",1.4240214503566715e-06
+"InChI=1S/C3H6Cl2/c1-3(5)2-4/h3H,2H2,1H3",0.00244279997982036
+"InChI=1S/C3H6N2S/c6-3-4-1-2-5-3/h1-2H2,(H2,4,5,6)",0.00023003312476996442
+"InChI=1S/C3H6O/c1-3-2-4-3/h3H,2H2,1H3",0.015702711851449568
+"InChI=1S/C3H6O2/c4-1-3-2-5-3/h3-4H,1-2H2",0.00046842175885215967
+"InChI=1S/C3H7N3O3/c4-3(8)6(5-9)1-2-7/h7H,1-2H2,(H2,4,8)",6.145473423081323e-06
+"InChI=1S/C3H7N5O3/c1-2-5-3(4)7(6-9)8(10)11/h2H2,1H3,(H2,4,5)",1.7626657464393082e-05
+"InChI=1S/C3H7NO2/c1-2-6-3(4)5/h2H2,1H3,(H2,4,5)",0.0001896889572517411
+"InChI=1S/C3H8N2/c1-2-3-5-4/h2,5H,1,3-4H2",0.0004742813320371443
+"InChI=1S/C3H8N2O/c1-2-5(4)3-6/h3H,2,4H2,1H3",3.177899975598264e-05
+"InChI=1S/C3H9O4P/c1-5-8(4,6-2)7-3/h1-3H3",0.0023915776488150327
+"InChI=1S/C42H50Cl4N2O4/c1-42-17-16-36-35-13-11-34(51-40(49)26-29-2-7-32(8-3-29)47(22-18-43)23-19-44)28-31(35)6-12-37(36)38(42)14-15-39(42)52-41(50)27-30-4-9-33(10-5-30)48(24-20-45)25-21-46/h2-5,7-11,13,28,36-39H,6,12,14-27H2,1H3",1.8385422616833764e-06
+"InChI=1S/C43H58N4O12/c1-21-12-11-13-22(2)42(55)45-33-28(20-44-47-17-15-46(9)16-18-47)37(52)30-31(38(33)53)36(51)26(6)40-32(30)41(54)43(8,59-40)57-19-14-29(56-10)23(3)39(58-27(7)48)25(5)35(50)24(4)34(21)49/h11-14,19-21,23-25,29,34-35,39,44,49-51,53H,15-18H2,1-10H3,(H,45,55)",4.082920221197056e-05
+"InChI=1S/C4H10N2O/c1-2-3-6(5)4-7/h4H,2-3,5H2,1H3",8.606247998973955e-05
+"InChI=1S/C4H10O/c1-4(2,3)5/h5H,1-3H3",0.29546043258645216
+"InChI=1S/C4H12N2/c1-2-3-4-6-5/h6H,2-5H2,1H3",0.00013726359465447853
+"InChI=1S/C4H3FN2O2/c5-2-1-6-4(9)7-3(2)8/h1H,(H2,6,7,8,9)",2.2755699879994188e-05
+"InChI=1S/C4H4N2O2/c7-3-1-2-5-4(8)6-3/h1-2H,(H2,5,6,7,8)",0.024534557146782616
+"InChI=1S/C4H4N2OS/c7-3-1-2-5-4(8)6-3/h1-2H,(H2,5,6,7,8)",0.0004291731627877212
+"InChI=1S/C4H5Cl/c1-3-4(2)5/h3H,1-2H2",9.227968085010167e-05
+"InChI=1S/C4H6/c1-3-4-2/h3-4H,1-2H2",0.00025697701848977143
+"InChI=1S/C4H6Cl2/c5-3-1-2-4-6/h1-2H,3-4H2",1.21604085897285e-05
+"InChI=1S/C4H6N2/c1-4-5-2-3-6-4/h2-3H,1H3,(H,5,6)",0.009524514785652098
+"InChI=1S/C4H6O2/c1-3-6-4(2)5/h3H,1H2,2H3",0.04553414573063994
+"InChI=1S/C4H7Cl/c1-4(2)3-5/h1,3H2,2H3",0.011043489371580213
+"InChI=1S/C4H7Cl/c1-4(2)3-5/h3H,1-2H3",0.00016454799163654365
+"InChI=1S/C4H7Cl2O4P/c1-8-11(7,9-2)10-3-4(5)6/h3H,1-2H3",0.0003185879314004143
+"InChI=1S/C4H7NO2/c1-2-4(7)5-3-6/h2,6H,1,3H2,(H,5,7)",0.00026309568671435907
+"InChI=1S/C4H8N2O/c1-3-5-6(2)4-7/h3-4H,1-2H3",2.5070116421225808e-05
+"InChI=1S/C4H9NO/c1-3-4(2)5-6/h6H,3H2,1-2H3",0.006129448441467211
+"InChI=1S/C4H9NO2/c1-4(2)3-7-5-6/h4H,3H2,1-2H3",0.0030062121920329684
+"InChI=1S/C5H10Br2O2/c6-1-5(2-7,3-8)4-9/h8-9H,1-4H2",0.0005230211380710909
+"InChI=1S/C5H12N2O/c1-2-3-4-7(6)5-8/h5H,2-4,6H2,1H3",0.00016614770617165425
+"InChI=1S/C5H12O/c1-5(2,3)6-4/h1-4H3",0.07430669583875733
+"InChI=1S/C5H14N2/c1-2-3-4-5-7-6/h7H,2-6H2,1H3",5.744870965500471e-05
+"InChI=1S/C5H6O2/c6-4-5-2-1-3-7-5/h1-3,6H,4H2",0.0026809391849842764
+"InChI=1S/C5H8/c1-4-5(2)3/h4H,1-2H2,3H3",0.004022489533452915
+"InChI=1S/C5H8O2/c1-3-5(6)7-4-2/h3H,1,4H2,2H3",0.0032362524196979884
+"InChI=1S/C5H9NO/c1-6-4-2-3-5(6)7/h2-4H2,1H3",0.020679685789827713
+"InChI=1S/C6H10N3O6P/c1-5-7-4-6(9(10)11)8(5)2-3-15-16(12,13)14/h4H,2-3H2,1H3,(H2,12,13,14)",0.0020148605923530905
+"InChI=1S/C6H10N6O/c1-12(2)11-10-6-4(5(7)13)8-3-9-6/h3H,1-2H3,(H2,7,13)(H,8,9)",5.302349171219784e-06
+"InChI=1S/C6H10O2/c1-2-3-7-4-6-5-8-6/h2,6H,1,3-5H2",0.0015944995023759755
+"InChI=1S/C6H11Cl3O3/c7-3-10-1-6(12-5-9)2-11-4-8/h6H,1-5H2",1.4483728751759239e-05
+"InChI=1S/C6H11IO3/c1-4(7)6-9-3-5(2-8)10-6/h4-6,8H,2-3H2,1H3",0.0005347713774858146
+"InChI=1S/C6H11N2O4PS3/c1-10-5-7-8(6(9)16-5)4-15-13(14,11-2)12-3/h4H2,1-3H3",1.9977878799104473e-05
+"InChI=1S/C6H11NO2/c1-3-5-6(4-2)7(8)9/h5H,3-4H2,1-2H3",2.6789080894507485e-06
+"InChI=1S/C6H12Br2O4/c7-1-3(9)5(11)6(12)4(10)2-8/h3-6,9-12H,1-2H2",3.571833301890368e-05
+"InChI=1S/C6H12Cl2O/c1-5(3-7)9-6(2)4-8/h5-6H,3-4H2,1-2H3",0.0011165392194630995
+"InChI=1S/C6H12Cl3O4P/c7-1-4-11-14(10,12-5-2-8)13-6-3-9/h1-6H2",0.003394176308018911
+"InChI=1S/C6H12N2/c1-3-5-7-8-6-4-2/h3-4,7-8H,1-2,5-6H2",0.0003013202820643119
+"InChI=1S/C6H12N2/c1-3-5-8(7)6-4-2/h3-4H,1-2,5-7H2",0.00026387811683738324
+"InChI=1S/C6H12N2O3/c1-8(2)7-5(9)3-4-6(10)11/h3-4H2,1-2H3,(H,7,9)(H,10,11)",0.006430619237416019
+"InChI=1S/C6H12N3PS/c11-10(7-1-2-7,8-3-4-8)9-5-6-9/h1-6H2",1.1785254690980436e-06
+"InChI=1S/C6H13NO/c1-2-3-4-5-6(7)8/h2-5H2,1H3,(H2,7,8)",0.016930963345766856
+"InChI=1S/C6H13NO2S/c1-2-10-4-3-5(7)6(8)9/h5H,2-4,7H2,1H3,(H,8,9)",0.0004373954753459612
+"InChI=1S/C6H13NO3S/c8-11(9,10)7-6-4-2-1-3-5-6/h6-7H,1-5H2,(H,8,9,10)",0.003721300792687281
+"InChI=1S/C6H14O2/c1-2-3-5-8-6-4-7/h7H,2-6H2,1H3",0.014470163538234253
+"InChI=1S/C6H15NO3/c8-4-1-7(2-5-9)3-6-10/h8-10H,1-6H2",0.0006702942994150994
+"InChI=1S/C6H3Cl3O/c7-3-1-4(8)6(10)5(9)2-3/h1-2,10H",0.005419216948474336
+"InChI=1S/C6H4Cl3N/c7-3-1-4(8)6(10)5(9)2-3/h1-2H,10H2",0.0013183291526859425
+"InChI=1S/C6H6Cl2N2/c7-4-1-3(9)2-5(8)6(4)10/h1-2H,9-10H2",0.0045359364223267855
+"InChI=1S/C6H6ClN/c7-4-6-2-1-3-8-5-6/h1-3,5H,4H2",0.0017950745974995737
+"InChI=1S/C6H6ClN/c7-5-1-3-6(8)4-2-5/h1-4H,8H2",0.0007015684562280089
+"InChI=1S/C6H6N4O4/c7-6(11)9-8-3-4-1-2-5(14-4)10(12)13/h1-3H,(H3,7,9,11)",0.0001554484688325813
+"InChI=1S/C6H6N6O/c1-12(11-13)6-4-5(8-2-7-4)9-3-10-6/h2-3H,1H3,(H,7,8,9,10)",0.00010272144470134212
+"InChI=1S/C6H6N6O/c1-12(11-13)6-4-5(8-2-7-4)9-3-10-6/h2-3H,1H3,(H,7,8,9,10)",0.00010103748659148254
+"InChI=1S/C6H6O2/c7-5-1-2-6(8)4-3-5/h1-4,7-8H",0.0020433999996367445
+"InChI=1S/C6H6O2/c7-5-3-1-2-4-6(5)8/h1-4,7-8H",0.002215953777383811
+"InChI=1S/C6H6O4/c7-2-4-1-5(8)6(9)3-10-4/h1,3,7,9H,2H2",0.004630235579067969
+"InChI=1S/C6H7ClN2/c7-4-1-2-5(8)6(9)3-4/h1-3H,8-9H2",0.009397837094806011
+"InChI=1S/C6H7ClN2/c7-5-2-1-4(8)3-6(5)9/h1-3H,8-9H2",0.008626372855680136
+"InChI=1S/C6H7N3O/c7-9-6(10)5-1-3-8-4-2-5/h1-4H,7H2,(H,9,10)",0.000197609148063941
+"InChI=1S/C6H7N3O/c7-9-6(10)5-2-1-3-8-4-5/h1-4H,7H2,(H,9,10)",0.0016625419099106547
+"InChI=1S/C6H7N3O2/c7-4-1-2-5(8)6(3-4)9(10)11/h1-3H,7-8H2",0.004009434578304138
+"InChI=1S/C6H8N2/c7-5-3-1-2-4-6(5)8/h1-4H,7-8H2",0.0067966695394540266
+"InChI=1S/C6H8N2/c7-8-6-4-2-1-3-5-6/h1-5,8H,7H2",0.0006593231811742469
+"InChI=1S/C6H8N2O/c7-4-1-2-6(9)5(8)3-4/h1-3,9H,7-8H2",0.0011519196781713517
+"InChI=1S/C6H8N4O3S/c1-2-7-5(11)9-6-8-3-4(14-6)10(12)13/h3H,2H2,1H3,(H2,7,8,9,11)",0.003505706485418219
+"InChI=1S/C6H8O/c1-2-3-4-5-6-7/h2-6H,1H3",0.0018309089047919207
+"InChI=1S/C6H9NO6/c8-4(9)1-7(2-5(10)11)3-6(12)13/h1-3H2,(H,8,9)(H,10,11)(H,12,13)",0.013916588364058067
+"InChI=1S/C7H10N2/c1-5-2-3-6(8)4-7(5)9/h2-4H,8-9H2,1H3",0.00021855186063758086
+"InChI=1S/C7H10N2/c8-9-6-7-4-2-1-3-5-7/h1-5,9H,6,8H2",0.0006982199892279305
+"InChI=1S/C7H10N2O/c1-10-7-3-2-5(8)4-6(7)9/h2-4H,8-9H2,1H3",0.00655727263778964
+"InChI=1S/C7H10N2OS/c1-2-3-5-4-6(10)9-7(11)8-5/h4H,2-3H2,1H3,(H2,8,9,10,11)",0.0024025865694823367
+"InChI=1S/C7H14N2O/c1-3-4-5-6-8-9(2)7-10/h6-7H,3-5H2,1-2H3",2.405081895851515e-05
+"InChI=1S/C7H14N2O/c1-7(2)4-5-8-9(3)6-10/h5-7H,4H2,1-3H3",1.5682259145464707e-05
+"InChI=1S/C7H15Cl2N2O2P/c8-2-4-10-14(12)11(6-3-9)5-1-7-13-14/h1-7H2,(H,10,12)",1.9380631777954504e-05
+"InChI=1S/C7H15Cl2N2O2P/c8-2-5-11(6-3-9)14(12)10-4-1-7-13-14/h1-7H2,(H,10,12)",2.2827779722650128e-05
+"InChI=1S/C7H16O2/c1-6(8)5-9-7(2,3)4/h6,8H,5H2,1-4H3",0.014145159594465117
+"InChI=1S/C7H5Cl2NO2/c8-3-1-4(7(11)12)6(9)5(10)2-3/h1-2H,10H2,(H,11,12)",0.025385207170956887
+"InChI=1S/C7H5Cl3/c8-7(9,10)6-4-2-1-3-5-6/h1-5H",2.0258583423669887e-06
+"InChI=1S/C7H5N3O2/c11-10(12)5-1-2-6-7(3-5)9-4-8-6/h1-4H,(H,8,9)",0.0022803395499149015
+"InChI=1S/C7H5N3O3S/c8-7-9-4(3-14-7)5-1-2-6(13-5)10(11)12/h1-3H,(H2,8,9)",3.726343401247182e-05
+"InChI=1S/C7H6N2O4/c1-5-2-3-6(8(10)11)4-7(5)9(12)13/h2-4H,1H3",0.00016141996863840554
+"InChI=1S/C7H6N4O3S/c8-10-7-9-4(3-15-7)5-1-2-6(14-5)11(12)13/h1-3H,8H2,(H,9,10)",7.249781953966605e-05
+"InChI=1S/C7H6O3/c8-5-1-2-6-7(3-5)10-4-9-6/h1-3,8H,4H2",0.032507799337825674
+"InChI=1S/C7H7Cl/c8-6-7-4-2-1-3-5-7/h1-5H,6H2",0.000485846463037751
+"InChI=1S/C7H7NO2/c1-6-4-2-3-5-7(6)8(9)10/h2-5H,1H3",0.0009333800023334541
+"InChI=1S/C7H7NO3/c1-11-7-5-3-2-4-6(7)8(9)10/h2-5H,1H3",0.001162370033316916
+"InChI=1S/C7H8ClN/c1-5-2-3-6(8)4-7(5)9/h2-4H,9H2,1H3",0.0013771390677404024
+"InChI=1S/C7H8ClN/c1-5-4-6(8)2-3-7(5)9/h2-4H,9H2,1H3",0.0001822060920394985
+"InChI=1S/C7H8N2O/c8-9-7(10)6-4-2-1-3-5-6/h1-5H,8H2,(H,9,10)",7.043634544804212e-05
+"InChI=1S/C7H8N2O2/c1-5-2-3-6(9(10)11)4-7(5)8/h2-4H,8H2,1H3",0.0018205634282326677
+"InChI=1S/C7H8N2O2/c8-9-6-3-1-5(2-4-6)7(10)11/h1-4,9H,8H2,(H,10,11)",0.0036871338745072912
+"InChI=1S/C7H8N2O3/c1-12-7-3-2-5(9(10)11)4-6(7)8/h2-4H,8H2,1H3",0.022123091214337916
+"InChI=1S/C7H8O2/c1-9-7-4-2-6(8)3-5-7/h2-5,8H,1H3",0.044547484557409416
+"InChI=1S/C7H9N/c1-6-2-4-7(8)5-3-6/h2-5H,8H2,1H3",0.0007792588361885953
+"InChI=1S/C7H9N/c1-6-3-2-4-7(8)5-6/h2-5H,8H2,1H3",0.013438715258821357
+"InChI=1S/C7H9N/c1-6-4-2-3-5-7(6)8/h2-5H,8H2,1H3",0.007839250567645756
+"InChI=1S/C7H9N3O/c8-7(11)10-9-6-4-2-1-3-5-6/h1-5,9H,(H3,8,10,11)",0.0010915152878292723
+"InChI=1S/C7H9NO/c1-9-7-5-3-2-4-6(7)8/h2-5H,8H2,1H3",0.007843933334686755
+"InChI=1S/C8H10/c1-2-8-6-4-3-5-7-8/h3-7H,2H2,1H3",0.015070880233598764
+"InChI=1S/C8H10N2O/c1-6-2-4-7(5-3-6)10-8(9)11/h2-5H,1H3,(H3,9,10,11)",0.0013717064894368603
+"InChI=1S/C8H10N2O/c1-7(11)9-10-8-5-3-2-4-6-8/h2-6,10H,1H3,(H,9,11)",0.00034092899154935786
+"InChI=1S/C8H10N2S/c1-2-7-5-6(8(9)11)3-4-10-7/h3-5H,2H2,1H3,(H2,9,11)",0.0004168558959845335
+"InChI=1S/C8H11N/c1-6-3-4-7(2)8(9)5-6/h3-5H,9H2,1-2H3",0.005165881744219526
+"InChI=1S/C8H11N/c1-6-3-4-8(9)7(2)5-6/h3-5H,9H2,1-2H3",0.00010232737001329522
+"InChI=1S/C8H11NO/c1-6-3-4-8(10-2)7(9)5-6/h3-5H,9H2,1-2H3",0.0003958328929115281
+"InChI=1S/C8H12/c1-2-8-6-4-3-5-7-8/h2-4,8H,1,5-7H2",0.0009798402490642925
+"InChI=1S/C8H12N2/c9-10-7-6-8-4-2-1-3-5-8/h1-5,10H,6-7,9H2",0.0001071997086517501
+"InChI=1S/C8H12N4O5/c9-7-10-2-12(8(16)11-7)6-5(15)4(14)3(1-13)17-6/h2-6,13-15H,1H2,(H2,9,11,16)",3.169470870351428e-07
+"InChI=1S/C8H13NO2/c1-9-5-3-4-7(6-9)8(10)11-2/h4H,3,5-6H2,1-2H3",0.00025451949297139513
+"InChI=1S/C8H14ClNS2/c1-4-10(5-2)8(11)12-6-7(3)9/h3-6H2,1-2H3",0.00018857115790734292
+"InChI=1S/C8H14O2/c1-4-5-10-8(9)6-7(2)3/h4,7H,1,5-6H2,2-3H3",0.0004416451704553442
+"InChI=1S/C8H15N3O7/c1-11(10-18)8(17)9-4(2-12)6(15)7(16)5(14)3-13/h2,4-7,13-16H,3H2,1H3,(H,9,17)",1.0255609761983165e-06
+"InChI=1S/C8H16N2O/c1-3-4-5-6-7-9-10(2)8-11/h7-8H,3-6H2,1-2H3",1.4914338568287468e-05
+"InChI=1S/C8H18N2O/c1-3-5-7-10(9-11)8-6-4-2/h3-8H2,1-2H3",6.88821003858657e-06
+"InChI=1S/C8H18O/c1-3-5-6-8(4-2)7-9/h8-9H,3-7H2,1-2H3",0.012900461421861296
+"InChI=1S/C8H20N2/c1-3-5-7-10(9)8-6-4-2/h3-9H2,1-2H3",0.0003133277276322484
+"InChI=1S/C8H20N2/c1-3-5-7-9-10-8-6-4-2/h9-10H,3-8H2,1-2H3",0.0003202597570046406
+"InChI=1S/C8H5N3O4S/c12-4-9-8-10-5(3-16-8)6-1-2-7(15-6)11(13)14/h1-4H,(H,9,10,12)",8.235472647152658e-05
+"InChI=1S/C8H6N4O4/c9-8-10-6(11-16-8)3-1-5-2-4-7(15-5)12(13)14/h1-4H,(H2,9,10,11)",0.0005041461519694587
+"InChI=1S/C8H6N4O4S/c1-4(13)9-8-11-10-7(17-8)5-2-3-6(16-5)12(14)15/h2-3H,1H3,(H,9,11,13)",2.6512073220524427e-05
+"InChI=1S/C8H6N4O4S/c13-4-9-11-8-10-5(3-17-8)6-1-2-7(16-6)12(14)15/h1-4H,(H,9,13)(H,10,11)",4.248225382517274e-05
+"InChI=1S/C8H6N4O5/c13-6-4-11(8(14)10-6)9-3-5-1-2-7(17-5)12(15)16/h1-3H,4H2,(H,10,13,14)",0.005878470186918516
+"InChI=1S/C8H8/c1-2-8-6-4-3-5-7-8/h2-7H,1H2",0.0020163400355836087
+"InChI=1S/C8H8O/c1-2-4-7(5-3-1)8-6-9-8/h1-5,8H,6H2",0.0009821179623549295
+"InChI=1S/C8H9N3O2/c1-6(12)10-11-8(13)7-2-4-9-5-3-7/h2-5H,1H3,(H,10,12)(H,11,13)",0.0018417634941267115
+"InChI=1S/C8H9NO2/c1-6(10)9-7-2-4-8(11)5-3-7/h2-5,11H,1H3,(H,9,10)",0.01071693659675078
+"InChI=1S/C9H10N4S/c10-7-3-1-6(2-4-7)8-5-14-9(12-8)13-11/h1-5H,10-11H2,(H,12,13)",5.478291180387525e-05
+"InChI=1S/C9H10O2/c1-8(10)11-7-9-5-3-2-4-6-9/h2-6H,7H2,1H3",0.009588844977010033
+"InChI=1S/C9H11NO2/c1-2-12-8-6-4-3-5-7(8)9(10)11/h3-6H,2H2,1H3,(H2,10,11)",0.0031055299014705207
+"InChI=1S/C9H12N2O2/c1-7(13)10-11-9-4-2-8(6-12)3-5-9/h2-5,11-12H,6H2,1H3,(H,10,13)",0.001337373941407471
+"InChI=1S/C9H13N/c1-6-4-7(2)9(10)8(3)5-6/h4-5H,10H2,1-3H3",0.00018342340556615902
+"InChI=1S/C9H13N/c1-6-4-8(3)9(10)5-7(6)2/h4-5H,10H2,1-3H3",4.5338124037119224e-05
+"InChI=1S/C9H15Br6O4P/c10-1-7(13)4-17-20(16,18-5-8(14)2-11)19-6-9(15)3-12/h7-9H,1-6H2",0.00018348339790611053
+"InChI=1S/C9H4Cl3NO2S/c10-9(11,12)16-13-7(14)5-3-1-2-4-6(5)8(13)15/h1-4H",0.005226638863195913
+"InChI=1S/C9H4Cl6O4/c10-3-4(11)8(13)2(6(18)19)1(5(16)17)7(3,12)9(8,14)15/h1-2H,(H,16,17)(H,18,19)",0.0003626152428531984
+"InChI=1S/C9H4F3N3O4S/c10-9(11,12)7(16)14-8-13-4(3-20-8)5-1-2-6(19-5)15(17)18/h1-3H,(H,13,14,16)",3.248622834563398e-05
+"InChI=1S/C9H7N3O2S/c10-9-11-8(5-15-9)6-1-3-7(4-2-6)12(13)14/h1-5H,(H2,10,11)",4.497441430430433e-05
+"InChI=1S/C9H7N7O2S/c1-15-4-14-7(16(17)18)9(15)19-8-5-6(11-2-10-5)12-3-13-8/h2-4H,1H3,(H,10,11,12,13)",3.21715160177724e-05
+"InChI=1S/C9H8Cl3NO2S/c10-9(11,12)16-13-7(14)5-3-1-2-4-6(5)8(13)15/h1-2,5-6H,3-4H2",0.00701954227261502
+"InChI=1S/C9H8N4O2S/c10-12-9-11-8(5-16-9)6-1-3-7(4-2-6)13(14)15/h1-5H,10H2,(H,11,12)",4.4867421003709016e-05
+"InChI=1S/C9H8O2/c10-9-6-5-7-3-1-2-4-8(7)11-9/h1-4H,5-6H2",0.004879905722651219
+"InChI=1S/C9H8O4/c10-7-3-1-6(5-8(7)11)2-4-9(12)13/h1-5,10-11H,(H,12,13)",0.027198438698604704
+"InChI=1S/CCl4/c2-1(3,4)5",0.0002184350042094271
+"InChI=1S/CH4N2O/c2-3-1-4/h1H,2H2,(H,3,4)",0.000606107633392794
+"InChI=1S/CH5N3O/c2-1(5)4-3/h3H2,(H3,2,4,5)",0.00297056041420533
+"InChI=1S/CH6N2/c1-3-2/h3H,2H2,1H3",0.0001638745766935195
+"InChI=1S/H2O4S/c1-5(2,3)4/h(H2,1,2,3,4)",2.773261032786893e-05
+InChI=1S/C10H8/c1-2-6-10-8-4-3-7-9(10)5-1/h1-8H,0.0012717434979188016
+InChI=1S/C11H7N3O3/c15-14(16)11-5-4-9(17-11)8-7-12-10-3-1-2-6-13(8)10/h1-7H,0.00011780531319415208
+InChI=1S/C12H4Cl4O2/c13-5-1-9-10(2-6(5)14)18-12-4-8(16)7(15)3-11(12)17-9/h1-4H,4.845174920132275e-10
+InChI=1S/C12H5Cl5/c13-8-3-1-2-6(10(8)15)7-4-5-9(14)12(17)11(7)16/h1-5H,2.93476489408504e-05
+InChI=1S/C12H7Cl2NO3/c13-8-1-6-12(11(14)7-8)18-10-4-2-9(3-5-10)15(16)17/h1-7H,0.00040479516836486773
+InChI=1S/C12HBr9/c13-2-1-3(14)6(15)7(16)4(2)5-8(17)10(19)12(21)11(20)9(5)18/h1H,4.1769243327594645e-06
+InChI=1S/C14H8Cl4/c15-11-5-1-9(2-6-11)13(14(17)18)10-3-7-12(16)8-4-10/h1-8H,3.930519731051801e-05
+InChI=1S/C20H12/c1-2-7-17-15(4-1)12-16-9-8-13-5-3-6-14-10-11-18(17)20(16)19(13)14/h1-12H,1.3752961147290117e-05
+InChI=1S/C22H14/c1-3-7-19-15(5-1)9-11-17-14-22-18(13-21(17)19)12-10-16-6-2-4-8-20(16)22/h1-14H,2.1124741599143158e-05
+InChI=1S/C24H12O2/c25-23-17-7-3-1-5-13(17)15-9-11-20-22-16(10-12-19(23)21(15)22)14-6-2-4-8-18(14)24(20)26/h1-12H,0.03279666160073622
+InChI=1S/C2Cl2/c3-1-2-4,6.046764454295296e-06
+InChI=1S/C2Cl4/c3-1(4)2(5)6,0.0009527703304906941
+InChI=1S/C2F4/c3-1(4)2(5)6,0.000718892166175071
+InChI=1S/C2H2Cl2/c1-2(3)4/h1H2,0.00035691190331112177
+InChI=1S/C2H2Cl4/c3-1(4)2(5)6/h1-2H,0.0002281825054915712
+InChI=1S/C2H4Br2/c3-1-2-4/h1-2H2,3.9656938207569924e-05
+InChI=1S/C2H4Cl2/c3-1-2-4/h1-2H2,0.0013945231215975757
+InChI=1S/C2H4Cl2O/c3-1-5-2-4/h1-2H2,1.5831869030428588e-06
+InChI=1S/C2H4O/c1-2-3-1/h1-2H2,0.0014459999600477341
+InChI=1S/C2H6N2O/c1-4(2)3-5/h1-2H3,2.5512297737423656e-06
+InChI=1S/C2HCl3/c3-1-2(4)5/h1H,0.002610598420702117
+InChI=1S/C3H4O2/c4-2-1-3-5/h1-4H,0.00019566305212713472
+InChI=1S/C3H4O2/c4-3-1-2-5-3/h1-2H2,1.7207247137421577e-05
+InChI=1S/C3H6ClNO/c1-5(2)3(4)6/h1-2H3,4.9935558022886026e-05
+InChI=1S/C4H4O/c1-2-4-5-3-1/h1-4H,3.99565413852818e-05
+InChI=1S/C4H8Cl2O/c5-1-3-7-4-2-6/h1-4H2,8.181183138931145e-05
+InChI=1S/C4H8Cl2O2/c5-3-7-1-2-8-4-6/h1-4H2,2.9054685067967164e-05
+InChI=1S/C4H8N2O/c7-5-6-3-1-2-4-6/h1-4H2,6.781915956180308e-06
+InChI=1S/C4H8N4O2/c9-5-7-1-2-8(6-10)4-3-7/h1-4H2,2.4977086991724776e-05
+InChI=1S/C4H8O/c1-2-4-5-3-1/h1-4H2,0.018029082852234216
+InChI=1S/C4H8O2/c1-2-6-4-3-5-1/h1-4H2,0.002315415685783545
+InChI=1S/C5H10N2O/c8-6-7-4-2-1-3-5-7/h1-5H2,1.1388942913361575e-05
+InChI=1S/C5H4O2/c6-4-5-2-1-3-7-5/h1-4H,0.0020502880498596823
+InChI=1S/C5H5N/c1-2-4-6-5-3-1/h1-5H,0.00030847052475640167
+InChI=1S/C6Cl5NO2/c7-1-2(8)4(10)6(12(13)14)5(11)3(1)9,0.00024074494816534594
+InChI=1S/C6Cl6/c7-1-2(8)4(10)6(12)5(11)3(1)9,0.00022859719278433643
+InChI=1S/C6H12N2O/c9-7-8-5-3-1-2-4-6-8/h1-6H2,4.119451613607955e-06
+InChI=1S/C6H4Cl2/c7-5-1-2-6(8)4-3-5/h1-4H,0.0021972579852981007
+InChI=1S/C6H4ClNO2/c7-5-1-3-6(4-2-5)8(9)10/h1-4H,0.0030021414852793213
+InChI=1S/C6H4ClNO2/c7-5-3-1-2-4-6(5)8(9)10/h1-4H,0.0009964824803147187
+InChI=1S/C6H4F4N2/c7-1-2(8)5(11)4(10)6(12)3(1)9/h11-12H2,0.0004791699865243814
+InChI=1S/C6H4O2/c7-5-1-2-6(8)4-3-5/h1-4H,4.690327379300441e-05
+InChI=1S/C6H5NO2/c8-7(9)6-4-2-1-3-5-6/h1-5H,0.002404365548040983
+InChI=1S/C6H6/c1-2-4-6-5-3-1/h1-6H,0.0009921671285684677
+InChI=1S/C6H6Cl6/c7-1-2(8)4(10)6(12)5(11)3(1)9/h1-6H,2.2762587246555766e-05
+InChI=1S/C6HCl5O/c7-1-2(8)4(10)6(12)5(11)3(1)9/h12H,8.635737460064331e-05
+InChI=1S/C7H3Cl5O/c1-13-7-5(11)3(9)2(8)4(10)6(7)12/h1H3,0.00024254391471585488
+InChI=1S/C7H6O/c8-6-7-4-2-1-3-5-7/h1-6H,0.014040457247749934
+InChI=1S/C8H6O/c1-2-4-8-7(3-1)5-6-9-8/h1-6H,0.00021247310225966476
+InChI=1S/C9H6O2/c10-9-6-5-7-3-1-2-4-8(7)11-9/h1-6H,0.0007047905916614315
+InChI=1S/CH2Cl2/c2-1-3/h1H2,0.012951540750610164
+InChI=1S/CH3NO2/c1-2(3)4/h1H3,0.007683478685964592
+InChI=1S/CHBr2Cl/c2-1(3)4/h1H,0.0006673730898845913
+InChI=1S/CHBrCl2/c2-1(3)4/h1H,0.00029115902043606965
+InChI=1S/CHCl3/c2-1(3)4/h1H,0.0009298296903834608
diff --git a/regression/Mouse_TD50.json b/regression/Mouse_TD50.json
new file mode 100644
index 0000000..2c4c54e
--- /dev/null
+++ b/regression/Mouse_TD50.json
@@ -0,0 +1,6 @@
+{
+ "species": "Mouse",
+ "endpoint": "TD50",
+ "source": "http://www.epa.gov/ncct/dsstox/sdf_cpdbas.html",
+ "unit": "mmol/kg_bw/day"
+}
diff --git a/regression/Rat_TD50.csv b/regression/Rat_TD50.csv
new file mode 100644
index 0000000..b8e7d38
--- /dev/null
+++ b/regression/Rat_TD50.csv
@@ -0,0 +1,512 @@
+InChI,TD50
+"InChI=1S/C10Cl10O/c11-2-1(21)3(12)6(15)4(2,13)8(17)5(2,14)7(3,16)9(6,18)10(8,19)20",6.0330177276964924e-06
+"InChI=1S/C10Cl12/c11-1-2(12)7(17)4(14)3(13,5(1,15)9(7,19)20)6(1,16)10(21,22)8(2,4)18",3.244495264686663e-06
+"InChI=1S/C10H10N2/c11-9-5-1-3-7-8(9)4-2-6-10(7)12/h1-6H,11-12H2",0.00043994970919703543
+"InChI=1S/C10H10N4O3S/c1-6(2)12-13-10-11-7(5-18-10)8-3-4-9(17-8)14(15)16/h3-5H,1-2H3,(H,11,13)",2.2720649427514972e-05
+"InChI=1S/C10H10O2/c1-2-3-8-4-5-9-10(6-8)12-7-11-9/h2,4-6H,1,3,7H2",0.002719113704579712
+"InChI=1S/C10H10O3/c1-2-8(11)7-3-4-9-10(5-7)13-6-12-9/h2-5,8,11H,1,6H2",0.00010326369394436919
+"InChI=1S/C10H12N4O5/c15-6-5-12-3-4-13(10(12)16)11-7-8-1-2-9(19-8)14(17)18/h1-2,7,15H,3-6H2",6.226085958013753e-05
+"InChI=1S/C10H12O2/c1-2-3-8-4-5-9-10(6-8)12-7-11-9/h4-6H,2-3,7H2,1H3",0.000870883325385754
+"InChI=1S/C10H13N3O/c14-12-13-7-2-1-5-10(13)9-4-3-6-11-8-9/h3-4,6,8,10H,1-2,5,7H2",6.222879488447862e-05
+"InChI=1S/C10H13N3O2/c1-13(12-15)7-3-5-10(14)9-4-2-6-11-8-9/h2,4,6,8H,3,5,7H2,1H3",4.820749199437177e-07
+"InChI=1S/C10H13N5O3S/c11-10-13-8-7(9(19)14-10)12-3-15(8)6-1-4(17)5(2-16)18-6/h3-6,16-17H,1-2H2,(H3,11,13,14,19)",7.4124248477187434e-06
+"InChI=1S/C10H13NO2/c1-3-13-10-6-4-9(5-7-10)11-8(2)12/h4-7H,3H2,1-2H3,(H,11,12)",0.006974831460172528
+"InChI=1S/C10H14N2O2/c1-8(12(2)11-14)10(13)9-6-4-3-5-7-9/h3-8,10,13H,1-2H3",0.0004901395456118142
+"InChI=1S/C10H14N2O4S/c1-9-3-5-10(6-4-9)17(14,15)16-8-7-12(2)11-13/h3-6H,7-8H2,1-2H3",1.8583381114561576e-05
+"InChI=1S/C10H15N3O2/c1-13(12-15)7-3-5-10(14)9-4-2-6-11-8-9/h2,4,6,8,10,14H,3,5,7H2,1H3",4.92245696553951e-07
+"InChI=1S/C10H16/c1-8(2)10-6-4-9(3)5-7-10/h4,10H,1,5-7H2,2-3H3",0.0014974235506554966
+"InChI=1S/C10H22N2O/c1-3-5-7-9-12(11-13)10-8-6-4-2/h3-10H2,1-2H3",2.1632403730435516e-05
+"InChI=1S/C10H8N4/c11-8-5-4-7-10(13-8)14-6-2-1-3-9(14)12-7/h1-6H,(H2,11,13)",0.00022964481059732024
+"InChI=1S/C10H9Cl4NO2S/c11-9(12)10(13,14)18-15-7(16)5-3-1-2-4-6(5)8(15)17/h1-2,5-6,9H,3-4H2",0.00021027855319187764
+"InChI=1S/C10H9N/c11-10-6-5-8-3-1-2-4-9(8)7-10/h1-7H,11H2",0.0004302120610230685
+"InChI=1S/C10H9N3O3/c1-6-5-7(2)12-10(11-6)8-3-4-9(16-8)13(14)15/h3-5H,1-2H3",6.3413305571383615e-06
+"InChI=1S/C10HCl11/c11-2-1-3(12)5(14)4(1,13)10(20,21)7(2,16)8(5,17)6(2,15)9(3,18)19/h1H",2.8566134612626775e-06
+"InChI=1S/C11H10N4/c1-15-9-5-4-8-7(3-2-6-13-8)10(9)14-11(15)12/h2-6H,1H3,(H2,12,14)",4.0963737507195335e-06
+"InChI=1S/C11H10N4/c1-7-3-2-6-15-10(7)13-8-4-5-9(12)14-11(8)15/h2-6H,1H3,(H2,12,14)",2.3660089767087102e-05
+"InChI=1S/C11H10N6O5/c1-5(18)12-10-14-9(15-11(16-10)13-6(2)19)7-3-4-8(22-7)17(20)21/h3-4H,1-2H3,(H2,12,13,14,15,16,18,19)",4.604314667354591e-05
+"InChI=1S/C11H11N3O3/c12-10(15)6-9-11(16)17-13-14(9)7-8-4-2-1-3-5-8/h1-5H,6-7H2,(H2-,12,13,15,16)/p+1",1.810175749280429e-05
+"InChI=1S/C11H11N5/c1-6-5-13-7-3-4-8-10(9(7)14-6)15-11(12)16(8)2/h3-5H,1-2H3,(H2,12,15)",7.784703245705386e-06
+"InChI=1S/C11H11N5/c12-10-7-6-9(11(13)14-10)16-15-8-4-2-1-3-5-8/h1-7H,(H4,12,13,14)",0.0014209428213546574
+"InChI=1S/C11H12N2O/c1-9-8-11(14)13(12(9)2)10-6-4-3-5-7-10/h3-8H,1-2H3",0.00653470112242796
+"InChI=1S/C11H13N5O4/c1-15(2)7-12-11-14-13-9(20-11)5-3-8-4-6-10(19-8)16(17)18/h3-6H,7H2,1-2H3,(H,12,14)",8.021422928807677e-05
+"InChI=1S/C11H14N2O4/c1-8(2)16-9-6-4-5-7-10(9)17-11(14)13(3)12-15/h4-8H,1-3H3",1.5278716957151107e-06
+"InChI=1S/C11H14N2O4/c12-10(14)16-6-9(7-17-11(13)15)8-4-2-1-3-5-8/h1-5,9H,6-7H2,(H2,12,14)(H2,13,15)",0.004575220187718352
+"InChI=1S/C11H14O2/c1-4-5-9-6-7-10(12-2)11(8-9)13-3/h4,6-8H,1,5H2,2-3H3",0.00011053276230350284
+"InChI=1S/C11H16N4O4/c16-8-4-14(5-9(17)12-8)2-1-3-15-6-10(18)13-11(19)7-15/h1-7H2,(H,12,16,17)(H,13,18,19)",3.988529436651886e-05
+"InChI=1S/C11H17F3N6O/c12-11(13,14)7-17-10(16)18-9-4-6-20(19-9)5-2-1-3-8(15)21/h4,6H,1-3,5,7H2,(H2,15,21)(H3,16,17,18,19)",0.0038199366739386596
+"InChI=1S/C11H23NO2/c12-10-8-6-4-2-1-3-5-7-9-11(13)14/h1-10,12H2,(H,13,14)",0.005464320717872663
+"InChI=1S/C11H24N2O/c1-3-4-5-6-7-8-9-10-11-13(2)12-14/h3-11H2,1-2H3",6.289901563040529e-06
+"InChI=1S/C11H8N2O5/c12-11(14)8(9-2-1-5-17-9)6-7-3-4-10(18-7)13(15)16/h1-6H,(H2,12,14)",0.00011845682188405279
+"InChI=1S/C11H9BrO4/c1-16-8-4-2-7(3-5-8)11(15)9(12)6-10(13)14/h2-6H,1H3,(H,13,14)",9.716202697526606e-06
+"InChI=1S/C12H10Cl2N2/c13-9-5-7(1-3-11(9)15)8-2-4-12(16)10(14)6-8/h1-6H,15-16H2",0.00011101160011962299
+"InChI=1S/C12H10ClNO/c13-9-1-5-11(6-2-9)15-12-7-3-10(14)4-8-12/h1-8H,14H2",0.0001711684110518333
+"InChI=1S/C12H10N2O/c15-14-12-8-6-11(7-9-12)13-10-4-2-1-3-5-10/h1-9,13H",0.001014021239961327
+"InChI=1S/C12H10O/c13-12-9-5-4-8-11(12)10-6-2-1-3-7-10/h1-9,13H",0.0013630445715574892
+"InChI=1S/C12H11N3/c1-7-12-8-4-2-3-5-9(8)15-10(12)6-11(13)14-7/h2-6,15H,1H3,(H2,13,14)",3.376665517451166e-05
+"InChI=1S/C12H11N3/c1-7-6-9-8-4-2-3-5-10(8)14-12(9)15-11(7)13/h2-6H,1H3,(H3,13,14,15)",3.396945790829286e-05
+"InChI=1S/C12H11NO2/c1-13-12(14)15-11-8-4-6-9-5-2-3-7-10(9)11/h2-8H,1H3,(H,13,14)",7.007210469269362e-05
+"InChI=1S/C12H12N2/c1-3-7-11(8-4-1)13-14-12-9-5-2-6-10-12/h1-10,13-14H",3.0341320862453224e-05
+"InChI=1S/C12H12N2/c13-11-5-1-9(2-6-11)10-3-7-12(14)8-4-10/h1-8H,13-14H2",9.39006888945328e-06
+"InChI=1S/C12H12N2O/c13-9-1-5-11(6-2-9)15-12-7-3-10(14)4-8-12/h1-8H,13-14H2",4.7493814817071726e-05
+"InChI=1S/C12H12N2O2S/c13-9-1-5-11(6-2-9)17(15,16)12-7-3-10(14)4-8-12/h1-8H,13-14H2",9.021276115889665e-05
+"InChI=1S/C12H12N2O3/c1-2-12(8-6-4-3-5-7-8)9(15)13-11(17)14-10(12)16/h3-7H,2H2,1H3,(H2,13,14,15,16,17)",0.00037031391424391364
+"InChI=1S/C12H12N2O3/c1-3-14-6-9(12(16)17)10(15)8-5-4-7(2)13-11(8)14/h4-6H,3H2,1-2H3,(H,16,17)",0.00086550112515147
+"InChI=1S/C12H12N2S/c13-9-1-5-11(6-2-9)15-12-7-3-10(14)4-8-12/h1-8H,13-14H2",1.7151849810820982e-05
+"InChI=1S/C12H13N3O2/c16-9-7-8(13-1-2-13)12(17)11(15-5-6-15)10(9)14-3-4-14/h7H,1-6H2",2.17945380466039e-08
+"InChI=1S/C12H14N2O/c1-9-8-12(2,3)14(13-15)11-7-5-4-6-10(9)11/h4-8H,1-3H3",1.6365689603683276e-05
+"InChI=1S/C12H14N4/c13-9-3-1-7(5-11(9)15)8-2-4-10(14)12(16)6-8/h1-6H,13-16H2",0.0018434986337108146
+"InChI=1S/C12H14O4/c1-2-9(13-5-11-7-15-11)4-10(3-1)14-6-12-8-16-12/h1-4,11-12H,5-8H2",1.700885360326704e-05
+"InChI=1S/C12H15ClO3/c1-4-15-11(14)12(2,3)16-10-7-5-9(13)6-8-10/h5-8H,4H2,1-3H3",0.0006963375119077906
+"InChI=1S/C12H19N3O/c1-9(2)15-12(16)11-6-4-10(5-7-11)8-14-13-3/h4-7,9,13-14H,8H2,1-3H3,(H,15,16)",1.5860901251655596e-06
+"InChI=1S/C12H19NO3/c1-12(2,3)13-7-11(16)8-4-9(14)6-10(15)5-8/h4-6,11,13-16H,7H2,1-3H3",0.0018199234566826969
+"InChI=1S/C12H26N2O/c1-3-4-5-6-7-8-9-10-11-12-14(2)13-15/h3-12H2,1-2H3",1.1056801635846705e-05
+"InChI=1S/C12H27O4P/c1-4-7-10-14-17(13,15-11-8-5-2)16-12-9-6-3/h4-12H2,1-3H3",0.0007171982257041604
+"InChI=1S/C12H8O4/c1-14-12-10-8(4-5-15-10)6-7-2-3-9(13)16-11(7)12/h2-6H,1H3",0.00014986851812876995
+"InChI=1S/C12H9N3O3S/c16-12-7-3-1-2-4-8(7)13-11(14-12)9-5-6-10(19-9)15(17)18/h1-6,11,13H,(H,14,16)",5.557890515369065e-06
+"InChI=1S/C12H9NO/c13-8-5-6-10-9-3-1-2-4-11(9)14-12(10)7-8/h1-7H,13H2",1.3536674563060287e-05
+"InChI=1S/C12H9NO2/c14-13(15)11-7-6-9-5-4-8-2-1-3-10(11)12(8)9/h1-3,6-7H,4-5H2",4.352291654744318e-05
+"InChI=1S/C13H11NO2/c1-15-13-6-9-8-4-2-3-5-11(8)16-12(9)7-10(13)14/h2-7H,14H2,1H3",0.00013600210099797347
+"InChI=1S/C13H11NO5/c1-2-14-5-8(13(16)17)12(15)7-3-10-11(4-9(7)14)19-6-18-10/h3-5H,2,6H2,1H3,(H,16,17)",0.0006392829006753477
+"InChI=1S/C13H12Cl2N2/c14-10-6-8(1-3-12(10)16)5-9-2-4-13(17)11(15)7-9/h1-4,6-7H,5,16-17H2",7.224316525380673e-05
+"InChI=1S/C13H12F2N6O/c14-10-1-2-11(12(15)3-10)13(22,4-20-8-16-6-18-20)5-21-9-17-7-19-21/h1-3,6-9,22H,4-5H2",0.00026349213604944926
+"InChI=1S/C13H12N4/c1-17-11-7-10(9-5-3-2-4-6-9)8-15-12(11)16-13(17)14/h2-8H,1H3,(H2,14,15,16)",7.937166181964454e-06
+"InChI=1S/C13H13N3/c1-7-12-11(8(2)15-13(7)14)9-5-3-4-6-10(9)16-12/h3-6,16H,1-2H3,(H2,14,15)",2.7217324418673685e-06
+"InChI=1S/C13H14Cl2O3/c1-12(2,11(16)17)18-9-5-3-8(4-6-9)10-7-13(10,14)15/h3-6,10H,7H2,1-2H3,(H,16,17)",6.812980907399151e-06
+"InChI=1S/C13H14N2/c14-12-5-1-10(2-6-12)9-11-3-7-13(15)8-4-11/h1-8H,9,14-15H2",0.0001008757528483537
+"InChI=1S/C13H14O5/c1-5-7(3)18-4-8-9(5)6(2)11(14)10(12(8)15)13(16)17/h4-5,7,16-17H,1-3H3",2.9890432384285267e-05
+"InChI=1S/C13H16N4O6/c18-13-16(14-7-10-1-2-12(22-10)17(19)20)9-11(23-13)8-15-3-5-21-6-4-15/h1-2,7,11H,3-6,8-9H2",1.9519595916611376e-05
+"InChI=1S/C13H17N3O2/c1-10-8-15(14-18)9-11(2)16(10)13(17)12-6-4-3-5-7-12/h3-7,10-11H,8-9H2,1-2H3",3.9062958084960935e-05
+"InChI=1S/C13H18Cl2N2O2/c14-5-7-17(8-6-15)11-3-1-10(2-4-11)9-12(16)13(18)19/h1-4,12H,5-9,16H2,(H,18,19)",3.0733975164457836e-07
+"InChI=1S/C13H21NO3/c1-13(2,3)14-7-12(17)9-4-5-11(16)10(6-9)8-15/h4-6,12,14-17H,7-8H2,1-3H3",0.00016714665614757235
+"InChI=1S/C13H28N2O/c1-3-4-5-6-7-8-9-10-11-12-13-15(2)14-16/h3-13H2,1-2H3",2.351402938071417e-06
+"InChI=1S/C13H9NO2/c15-14(16)11-5-6-13-10(8-11)7-9-3-1-2-4-12(9)13/h1-6,8H,7H2",1.3493289574042868e-06
+"InChI=1S/C14H12FNO/c1-10(17)16-14-8-4-12(5-9-14)11-2-6-13(15)7-3-11/h2-9H,1H3,(H,16,17)",4.405678352328626e-06
+"InChI=1S/C14H12N4O2/c15-5-1-2-6(16)10-9(5)13(19)11-7(17)3-4-8(18)12(11)14(10)20/h1-4H,15-18H2",0.000581501974870173
+"InChI=1S/C14H12N4O3S/c19-8-7-15-13-9-3-1-2-4-10(9)16-14(17-13)11-5-6-12(22-11)18(20)21/h1-6,19H,7-8H2,(H,15,16,17)",5.911430335374041e-06
+"InChI=1S/C14H13N3O2S/c1-19-13-7-9(20(2)18)3-4-10(13)14-16-11-5-6-15-8-12(11)17-14/h3-8H,1-2H3,(H,16,17)",0.0002453556438758535
+"InChI=1S/C14H13NO/c1-11(16)15-14-9-7-13(8-10-14)12-5-3-2-4-6-12/h2-10H,1H3,(H,15,16)",5.585555563970648e-06
+"InChI=1S/C14H14ClN3O2S/c1-8-4-3-5-10(9(8)2)16-12-6-11(15)17-14(18-12)21-7-13(19)20/h3-6H,7H2,1-2H3,(H,19,20)(H,16,17,18)",1.3465155974992939e-05
+"InChI=1S/C14H14N2/c1-2-16-13-6-4-3-5-11(13)12-9-10(15)7-8-14(12)16/h3-9H,2,15H2,1H3",0.0002720255057201459
+"InChI=1S/C14H15N3/c1-10-5-3-4-6-14(10)17-16-12-7-8-13(15)11(2)9-12/h3-9H,15H2,1-2H3",1.7932514267223885e-05
+"InChI=1S/C14H15N3/c1-17(2)14-10-8-13(9-11-14)16-15-12-6-4-3-5-7-12/h3-11H,1-2H3",1.469223322388874e-05
+"InChI=1S/C14H15N3O2/c1-14(2)9-7-8(3-4-11(9)15-13(14)19)10-5-6-12(18)17-16-10/h3-4,7H,5-6H2,1-2H3,(H,15,19)(H,17,18)",7.812260117945616e-06
+"InChI=1S/C14H16N2/c1-9-7-11(3-5-13(9)15)12-4-6-14(16)10(2)8-12/h3-8H,15-16H2,1-2H3",2.962923883003616e-06
+"InChI=1S/C14H16N2O2/c1-17-13-7-9(3-5-11(13)15)10-4-6-12(16)14(8-10)18-2/h3-8H,15-16H2,1-2H3",4.257250937516254e-06
+"InChI=1S/C14H18ClNO4S/c1-9-5-10(2)8-16(7-9)21(19,20)11-3-4-13(15)12(6-11)14(17)18/h3-4,6,9-10H,5,7-8H2,1-2H3,(H,17,18)",1.461654327491341e-05
+"InChI=1S/C14H19Cl2NO2/c15-8-10-17(11-9-16)13-6-4-12(5-7-13)2-1-3-14(18)19/h4-7H,1-3,8-11H2,(H,18,19)",2.9453183244820612e-06
+"InChI=1S/C14H19N3S/c1-16(2)9-10-17(12-13-6-5-11-18-13)14-7-3-4-8-15-14/h3-8,11H,9-10,12H2,1-2H3",3.492906492253446e-05
+"InChI=1S/C14H7Br2NO2/c15-8-5-9(16)12(17)11-10(8)13(18)6-3-1-2-4-7(6)14(11)19/h1-5H,17H2",0.00012072891922159129
+"InChI=1S/C14H8O3/c15-11-7-3-6-10-12(11)14(17)9-5-2-1-4-8(9)13(10)16/h1-7,15H",0.0004170169683535455
+"InChI=1S/C14H8O4/c15-9-5-1-3-7-11(9)14(18)12-8(13(7)17)4-2-6-10(12)16/h1-6,15-16H",0.001019937063638651
+"InChI=1S/C14H8O5/c15-8-5-9(16)14(19)11-10(8)12(17)6-3-1-2-4-7(6)13(11)18/h1-5,15-16,19H",0.002646263635771088
+"InChI=1S/C14H9Cl5/c15-11-5-1-9(2-6-11)13(14(17,18)19)10-3-7-12(16)8-4-10/h1-8,13H",0.00023893831272878423
+"InChI=1S/C14H9NO2/c15-8-5-6-11-12(7-8)14(17)10-4-2-1-3-9(10)13(11)16/h1-7H,15H2",0.0004524546335834239
+"InChI=1S/C15H10F3NO/c16-15(17,18)14(20)19-11-5-6-13-10(8-11)7-9-3-1-2-4-12(9)13/h1-6,8H,7H2,(H,19,20)",5.843285253676062e-06
+"InChI=1S/C15H10O7/c16-7-4-10(19)12-11(5-7)22-15(14(21)13(12)20)6-1-2-8(17)9(18)3-6/h1-5,16-19,21H",3.3417627368308625e-05
+"InChI=1S/C15H11NO2/c1-8-6-7-11-12(13(8)16)15(18)10-5-3-2-4-9(10)14(11)17/h2-7H,16H2,1H3",0.0002495222407771586
+"InChI=1S/C15H11NO2/c1-9(17)16-10-6-7-12-11-4-2-3-5-13(11)15(18)14(12)8-10/h2-8H,1H3,(H,16,17)",2.6005949756673914e-05
+"InChI=1S/C15H13NO/c1-10(17)16-13-6-7-15-12(9-13)8-11-4-2-3-5-14(11)15/h2-7,9H,8H2,1H3,(H,16,17)",5.464238574030849e-06
+"InChI=1S/C15H13NO2/c1-10(17)16(18)13-6-7-15-12(9-13)8-11-4-2-3-5-14(11)15/h2-7,9,18H,8H2,1H3",4.129238477314033e-06
+"InChI=1S/C15H15N3O2/c1-10-3-8-15(20)14(9-10)18-17-13-6-4-12(5-7-13)16-11(2)19/h3-9,17H,1-2H3,(H,16,19)",0.001411073061649783
+"InChI=1S/C15H17N3/c1-12-5-4-6-14(11-12)17-16-13-7-9-15(10-8-13)18(2)3/h4-11H,1-3H3",1.3705745172589993e-05
+"InChI=1S/C15H17N5O/c1-2-21-9-8-12-13(11-6-4-3-5-7-11)19-15(16)20-14(12)17-10-18-20/h3-7,10H,2,8-9H2,1H3,(H2,16,19)",0.0019341499587404707
+"InChI=1S/C15H18N2/c1-10-7-12(3-5-14(10)16)9-13-4-6-15(17)11(2)8-13/h3-8H,9,16-17H2,1-2H3",3.260914231327842e-05
+"InChI=1S/C15H18N4O/c1-3-18(4-2)15-7-5-13(6-8-15)16-17-14-9-11-19(20)12-10-14/h5-12H,3-4H2,1-2H3",6.029671904466259e-06
+"InChI=1S/C15H18N4O5/c1-5-9(16)12(21)8-6(4-24-14(17)22)15(23-2)13-7(18-13)3-19(15)10(8)11(5)20/h6-7,13,18H,3-4,16H2,1-2H3,(H2,17,22)",3.0509016012447625e-09
+"InChI=1S/C15H22O3/c1-11-6-7-12(2)13(10-11)18-9-5-8-15(3,4)14(16)17/h6-7,10H,5,8-9H2,1-4H3,(H,16,17)",0.000986684158006874
+"InChI=1S/C15H23ClO4S/c1-12(20-21(17)19-10-9-16)11-18-14-7-5-13(6-8-14)15(2,3)4/h5-8,12H,9-11H2,1-4H3",0.0002887779169406611
+"InChI=1S/C15H32N2O/c1-3-4-5-6-7-8-9-10-11-12-13-14-15-17(2)16-18/h3-15H2,1-2H3",6.4345672753508006e-06
+"InChI=1S/C15H9NO4/c1-8-6-7-11-12(13(8)16(19)20)15(18)10-5-3-2-4-9(10)14(11)17/h2-7H,1H3",0.00031732216020054167
+"InChI=1S/C16H12ClNO2/c1-2-16(20-15(18)19,12-6-4-3-5-7-12)13-8-10-14(17)11-9-13/h1,3-11H,(H2,18,19)",3.072887993232659e-05
+"InChI=1S/C16H12N2O/c19-15-11-10-12-6-4-5-9-14(12)16(15)18-17-13-7-2-1-3-8-13/h1-11,17H",0.00011841497925321185
+"InChI=1S/C16H12N2O4/c1-21-15-7-11(3-5-13(15)17-9-19)12-4-6-14(18-10-20)16(8-12)22-2/h3-8H,1-2H3",0.005501597150780195
+"InChI=1S/C16H14N4O3S/c21-20(22)14-6-5-13(24-14)15-17-12-4-2-1-3-11(12)16(18-15)19-7-9-23-10-8-19/h1-6H,7-10H2",1.4691557611789534e-05
+"InChI=1S/C16H14O6/c17-10-2-1-8-13-9-4-12(19)11(18)3-7(9)5-16(13,21)6-22-15(8)14(10)20/h1-4,13,17-21H,5-6H2",0.0033082042141228383
+"InChI=1S/C16H15NO2/c17-15-11-5-4-10-14(15)16(18)19-12-6-9-13-7-2-1-3-8-13/h1-11H,12,17H2",0.04777023543224913
+"InChI=1S/C16H16N2O4S/c1-11(19)17-13-3-7-15(8-4-13)23(21,22)16-9-5-14(6-10-16)18-12(2)20/h3-10H,1-2H3,(H,17,19)(H,18,20)",0.00016728078169466861
+"InChI=1S/C16H16N4O4S/c21-9-7-19(8-10-22)16-11-3-1-2-4-12(11)17-15(18-16)13-5-6-14(25-13)20(23)24/h1-6,21-22H,7-10H2",8.712812384846589e-06
+"InChI=1S/C16H17NO2/c1-18-15-9-10-16(19-2)13(11-15)6-3-12-4-7-14(17)8-5-12/h3-11H,17H2,1-2H3",2.8239990568391733e-06
+"InChI=1S/C16H19ClN4O2S/c1-10-4-3-5-12(11(10)2)19-14-8-13(17)20-16(21-14)24-9-15(23)18-6-7-22/h3-5,8,22H,6-7,9H2,1-2H3,(H,18,23)(H,19,20,21)",1.7690358754478664e-05
+"InChI=1S/C16H23NO6/c1-9-13(18)23-11-5-7-17-6-4-10(12(11)17)8-22-14(19)16(3,21)15(9,2)20/h4,9,11-12,20-21H,5-8H2,1-3H3",2.8891340896308e-06
+"InChI=1S/C17H12O6/c1-20-10-6-11-14(8-4-5-21-17(8)22-11)15-13(10)7-2-3-9(18)12(7)16(19)23-15/h4-6,8,17H,2-3H2,1H3",1.0247424053778546e-08
+"InChI=1S/C17H13N3O3/c1-11-6-8-14(15(10-11)20(22)23)18-19-17-13-5-3-2-4-12(13)7-9-16(17)21/h2-10,18H,1H3",0.0038073097744380693
+"InChI=1S/C17H14O6/c1-20-10-6-11-14(8-4-5-21-17(8)22-11)15-13(10)7-2-3-9(18)12(7)16(19)23-15/h4-6,8-9,17-18H,2-3H2,1H3",7.85899624390886e-09
+"InChI=1S/C17H15NO2/c1-11(19)18(12(2)20)17-9-5-8-15-14-7-4-3-6-13(14)10-16(15)17/h3-9H,10H2,1-2H3",7.161528270132833e-05
+"InChI=1S/C17H17ClO3/c1-17(2,16(19)20-3)21-15-10-6-13(7-11-15)12-4-8-14(18)9-5-12/h4-11H,1-3H3",1.568407161123984e-05
+"InChI=1S/C17H19N3O3S/c1-10-8-18-15(11(2)16(10)23-4)9-24(21)17-19-13-6-5-12(22-3)7-14(13)20-17/h5-8H,9H2,1-4H3,(H,19,20)",0.0003445109276550228
+"InChI=1S/C17H20N2O/c1-18(2)15-9-5-13(6-10-15)17(20)14-7-11-16(12-8-14)19(3)4/h5-12H,1-4H3",2.101704616595396e-05
+"InChI=1S/C17H21N3/c1-19(2)15-9-5-13(6-10-15)17(18)14-7-11-16(12-8-14)20(3)4/h5-12,18H,1-4H3",4.1141658584824166e-05
+"InChI=1S/C17H22N2/c1-18(2)16-9-5-14(6-10-16)13-15-7-11-17(12-8-15)19(3)4/h5-12H,13H2,1-4H3",6.447298640838634e-05
+"InChI=1S/C17H22N2O/c1-17(20-14-13-19(2)3,15-9-5-4-6-10-15)16-11-7-8-12-18-16/h4-12H,13-14H2,1-3H3",0.0059548158926268835
+"InChI=1S/C17H23N3O/c1-19(2)12-13-20(17-6-4-5-11-18-17)14-15-7-9-16(21-3)10-8-15/h4-11H,12-14H2,1-3H3",0.0009811335035366379
+"InChI=1S/C18H12O6/c1-21-11-7-12-13(8-5-6-22-18(8)24-12)17-15(11)16(20)14-9(19)3-2-4-10(14)23-17/h2-8,18-19H,1H3",4.6872451117738155e-07
+"InChI=1S/C18H14N4O5S/c23-16-9-6-13(11-15(16)18(24)25)21-20-12-4-7-14(8-5-12)28(26,27)22-17-3-1-2-10-19-17/h1-11,20H,(H,19,22)(H,24,25)",0.003991026966540846
+"InChI=1S/C18H14N4O7S/c23-21(24)14-7-9-15(17(11-14)22(25)26)20-13-6-8-16(18(10-13)30(27,28)29)19-12-4-2-1-3-5-12/h1-11,19-20H,(H,27,28,29)",0.003973117561295792
+"InChI=1S/C18H15N3O/c1-21(20-22)16-10-7-14(8-11-16)6-9-15-12-13-19-18-5-3-2-4-17(15)18/h2-13H,1H3",2.415915595720188e-06
+"InChI=1S/C18H16N2O7S2/c1-10-3-6-15(11(2)7-10)19-20-17-14-9-13(28(22,23)24)5-4-12(14)8-16(18(17)21)29(25,26)27/h3-9,19H,1-2H3,(H,22,23,24)(H,25,26,27)",0.0009508297306814861
+"InChI=1S/C18H16N2O7S2/c1-10-7-11(2)16(28(22,23)24)8-14(10)19-20-15-9-17(29(25,26)27)12-5-3-4-6-13(12)18(15)21/h3-9,19H,1-2H3,(H,22,23,24)(H,25,26,27)",0.01858127497789589
+"InChI=1S/C18H18Cl2N2O3/c1-24-15-7-6-11(8-16(15)25-12-4-2-3-5-12)18(23)22-17-13(19)9-21-10-14(17)20/h6-10,12H,2-5H2,1H3,(H,21,22,23)",4.039316715479403e-06
+"InChI=1S/C18H20O2/c1-3-17(13-5-9-15(19)10-6-13)18(4-2)14-7-11-16(20)12-8-14/h5-12,19-20H,3-4H2,1-2H3",8.310036661049605e-07
+"InChI=1S/C18H22ClNO/c1-16(15-21-18-10-6-3-7-11-18)20(13-12-19)14-17-8-4-2-5-9-17/h2-11,16H,12-15H2,1H3",3.5875785523363495e-06
+"InChI=1S/C18H23NO6/c1-3-12-8-11(2)18(23,10-20)17(22)24-9-13-4-6-19-7-5-14(15(13)19)25-16(12)21/h3-4,14-15,20,23H,2,5-10H2,1H3",3.40604914327847e-07
+"InChI=1S/C18H25NO6/c1-3-12-8-11(2)18(23,10-20)17(22)24-9-13-4-6-19-7-5-14(15(13)19)25-16(12)21/h3-4,11,14-15,20,23H,5-10H2,1-2H3",2.4530847540782504e-06
+"InChI=1S/C18H25NO7/c1-3-12-8-11(2)18(23,10-20)17(22)25-9-13-4-6-19(24)7-5-14(15(13)19)26-16(12)21/h3-4,11,14-15,20,23H,5-10H2,1-2H3",1.9488635621306432e-06
+"InChI=1S/C19H16ClNO4/c1-11-15(10-18(22)23)16-9-14(25-2)7-8-17(16)21(11)19(24)12-3-5-13(20)6-4-12/h3-9H,10H2,1-2H3,(H,22,23)",3.214199270292933e-06
+"InChI=1S/C19H17N3/c20-16-7-1-13(2-8-16)19(14-3-9-17(21)10-4-14)15-5-11-18(22)12-6-15/h1-12,20H,21-22H2",0.00013711096069891828
+"InChI=1S/C19H18N2O7S2/c1-10-6-12(3)16(7-11(10)2)20-21-18-15-5-4-14(29(23,24)25)8-13(15)9-17(19(18)22)30(26,27)28/h4-9,22H,1-3H3,(H,23,24,25)(H,26,27,28)",0.0011565248758289611
+"InChI=1S/C19H20N2O2/c1-2-3-14-17-18(22)20(15-10-6-4-7-11-15)21(19(17)23)16-12-8-5-9-13-16/h4-13,17H,2-3,14H2,1H3",0.0037616611495636856
+"InChI=1S/C19H20O4/c1-2-3-13-22-18(20)16-11-7-8-12-17(16)19(21)23-14-15-9-5-4-6-10-15/h4-12H,2-3,13-14H2,1H3",0.003329494809989909
+"InChI=1S/C19H27NO6/c1-5-13-10-12(2)19(3,24)18(23)25-11-14-6-8-20(4)9-7-15(16(14)21)26-17(13)22/h5-6,12,15,24H,7-11H2,1-4H3",4.652170867120854e-06
+"InChI=1S/C19H27NO7/c1-11-9-19(12(2)27-19)17(23)26-14-6-8-20(4)7-5-13(15(14)21)10-25-16(22)18(11,3)24/h5,11-12,14,24H,6-10H2,1-4H3",2.4172815178640366e-06
+"InChI=1S/C19H28O2/c1-18-9-7-13(20)11-12(18)3-4-14-15-5-6-17(21)19(15,2)10-8-16(14)18/h3,13-16,20H,4-11H2,1-2H3",0.0002895039393338401
+"InChI=1S/C19H29N5O2/c1-23-19(21-18(15-25)22-23)20-9-6-12-26-17-8-5-7-16(13-17)14-24-10-3-2-4-11-24/h5,7-8,13,25H,2-4,6,9-12,14-15H2,1H3,(H,20,21,22)",0.0013325317742062589
+"InChI=1S/C19H30O5/c1-3-5-7-20-8-9-21-10-11-22-14-17-13-19-18(23-15-24-19)12-16(17)6-4-2/h12-13H,3-11,14-15H2,1-2H3",0.0018703545843631836
+"InChI=1S/C20H14N2O10S3/c23-16-7-5-11-9-12(33(24,25)26)10-18(35(30,31)32)19(11)20(16)22-21-15-6-8-17(34(27,28)29)14-4-2-1-3-13(14)15/h1-10,21H,(H,24,25,26)(H,27,28,29)(H,30,31,32)",0.04549416504837435
+"InChI=1S/C20H14N2O10S3/c23-20-18(35(30,31)32)10-11-9-12(33(24,25)26)5-6-13(11)19(20)22-21-16-7-8-17(34(27,28)29)15-4-2-1-3-14(15)16/h1-10,21H,(H,24,25,26)(H,27,28,29)(H,30,31,32)",0.002729649902902439
+"InChI=1S/C20H14O4/c21-15-9-5-13(6-10-15)20(14-7-11-16(22)12-8-14)18-4-2-1-3-17(18)19(23)24-20/h1-12,21-22H",0.0028336016144618037
+"InChI=1S/C20H16O8/c1-23-10-7-11-13(8-4-5-26-20(8)27-11)18-15(10)16(22)14-9(21)6-12(24-2)17(25-3)19(14)28-18/h4-8,20-21H,1-3H3",9.470874718540646e-07
+"InChI=1S/C20H18ClNO6/c1-10-7-12-14(21)9-13(17(23)16(12)20(27)28-10)18(24)22-15(19(25)26)8-11-5-3-2-4-6-11/h2-6,9-10,15,23H,7-8H2,1H3,(H,22,24)(H,25,26)",3.3678972038528885e-07
+"InChI=1S/C20H19NO3/c1-20(2)10-9-13-15(24-20)11-16(23-4)17-18(13)21(3)14-8-6-5-7-12(14)19(17)22/h5-11H,1-4H3",1.5713984325845333e-06
+"InChI=1S/C20H22O3/c1-20(2,19(21)22)23-16-12-10-15(11-13-16)18-9-5-7-14-6-3-4-8-17(14)18/h3-4,6,8,10-13,18H,5,7,9H2,1-2H3,(H,21,22)",3.543964001058002e-05
+"InChI=1S/C20H24O2/c1-3-20(22)11-9-18-17-6-4-13-12-14(21)5-7-15(13)16(17)8-10-19(18,20)2/h1,5,7,12,16-18,21-22H,4,6,8-11H2,2H3",6.74756092541451e-07
+"InChI=1S/C20H31NO6/c1-6-13(4)18(23)27-16-8-10-21-9-7-15(17(16)21)11-26-19(24)20(25,12(2)3)14(5)22/h6-7,12,14,16-17,22,25H,8-11H2,1-5H3",5.007034752753373e-06
+"InChI=1S/C21H16/c1-13-6-7-15-12-20-17-5-3-2-4-14(17)8-9-18(20)19-11-10-16(13)21(15)19/h2-9,12H,10-11H2,1H3",1.8296884275374645e-06
+"InChI=1S/C21H27N5O2S/c1-14-4-5-15(11-24-14)10-16-12-25-20(26-19(16)27)23-8-9-29-13-17-6-7-18(28-17)21(2,3)22/h4-7,11-12H,8-10,13,22H2,1-3H3,(H2,23,25,26,27)",0.00812501692711869
+"InChI=1S/C21H27NO7/c1-6-15-11-13(2)21(4,29-14(3)23)20(26)27-12-16-7-9-22(5)10-8-17(18(16)24)28-19(15)25/h6-7,11,13,17H,1,8-10,12H2,2-5H3",1.2332232311632599e-06
+"InChI=1S/C21H28O5/c1-19-7-5-13(23)9-12(19)3-4-14-15-6-8-21(26,17(25)11-22)20(15,2)10-16(24)18(14)19/h5,7,9,14-16,18,22,24,26H,3-4,6,8,10-11H2,1-2H3",4.244764790092168e-06
+"InChI=1S/C21H30O3/c1-13(22)24-15-8-10-20(2)14(12-15)4-5-16-17-6-7-19(23)21(17,3)11-9-18(16)20/h4,15-18H,5-12H2,1-3H3",0.00015009330901579666
+"InChI=1S/C21H32O3/c1-19-11-13(12-22)18(23)10-14(19)4-5-15-16(19)6-8-20(2)17(15)7-9-21(20,3)24/h12,14-17,22,24H,4-11H2,1-3H3",0.00020121692628362139
+"InChI=1S/C21H33NO7/c1-7-13(2)18(23)29-16-9-11-22-10-8-15(17(16)22)12-28-19(24)21(26,14(3)27-6)20(4,5)25/h7-8,14,16-17,25-26H,9-12H2,1-6H3",9.453465740178342e-07
+"InChI=1S/C22H28O3/c1-4-22(25-14(2)23)12-10-20-19-7-5-15-13-16(24)6-8-17(15)18(19)9-11-21(20,22)3/h1,13,17-20H,5-12H2,2-3H3",5.698241681227968e-06
+"InChI=1S/C22H32O2/c1-17(9-7-10-18(2)14-16-24-20(4)23)12-13-21-19(3)11-8-15-22(21,5)6/h7,9-10,12-14H,8,11,15-16H2,1-6H3",0.0003805310569661043
+"InChI=1S/C23H31NO2/c1-6-22(26-19(3)25)23(17-18(2)24(4)5,20-13-9-7-10-14-20)21-15-11-8-12-16-21/h7-16,18,22H,6,17H2,1-5H3",0.00019236329052118586
+"InChI=1S/C24H26FNO4/c1-15(2)26-21-6-4-3-5-20(21)24(16-7-9-17(25)10-8-16)22(26)12-11-18(27)13-19(28)14-23(29)30/h3-12,15,18-19,27-28H,13-14H2,1-2H3,(H,29,30)",0.00030379180782859035
+"InChI=1S/C24H38O4/c1-5-9-13-19(7-3)17-27-23(25)21-15-11-12-16-22(21)24(26)28-18-20(8-4)14-10-6-2/h11-12,15-16,19-20H,5-10,13-14,17-18H2,1-4H3",0.001833283361852489
+"InChI=1S/C26H29NO/c1-4-25(21-11-7-5-8-12-21)26(22-13-9-6-10-14-22)23-15-17-24(18-16-23)28-20-19-27(2)3/h5-18H,4,19-20H2,1-3H3",1.0659069657020138e-05
+"InChI=1S/C26H36O6/c1-4-5-6-22-31-21-12-18-17-8-7-15-11-16(28)9-10-24(15,2)23(17)19(29)13-25(18,3)26(21,32-22)20(30)14-27/h9-11,17-19,21-23,27,29H,4-8,12-14H2,1-3H3",6.545790730395442e-07
+"InChI=1S/C27H50O6/c1-4-7-10-13-16-19-25(28)31-22-24(33-27(30)21-18-15-12-9-6-3)23-32-26(29)20-17-14-11-8-5-2/h24H,4-23H2,1-3H3",0.011663918528485258
+"InChI=1S/C2Cl6/c3-1(4,5)2(6,7)8",0.00023401436865119822
+"InChI=1S/C2H2Cl2O2/c3-1(4)2(5)6/h1H,(H,5,6)",0.001248628253898075
+"InChI=1S/C2H2ClF3/c3-1-2(4,5)6/h1H2",0.0007368008831482679
+"InChI=1S/C2H2F4/c3-1-2(4,5)6/h1H2",0.2930484784511359
+"InChI=1S/C2H3Br/c1-2-3/h2H,1H2",0.0001729793210234384
+"InChI=1S/C2H3Cl/c1-2-3/h2H,1H2",9.776325356107953e-05
+"InChI=1S/C2H3Cl2F/c1-2(3,4)5/h1H3",0.044976870259685775
+"InChI=1S/C2H3F/c1-2-3/h2H,1H2",0.00043437071194662557
+"InChI=1S/C2H4N4/c3-2-4-1-5-6-2/h1H,(H3,3,4,5,6)",0.00011822057342449188
+"InChI=1S/C2H4O/c1-2-3/h2H,1H3",0.0034731239228776183
+"InChI=1S/C2H5Br/c1-2-3/h2H2,1H3",0.001367410299260962
+"InChI=1S/C2H5ClO/c1-4-2-3/h2H2,1H3",6.831177993173746e-05
+"InChI=1S/C2H5N3O2/c1-5(4-7)2(3)6/h1H3,(H2,3,6)",8.993006409578501e-07
+"InChI=1S/C2H5N5O3/c1-6(5-8)2(3)4-7(9)10/h1H3,(H2,3,4)",5.459131297886414e-06
+"InChI=1S/C2H5NO/c1-2(3)4/h1H3,(H2,3,4)",0.0030473744837239743
+"InChI=1S/C2H5NO2/c1-5-2(3)4/h1H3,(H2,3,4)",0.0007539967154517604
+"InChI=1S/C2H5NO2/c3-1-2(4)5/h1,3H2,(H,4,5)",0.3423624662033628
+"InChI=1S/C2H5NS/c1-2(3)4/h1H3,(H2,3,4)",0.00015306019231813584
+"InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3",0.19774926175056054
+"InChI=1S/C2HCl2F3/c3-1(4)2(5,6)7/h1H",0.0154972863401556
+"InChI=1S/C32H24N6O14S4/c33-23-13-21(53(41,42)43)9-17-11-25(55(47,48)49)29(31(39)27(17)23)37-35-19-5-1-15(2-6-19)16-3-7-20(8-4-16)36-38-30-26(56(50,51)52)12-18-10-22(54(44,45)46)14-24(34)28(18)32(30)40/h1-14,35-36H,33-34H2,(H,41,42,43)(H,44,45,46)(H,47,48,49)(H,50,51,52)",2.047751675191091e-06
+"InChI=1S/C32H24N6O16S4/c33-19-11-17(55(43,44)45)5-15-9-25(57(49,50)51)29(31(41)27(15)19)37-35-21-3-1-13(7-23(21)39)14-2-4-22(24(40)8-14)36-38-30-26(58(52,53)54)10-16-6-18(56(46,47)48)12-20(34)28(16)32(30)42/h1-12,35-36,39-40H,33-34H2,(H,43,44,45)(H,46,47,48)(H,49,50,51)(H,52,53,54)",0.001790545418382054
+"InChI=1S/C32H40BrN5O5/c1-16(2)12-24-29(40)37-11-7-10-25(37)32(42)38(24)30(41)31(43-32,17(3)4)35-28(39)18-13-20-19-8-6-9-22-26(19)21(27(33)34-22)14-23(20)36(5)15-18/h6,8-9,13,16-18,23-25,34,42H,7,10-12,14-15H2,1-5H3,(H,35,39)",5.148223778774814e-05
+"InChI=1S/C33H40N2O9/c1-38-19-7-8-20-21-9-10-35-16-18-13-27(44-32(36)17-11-25(39-2)30(41-4)26(12-17)40-3)31(42-5)28(33(37)43-6)22(18)15-24(35)29(21)34-23(20)14-19/h7-8,11-12,14,18,22,24,27-28,31,34H,9-10,13,15-16H2,1-6H3",5.027282041037047e-07
+"InChI=1S/C34H27N9O7S2/c35-22-10-15-27(26(36)18-22)41-38-24-11-6-19(7-12-24)20-8-13-25(14-9-20)40-42-32-28(51(45,46)47)16-21-17-29(52(48,49)50)33(34(44)30(21)31(32)37)43-39-23-4-2-1-3-5-23/h1-18,39H,35-37H2,(H,45,46,47)(H,48,49,50)",1.8840644339192986e-06
+"InChI=1S/C34H28N6O16S4/c1-55-25-9-15(3-5-23(25)37-39-31-27(59(49,50)51)11-17-7-19(57(43,44)45)13-21(35)29(17)33(31)41)16-4-6-24(26(10-16)56-2)38-40-32-28(60(52,53)54)12-18-8-20(58(46,47)48)14-22(36)30(18)34(32)42/h3-14,37-38H,35-36H2,1-2H3,(H,43,44,45)(H,46,47,48)(H,49,50,51)(H,52,53,54)",3.039073646147917e-05
+"InChI=1S/C34H59NO15/c1-5-6-9-20(3)32(50-31(44)17-23(34(47)48)15-29(41)42)27(49-30(43)16-22(33(45)46)14-28(39)40)13-19(2)12-24(36)10-7-8-11-25(37)18-26(38)21(4)35/h19-27,32,36-38H,5-18,35H2,1-4H3,(H,39,40)(H,41,42)(H,45,46)(H,47,48)",2.0780516188022275e-06
+"InChI=1S/C35H45Cl2NO6/c1-33-14-12-26(39)20-24(33)8-11-27-28-13-15-35(43,34(28,2)21-29(40)32(27)33)30(41)22-44-31(42)5-3-4-23-6-9-25(10-7-23)38(18-16-36)19-17-37/h6-7,9-10,12,14,20,27-29,32,40,43H,3-5,8,11,13,15-19,21-22H2,1-2H3",2.9691927692733255e-05
+"InChI=1S/C37H30N4O10S3/c1-22-4-13-30(14-5-22)54(49,50)51-29-11-9-28(10-12-29)38-39-32-15-6-25(18-23(32)2)26-7-16-33(24(3)19-26)40-41-37-34(42)17-8-27-20-31(52(43,44)45)21-35(36(27)37)53(46,47)48/h4-21,40H,1-3H3,(H,43,44,45)(H,46,47,48)",4.943743628893385e-06
+"InChI=1S/C37H36N2O6S2/c1-3-38(26-28-10-8-14-35(24-28)46(40,41)42)33-20-16-31(17-21-33)37(30-12-6-5-7-13-30)32-18-22-34(23-19-32)39(4-2)27-29-11-9-15-36(25-29)47(43,44)45/h5-25H,3-4,26-27H2,1-2H3,(H-,40,41,42,43,44,45)/p+1",0.009047050034665396
+"InChI=1S/C37H37N2O9S3/c1-3-38(25-27-7-5-9-35(23-27)50(43,44)45)32-17-11-29(12-18-32)37(31-15-21-34(22-16-31)49(40,41)42)30-13-19-33(20-14-30)39(4-2)26-28-8-6-10-36(24-28)51(46,47)48/h5-24H,3-4,25-26H2,1-2H3,(H,40,41,42)(H,43,44,45)(H,46,47,48)",0.007521044923841458
+"InChI=1S/C39H41N3O6S2/c1-5-41(27-29-9-7-11-37(25-29)49(43,44)45)35-21-15-32(16-22-35)39(31-13-19-34(20-14-31)40(3)4)33-17-23-36(24-18-33)42(6-2)28-30-10-8-12-38(26-30)50(46,47)48/h7-26H,5-6,27-28H2,1-4H3,(H-,43,44,45,46,47,48)/p+1",0.0008584661454336998
+"InChI=1S/C39H59Cl2NO2/c1-27(2)7-6-8-28(3)34-15-16-35-33-14-11-30-26-32(17-19-38(30,4)36(33)18-20-39(34,35)5)44-37(43)25-29-9-12-31(13-10-29)42(23-21-40)24-22-41/h9-13,27-28,32-36H,6-8,14-26H2,1-5H3",8.111084952991463e-07
+"InChI=1S/C3H3N/c1-2-3-4/h2H,1H2",0.0003184913835831074
+"InChI=1S/C3H3N3O2S/c4-3-5-1-2(9-3)6(7)8/h1H,(H2,4,5)",0.0003072876081104609
+"InChI=1S/C3H3N3O3/c7-2-1-6(5-9)3(8)4-2/h1H2,(H,4,7,8)",0.00033933943472868125
+"InChI=1S/C3H4Cl2/c4-2-1-3-5/h1-2H,3H2",0.0009011501379210311
+"InChI=1S/C3H5Br2Cl/c4-1-3(5)2-6/h3H,1-2H2",1.0959135963102865e-06
+"InChI=1S/C3H5Cl3/c4-1-3(6)2-5/h3H,1-2H2",9.156894225662461e-06
+"InChI=1S/C3H5ClO/c4-1-3-2-5-3/h3H,1-2H2",3.19917340276402e-05
+"InChI=1S/C3H5N3O/c1-2-6(3-4)5-7/h2H2,1H3",3.713742319970784e-05
+"InChI=1S/C3H5N3O4/c4-3(9)6(5-10)1-2(7)8/h1H2,(H2,4,9)(H,7,8)",2.9301867705126744e-05
+"InChI=1S/C3H5N3O9/c7-4(8)13-1-3(15-6(11)12)2-14-5(9)10/h3H,1-2H2",0.0008058599670786315
+"InChI=1S/C3H5NO/c1-2-3(4)5/h2H,1H2,(H2,4,5)",5.275898541797904e-05
+"InChI=1S/C3H6FN3O2/c4-1-2-7(6-9)3(5)8/h1-2H2,(H2,5,8)",9.252597389139177e-07
+"InChI=1S/C3H6N2S/c6-3-4-1-2-5-3/h1-2H2,(H2,4,5,6)",7.958167252680205e-05
+"InChI=1S/C3H6N6/c4-1-7-2(5)9-3(6)8-1/h(H6,4,5,6,7,8,9)",0.005827773822115748
+"InChI=1S/C3H6O/c1-3-2-4-3/h3H,2H2,1H3",0.0012810107036708787
+"InChI=1S/C3H6O2/c4-1-3-2-5-3/h3-4H,1-2H2",5.7776516653811276e-05
+"InChI=1S/C3H7N3O2/c1-2-6(5-8)3(4)7/h2H2,1H3,(H2,4,7)",8.095181573727152e-06
+"InChI=1S/C3H7N3O3/c4-3(8)6(5-9)1-2-7/h7H,1-2H2,(H2,4,8)",1.8331241017503934e-06
+"InChI=1S/C3H7NO/c1-3(2)4-5/h5H,1-2H3",0.00016554067088024558
+"InChI=1S/C3H7NO2/c1-2-6-3(4)5/h2H2,1H3,(H2,4,5)",0.00046355940440810363
+"InChI=1S/C3H8N2O/c1-3-5(2)4-6/h3H2,1-2H3",5.7088703133069e-07
+"InChI=1S/C3H8N2O2/c1-5(4-7)2-3-6/h6H,2-3H2,1H3",1.2390990501201209e-05
+"InChI=1S/C3H9O3P/c1-5-7(3,4)6-2/h1-3H3",0.005641726207027164
+"InChI=1S/C4H10N2O/c1-3-6(4-2)5-7/h3-4H2,1-2H3",2.594602639053546e-07
+"InChI=1S/C4H10N2O2/c1-4(7)3-6(2)5-8/h4,7H,3H2,1-2H3",3.919261519708453e-07
+"InChI=1S/C4H10N2O2/c1-6(5-8)3-2-4-7/h7H,2-4H2,1H3",1.4051779962669549e-05
+"InChI=1S/C4H10N2O3/c1-6(5-9)2-4(8)3-7/h4,7-8H,2-3H2,1H3",4.816083033446413e-06
+"InChI=1S/C4H10N2O3/c7-3-1-6(5-9)2-4-8/h7-8H,1-4H2",2.363310095359939e-05
+"InChI=1S/C4H10N2S/c1-5-4(7)6(2)3/h1-3H3,(H,5,7)",0.00021827097241410305
+"InChI=1S/C4H10O/c1-4(2,3)5/h5H,1-3H3",0.0008715408194102702
+"InChI=1S/C4H10O3/c5-1-3-7-4-2-6/h5-6H,1-4H2",0.015642609715003038
+"InChI=1S/C4H4N2O2/c7-3-1-2-5-4(8)6-3/h1-2H,(H2,5,6,7,8)",0.0059864319438149675
+"InChI=1S/C4H4N2OS/c7-3-1-2-5-4(8)6-3/h1-2H,(H2,5,6,7,8)",9.285746613043489e-05
+"InChI=1S/C4H5Cl/c1-3-4(2)5/h3H,1-2H2",0.00014118678220640087
+"InChI=1S/C4H5N3O3/c8-3-1-2-7(6-10)4(9)5-3/h1-2H2,(H,5,8,9)",6.869278949328717e-07
+"InChI=1S/C4H5NS/c1-2-3-5-4-6/h2H,1,3H2",0.0009681787871220888
+"InChI=1S/C4H6/c1-3-4-2/h3-4H,1-2H2",0.004825251929915897
+"InChI=1S/C4H6Cl2/c5-3-1-2-4-6/h1-2H,3-4H2",2.376079836282476e-06
+"InChI=1S/C4H6N2/c1-4-5-2-3-6-4/h2-3H,1H3,(H,5,6)",0.01057196781834544
+"InChI=1S/C4H6N2O2/c7-5-6-3-1-2-4-8-6/h1-2H,3-4H2",0.000794021526221551
+"InChI=1S/C4H6N2S/c1-6-3-2-5-4(6)7/h2-3H,1H3,(H,5,7)",9.985118669631932e-06
+"InChI=1S/C4H6O/c1-2-3-4-5/h2-4H,1H3",5.992309299036717e-05
+"InChI=1S/C4H6O2/c1-3-2-4(5)6-3/h3H,2H2,1H3",0.0001602987783374572
+"InChI=1S/C4H6O2/c1-3-6-4(2)5/h3H,1H2,2H3",0.0039610060444255635
+"InChI=1S/C4H7Cl/c1-4(2)3-5/h3H,1-2H3",0.0003511829620162485
+"InChI=1S/C4H7Cl2O4P/c1-8-11(7,9-2)10-3-4(5)6/h3H,1-2H3",1.8825650491842656e-05
+"InChI=1S/C4H7F3N2O/c1-2-9(8-10)3-4(5,6)7/h2-3H2,1H3",1.6142825571004523e-05
+"InChI=1S/C4H7N3O2/c1-2-3-7(6-9)4(5)8/h2H,1,3H2,(H2,5,8)",2.641007331312421e-06
+"InChI=1S/C4H8/c1-4(2)3/h1H2,2-3H3",0.06327272934671113
+"InChI=1S/C4H8N2O2/c1-4(7)3-6(2)5-8/h3H2,1-2H3",1.4812441762129365e-07
+"InChI=1S/C4H8N2O2/c7-4-1-2-6(3-4)5-8/h4,7H,1-3H2",6.588091830249421e-05
+"InChI=1S/C4H8O/c1-2-4-3-5-4/h4H,2-3H2,1H3",0.0030510755596088717
+"InChI=1S/C4H9N3O/c8-6-7-3-1-5-2-4-7/h5H,1-4H2",7.62590340464453e-05
+"InChI=1S/C4H9N3O2/c1-2-3-7(6-9)4(5)8/h2-3H2,1H3,(H2,5,8)",2.8749371822412637e-05
+"InChI=1S/C4H9N3O3/c5-4(9)7(6-10)2-1-3-8/h8H,1-3H2,(H2,5,9)",6.647060782545287e-06
+"InChI=1S/C4H9N5O3/c1-2-3-8(7-10)4(5)6-9(11)12/h2-3H2,1H3,(H2,5,6)",7.479465726347514e-06
+"InChI=1S/C4H9NO/c1-3-4(2)5-6/h6H,3H2,1-2H3",0.0008551384061597586
+"InChI=1S/C4H9NO2/c1-3-4(2)5(6)7/h4H,3H2,1-2H3",2.7734731836175078e-05
+"InChI=1S/C4H9NO2/c1-4(2)3-7-5-6/h4H,3H2,1-2H3",0.0005246325148031646
+"InChI=1S/C5H10Br2O2/c6-1-5(2-7,3-8)4-9/h8-9H,1-4H2",0.000423761652013803
+"InChI=1S/C5H10ClN3O3/c6-1-2-7-5(11)9(8-12)3-4-10/h10H,1-4H2,(H,7,11)",1.8200036809063076e-06
+"InChI=1S/C5H10N2O2/c1-2-3-7(6-9)4-5-8/h2,8H,1,3-5H2",3.7727092508982367e-06
+"InChI=1S/C5H10N2O3/c1-3-7(6-9)5(8)10-4-2/h3-4H2,1-2H3",6.185654481930881e-07
+"InChI=1S/C5H10N2O3/c1-7(6-10)4-2-3-5(8)9/h2-4H2,1H3,(H,8,9)",6.719372457141784e-06
+"InChI=1S/C5H10N2O3/c8-4-3-6-2-1-5(9)7-10/h6,8H,1-4H2",1.2316568658711855e-05
+"InChI=1S/C5H11Cl2N/c1-8(4-2-6)5-3-7/h2-5H2,1H3",7.305210409284004e-08
+"InChI=1S/C5H11N3O2/c1-2-3-4-8(7-10)5(6)9/h2-4H2,1H3,(H2,6,9)",3.5615896676699343e-06
+"InChI=1S/C5H11N3O2/c1-4(2)3-8(7-10)5(6)9/h4H,3H2,1-2H3,(H2,6,9)",3.2584756534001594e-05
+"InChI=1S/C5H11N3O3/c1-2-6-5(10)8(7-11)3-4-9/h9H,2-4H2,1H3,(H,6,10)",3.48723281870795e-06
+"InChI=1S/C5H11N3O3/c1-2-8(7-11)5(10)6-3-4-9/h9H,2-4H2,1H3,(H,6,10)",3.2390311946006155e-06
+"InChI=1S/C5H11NO2/c1-3-5(4-2)6(7)8/h5H,3-4H2,1-2H3",2.023109544979602e-05
+"InChI=1S/C5H12N2O3/c1-5(9)4-7(6-10)2-3-8/h5,8-9H,2-4H2,1H3",6.884426010981258e-06
+"InChI=1S/C5H12N2O4/c8-2-1-7(6-11)3-5(10)4-9/h5,8-10H,1-4H2",3.6427897434147634e-05
+"InChI=1S/C5H12N2S/c1-3-6-5(8)7-4-2/h3-4H2,1-2H3,(H2,6,7,8)",0.0001815042619469488
+"InChI=1S/C5H12O/c1-5(2,3)6-4/h1-4H3",0.007963862668520205
+"InChI=1S/C5H3Cl3O3/c6-2-1(3(7)8)4(9)11-5(2)10/h3-4,9H",2.6812783304880396e-06
+"InChI=1S/C5H6O2/c6-4-5-2-1-3-7-5/h1-3,6H,4H2",9.785937709448296e-05
+"InChI=1S/C5H7N3O2/c1-4-6-3-5(7(4)2)8(9)10/h3H,1-2H3",0.00012045793856786757
+"InChI=1S/C5H7N3OS/c1-4-2-10-5(7-4)8-6-3-9/h2-3H,1H3,(H,6,9)(H,7,8)",9.16061419373552e-05
+"InChI=1S/C5H8/c1-4-5(2)3/h4H,1-2H2,3H3",0.004595033664126864
+"InChI=1S/C5H8N2O/c8-6-7-4-2-1-3-5-7/h1-2H,3-5H2",5.359854953941844e-07
+"InChI=1S/C5H8O2/c1-3-5(6)7-4-2/h3H,1,4H2,2H3",0.0011886235739014264
+"InChI=1S/C5H8O2/c1-5(2)3-7-4(5)6/h3H2,1-2H3",0.0021075594461613424
+"InChI=1S/C5H9NO/c7-6-5-3-1-2-4-5/h7H,1-4H2",0.00041258495063607736
+"InChI=1S/C62H86N12O16/c1-27(2)42-59(84)73-23-17-19-36(73)57(82)69(13)25-38(75)71(15)48(29(5)6)61(86)88-33(11)44(55(80)65-42)67-53(78)35-22-21-31(9)51-46(35)64-47-40(41(63)50(77)32(10)52(47)90-51)54(79)68-45-34(12)89-62(87)49(30(7)8)72(16)39(76)26-70(14)58(83)37-20-18-24-74(37)60(85)43(28(3)4)66-56(45)81/h21-22,27-30,33-34,36-37,42-45,48-49H,17-20,23-26,63H2,1-16H3,(H,65,80)(H,66,81)(H,67,78)(H,68,79)",8.841683679606128e-10
+"InChI=1S/C6H10N2O/c1-3-5-8(7-9)6-4-2/h3-4H,1-2,5-6H2",0.00026871385937307836
+"InChI=1S/C6H10N2O2/c1-3-4-8(7-10)5-6(2)9/h3H,1,4-5H2,2H3",2.356567683789433e-06
+"InChI=1S/C6H10N2O3/c1-5(9)3-8(7-11)4-6(2)10/h3-4H2,1-2H3",3.104543445587973e-06
+"InChI=1S/C6H10N3O6P/c1-5-7-4-6(9(10)11)8(5)2-3-15-16(12,13)14/h4H,2-3H2,1H3,(H2,12,13,14)",0.0021582103578169577
+"InChI=1S/C6H10N6O/c1-12(2)11-10-6-4(5(7)13)8-3-9-6/h3H,1-2H3,(H2,7,13)(H,8,9)",3.897171751103549e-06
+"InChI=1S/C6H11IO3/c1-4(7)6-9-3-5(2-8)10-6/h4-6,8H,2-3H2,1H3",0.0003913906458410709
+"InChI=1S/C6H11N3O3/c1-3-9(8-12)6(11)7-4-5(2)10/h3-4H2,1-2H3,(H,7,11)",1.0452156840099377e-06
+"InChI=1S/C6H11NO2/c1-3-5-6(4-2)7(8)9/h5H,3-4H2,1-2H3",6.705012732555914e-05
+"InChI=1S/C6H12Br2O4/c7-1-3(9)5(11)6(12)4(10)2-8/h3-6,9-12H,1-2H2",2.7178404306201866e-05
+"InChI=1S/C6H12Cl3O4P/c7-1-4-11-14(10,12-5-2-8)13-6-3-9/h1-6H2",0.00030368945913853063
+"InChI=1S/C6H12ClN3O3/c1-4(11)3-8-6(12)10(9-13)5(2)7/h4-5,11H,3H2,1-2H3,(H,8,12)",5.915166965128188e-07
+"InChI=1S/C6H12ClN3O3/c1-5(11)4-10(9-13)6(12)8-3-2-7/h5,11H,2-4H2,1H3,(H,8,12)",4.164468355287788e-06
+"InChI=1S/C6H12N2O/c1-6-4-2-3-5-8(6)7-9/h6H,2-5H2,1H3",0.00010298629034019705
+"InChI=1S/C6H12N2O2/c1-3-4-8(7-10)5-6(2)9/h3,6,9H,1,4-5H2,2H3",6.083020396499156e-06
+"InChI=1S/C6H12N2O3/c1-2-3-8(7-11)4-6(10)5-9/h2,6,9-10H,1,3-5H2",5.150738709580757e-06
+"InChI=1S/C6H12N2O3/c1-8(2)7-5(9)3-4-6(10)11/h3-4H2,1-2H3,(H,7,9)(H,10,11)",0.015608299119941606
+"InChI=1S/C6H12N2O4/c1-4(9)2-7-3-5(10)6(11)8-12/h5-7,10-11H,2-3H2,1H3",1.9980632409720846e-07
+"InChI=1S/C6H12N2OS2/c1-4-8(7-9)5(2)11-6(3)10-4/h4-6H,1-3H3",2.5116429993281656e-06
+"InChI=1S/C6H12N3PS/c11-10(7-1-2-7,8-3-4-8)9-5-6-9/h1-6H2",8.667182822066385e-07
+"InChI=1S/C6H13N3O2/c1-2-3-4-5-9(8-11)6(7)10/h2-5H2,1H3,(H2,7,10)",3.486478744415335e-06
+"InChI=1S/C6H13NO/c1-4-7(5-2)6(3)8/h4-5H2,1-3H3",7.684052595386368e-05
+"InChI=1S/C6H13NO2S/c1-2-10-4-3-5(7)6(8)9/h5H,2-4,7H2,1H3,(H,8,9)",3.044615563682685e-05
+"InChI=1S/C6H14N2O/c1-3-5-8(7-9)6-4-2/h3-6H2,1-2H3",1.4287009114497457e-06
+"InChI=1S/C6H14N2O3/c1-5(9)3-8(7-11)4-6(2)10/h5-6,9-10H,3-4H2,1-2H3",5.216201051872223e-06
+"InChI=1S/C6H14N2O4/c1-5(10)2-8(7-12)3-6(11)4-9/h5-6,9-11H,2-4H2,1H3",3.002473813938688e-07
+"InChI=1S/C6H14NO4P/c1-9-12(8,10-2)7-3-5-11-6-4-7/h3-6H2,1-2H3",0.003146241292111067
+"InChI=1S/C6H18N3OP/c1-7(2)11(10,8(3)4)9(5)6/h1-6H3",1.9196375010114484e-07
+"InChI=1S/C6H3Cl3O/c7-3-1-4(8)6(10)5(9)2-3/h1-2,10H",0.0020511989384412272
+"InChI=1S/C6H3N3O5/c10-6-8-7-5(14-6)3-1-2-4(13-3)9(11)12/h1-2H,(H,8,10)",4.368225698763899e-05
+"InChI=1S/C6H4N4O3S/c7-6-9-8-5(14-6)3-1-2-4(13-3)10(11)12/h1-2H,(H2,7,9)",3.119888061055541e-06
+"InChI=1S/C6H4N4O4/c7-6-9-8-5(14-6)3-1-2-4(13-3)10(11)12/h1-2H,(H2,7,9)",1.8712985129040507e-05
+"InChI=1S/C6H6ClN/c7-4-6-2-1-3-8-5-6/h1-3,5H,4H2",0.003394180352477379
+"InChI=1S/C6H6ClN/c7-5-1-3-6(8)4-2-5/h1-4H,8H2",5.973130320064191e-05
+"InChI=1S/C6H6N2O2/c9-7-5-1-2-6(8-10)4-3-5/h1-4,7,9H",0.0007674258149012321
+"InChI=1S/C6H6N2O3/c7-4-1-2-6(9)5(3-4)8(10)11/h1-3,9H,7H2",0.0020048856923181686
+"InChI=1S/C6H6N2O3/c7-5-2-1-4(8(10)11)3-6(5)9/h1-3,9H,7H2",0.0007202016564638041
+"InChI=1S/C6H6N2O3/c7-5-3-4(8(10)11)1-2-6(5)9/h1-3,9H,7H2",0.005443686394352627
+"InChI=1S/C6H6N4O4/c7-6(11)9-8-3-4-1-2-5(14-4)10(12)13/h1-3H,(H3,7,9,11)",3.522825689777356e-05
+"InChI=1S/C6H6O2/c7-5-1-2-6(8)4-3-5/h1-4,7-8H",0.0007519711998663089
+"InChI=1S/C6H6O2/c7-5-3-1-2-4-6(5)8/h1-4,7-8H",0.0006493471109956644
+"InChI=1S/C6H7ClN2/c7-4-1-2-5(8)6(9)3-4/h1-3H,8-9H2",0.0015008486106630374
+"InChI=1S/C6H7ClN2/c7-5-2-1-4(8)3-6(5)9/h1-3H,8-9H2",0.002209193048405874
+"InChI=1S/C6H7N/c7-6-4-2-1-3-5-6/h1-5H,7H2",0.00288854345679404
+"InChI=1S/C6H7N3O/c1-9(8-10)6-4-2-3-5-7-6/h2-5H,1H3",1.5604560031617307e-06
+"InChI=1S/C6H7N3O/c7-9-6(10)5-1-3-8-4-2-5/h1-4H,7H2,(H,9,10)",0.0010937775723096478
+"InChI=1S/C6H8N2/c7-5-3-1-2-4-6(5)8/h1-4H,7-8H2",0.0022932980214756364
+"InChI=1S/C6H8N4O3S/c1-2-7-5(11)9-6-8-3-4(14-6)10(12)13/h3H,2H2,1H3,(H2,7,8,9,11)",0.0006058674796699018
+"InChI=1S/C6H8O/c1-2-3-4-5-6-7/h2-6H,1H3",0.0006470598515798739
+"InChI=1S/C6H9NO/c1-2-7-5-3-4-6(7)8/h2H,1,3-5H2",0.00010797017863666099
+"InChI=1S/C6H9NO6/c8-4(9)1-7(2-5(10)11)3-6(12)13/h1-3H2,(H,8,9)(H,10,11)(H,12,13)",0.0019357660506396199
+"InChI=1S/C7H10N2/c1-5-2-3-6(8)4-7(5)9/h2-4H,8-9H2,1H3",2.021809347471251e-05
+"InChI=1S/C7H10N2O/c1-10-7-3-2-5(8)4-6(7)9/h2-4H,8-9H2,1H3",0.001324482221540272
+"InChI=1S/C7H10N2OS/c1-2-3-5-4-6(10)9-7(11)8-5/h4H,2-3H2,1H3,(H2,8,9,10,11)",8.047783863547107e-05
+"InChI=1S/C7H10N6O3/c1-11-4-8-6(12(2)9-15)5(11)7(14)13(3)10-16/h4H,1-3H3",8.090439620341776e-07
+"InChI=1S/C7H11N5O2/c1-8-7(13)5-6(12(3)10-14)9-4-11(5)2/h4H,1-3H3,(H,8,13)",5.071130207860546e-06
+"InChI=1S/C7H14N4O4/c1-11(10-15)7(14)9-4-2-3-5(8)6(12)13/h5H,2-4,8H2,1H3,(H,9,14)(H,12,13)",3.6066075616857804e-06
+"InChI=1S/C7H15Cl2N2O2P/c8-2-4-10-14(12)11(6-3-9)5-1-7-13-14/h1-7H2,(H,10,12)",2.8304914790332972e-06
+"InChI=1S/C7H15Cl2N2O2P/c8-2-5-11(6-3-9)14(12)10-4-1-7-13-14/h1-7H2,(H,10,12)",8.464663286418842e-06
+"InChI=1S/C7H15N3O/c1-6-4-10(8-11)5-7(2)9(6)3/h6-7H,4-5H2,1-3H3",9.604767017611587e-07
+"InChI=1S/C7H15N3O2/c1-2-3-4-5-6-10(9-12)7(8)11/h2-6H2,1H3,(H2,8,11)",2.961671468076877e-06
+"InChI=1S/C7H5N3O3S/c8-7-9-4(3-14-7)5-1-2-6(13-5)10(11)12/h1-3H,(H2,8,9)",2.769899478690688e-05
+"InChI=1S/C7H5NO4/c9-7(10)5-1-3-6(4-2-5)8(11)12/h1-4H,(H,9,10)",0.001717340169184922
+"InChI=1S/C7H5NS2/c9-7-8-5-3-1-2-4-6(5)10-7/h1-4H,(H,8,9)",0.0020567606139908707
+"InChI=1S/C7H6N2O4/c1-5-2-3-6(8(10)11)4-7(5)9(12)13/h2-4H,1H3",3.409585051852009e-05
+"InChI=1S/C7H6N2O4/c1-5-6(8(10)11)3-2-4-7(5)9(12)13/h2-4H,1H3",1.6032187361365404e-06
+"InChI=1S/C7H6N4O3S/c8-10-7-9-4(3-15-7)5-1-2-6(14-5)11(12)13/h1-3H,8H2,(H,9,10)",1.4101710020215437e-05
+"InChI=1S/C7H6N6O3/c8-6-10-5(11-7(9)12-6)3-1-2-4(16-3)13(14)15/h1-2H,(H4,8,9,10,11,12)",7.697113627402102e-06
+"InChI=1S/C7H6O3/c8-5-1-2-6-7(3-5)10-4-9-6/h1-3,8H,4H2",0.009774059934535496
+"InChI=1S/C7H7FN2O/c1-10(9-11)7-4-2-6(8)3-5-7/h2-5H,1H3",1.6543208915427364e-06
+"InChI=1S/C7H7N3O2/c1-10(9-12)7-4-2-6(8-11)3-5-7/h2-5H,1H3",7.871655681670205e-06
+"InChI=1S/C7H7NO/c1-6-4-2-3-5-7(6)8-9/h2-5H,1H3",0.0004185357687106945
+"InChI=1S/C7H7NO2/c1-6-2-4-7(5-3-6)8(9)10/h2-5H,1H3",0.001874052035935112
+"InChI=1S/C7H7NO2/c1-6-4-2-3-5-7(6)8(9)10/h2-5H,1H3",3.3980865709952174e-05
+"InChI=1S/C7H7NO3/c1-11-7-5-3-2-4-6(7)8(9)10/h2-5H,1H3",0.00010187063213339316
+"InChI=1S/C7H8/c1-7-5-3-2-4-6-7/h2-6H,1H3",0.03321090159783517
+"InChI=1S/C7H8N2O/c1-9(8-10)7-5-3-2-4-6-7/h2-6H,1H3",1.042957356999158e-06
+"InChI=1S/C7H8N2O3/c1-12-7-3-2-5(9(10)11)4-6(7)8/h2-4H,8H2,1H3",0.0003205469399066696
+"InChI=1S/C7H8O2/c1-5-2-3-6(8)7(9)4-5/h2-4,8-9H,1H3",0.0019977895425383964
+"InChI=1S/C7H8O2/c1-9-7-4-2-6(8)3-5-7/h2-5,8H,1H3",0.0032625192126131642
+"InChI=1S/C7H9N/c1-6-4-2-3-5-7(6)8/h2-5H,8H2,1H3",0.0004068944342254183
+"InChI=1S/C7H9NO/c1-9-7-5-3-2-4-6(7)8/h2-5H,8H2,1H3",0.0002411644099794946
+"InChI=1S/C7H9NO2S/c1-6-4-2-3-5-7(6)11(8,9)10/h2-5H,1H3,(H2,8,9,10)",0.023128422904380934
+"InChI=1S/C8H10/c1-2-8-6-4-3-5-7-8/h3-7H,2H2,1H3",0.0006838411905995456
+"InChI=1S/C8H10O/c1-7(9)8-5-3-2-4-6-8/h2-7,9H,1H3",0.0037490463670267174
+"InChI=1S/C8H11N/c1-6-3-4-7(2)8(9)5-6/h3-5H,9H2,1-2H3",0.0012543355033887583
+"InChI=1S/C8H11N/c1-9(2)8-6-4-3-5-7-8/h3-7H,1-2H3",0.001031525907392086
+"InChI=1S/C8H11N3/c1-11(2)10-9-8-6-4-3-5-7-8/h3-7H,1-2H3",1.5483279398792856e-05
+"InChI=1S/C8H11NO/c1-6-3-4-8(10-2)7(9)5-6/h3-5H,9H2,1-2H3",0.0007143945396930011
+"InChI=1S/C8H11NO/c1-6-5-7(10-2)3-4-8(6)9/h3-5H,9H2,1-2H3",0.0034261778944460032
+"InChI=1S/C8H12F6N2O/c9-7(10,11)3-1-5-16(15-17)6-2-4-8(12,13)14/h1-6H2",2.810084144738846e-06
+"InChI=1S/C8H12N2O3/c1-3-8(4-2)5(11)9-7(13)10-6(8)12/h3-4H2,1-2H3,(H2,9,10,11,12,13)",0.00024810985891941226
+"InChI=1S/C8H12N4O5/c9-7-10-2-12(8(16)11-7)6-5(15)4(14)3(1-13)17-6/h2-6,13-15H,1H2,(H2,9,11,16)",6.961370128678835e-07
+"InChI=1S/C8H14ClN5/c1-4-10-7-12-6(9)13-8(14-7)11-5(2)3/h5H,4H2,1-3H3,(H2,10,11,12,13,14)",0.00016969332799216717
+"InChI=1S/C8H14ClNS2/c1-4-10(5-2)8(11)12-6-7(3)9/h3-6H2,1-2H3",0.00011662813320809678
+"InChI=1S/C8H14O2/c1-4-5-10-8(9)6-7(2)3/h4,7H,1,5-6H2,2-3H3",0.0008650056682485204
+"InChI=1S/C8H14O4/c1-5-4-8(11-6(2)9)12-7(3)10-5/h5,7-8H,4H2,1-3H3",0.004110350275324554
+"InChI=1S/C8H15N3O7/c1-11(10-18)8(17)9-4(2-12)6(15)7(16)5(14)3-13/h2,4-7,13-16H,3H2,1H3,(H,9,17)",3.6309383091138406e-06
+"InChI=1S/C8H16N2O3/c1-3-5-6-7-10(9-12)8(11)13-4-2/h3-7H2,1-2H3",5.365938404339984e-06
+"InChI=1S/C8H18N2O/c1-3-5-7-10(9-11)8-6-4-2/h3-8H2,1-2H3",4.366745996938879e-06
+"InChI=1S/C8H18N2O2/c1-2-3-6-10(9-12)7-4-5-8-11/h11H,2-8H2,1H3",2.622807057818818e-06
+"InChI=1S/C8H5N3O4S/c12-4-9-8-10-5(3-16-8)6-1-2-7(15-6)11(13)14/h1-4H,(H,9,10,12)",1.776688261441569e-05
+"InChI=1S/C8H6N4O4S/c1-4(13)9-8-11-10-7(17-8)5-2-3-6(16-5)12(14)15/h2-3H,1H3,(H,9,11,13)",3.477251146430776e-05
+"InChI=1S/C8H6N4O4S/c13-4-9-11-8-10-5(3-17-8)6-1-2-7(16-6)12(14)15/h1-4H,(H,9,13)(H,10,11)",1.9903722625497596e-05
+"InChI=1S/C8H6N4O5/c13-6-4-11(8(14)10-6)9-3-5-1-2-7(17-5)12(15)16/h1-3H,4H2,(H,10,13,14)",0.0006844218860483703
+"InChI=1S/C8H8/c1-2-8-6-4-3-5-7-8/h2-7H,1H2",0.00022371772775761018
+"InChI=1S/C8H8N2O2/c1-10(9-12)8(11)7-5-3-2-4-6-7/h2-6H,1H3",1.9675758125844567e-05
+"InChI=1S/C8H8N4O4/c13-8-9-3-4-11(8)10-5-6-1-2-7(16-6)12(14)15/h1-2,5H,3-4H2,(H,9,13)",2.3463947822603856e-05
+"InChI=1S/C8H8O/c1-2-4-7(5-3-1)8-6-9-8/h1-5,8H,6H2",0.0004610960602920555
+"InChI=1S/C8H9NO2/c1-6(10)9-7-2-4-8(11)5-3-7/h2-5,11H,1H3,(H,9,10)",0.0032746195156738655
+"InChI=1S/C9H10N4O3S/c1-12(2)11-9-10-6(5-17-9)7-3-4-8(16-7)13(14)15/h3-5H,1-2H3,(H,10,11)",1.6124788558793863e-06
+"InChI=1S/C9H10N4O4/c1-6-5-12(9(14)11-6)10-4-7-2-3-8(17-7)13(15)16/h2-4,6H,5H2,1H3,(H,11,14)",2.241810778575835e-05
+"InChI=1S/C9H10N4S/c10-7-3-1-6(2-4-7)8-5-14-9(12-8)13-11/h1-5H,10-11H2,(H,12,13)",4.993486651149665e-06
+"InChI=1S/C9H10O2/c1-2-4-8(5-3-1)10-6-9-7-11-9/h1-5,9H,6-7H2",0.0002929924854086413
+"InChI=1S/C9H11ClN2O/c1-12(2)9(13)11-8-5-3-7(10)4-6-8/h3-6H,1-2H3,(H,11,13)",0.0006594539519917509
+"InChI=1S/C9H11N3O/c13-11-12-6-2-4-9(12)8-3-1-5-10-7-8/h1,3,5,7,9H,2,4,6H2",5.400576625830323e-07
+"InChI=1S/C9H11N3O2/c13-10-12-6-2-4-9(12)8-3-1-5-11(14)7-8/h1,3,5,7,9H,2,4,6H2",4.534098125957823e-06
+"InChI=1S/C9H12/c1-7-4-5-8(2)9(3)6-7/h4-6H,1-3H3",0.03619221309975082
+"InChI=1S/C9H12N2O/c1-11(10-12)8-7-9-5-3-2-4-6-9/h2-6H,7-8H2,1H3",6.077787149560377e-08
+"InChI=1S/C9H12N2O2/c1-2-13-8-5-3-7(4-6-8)11-9(10)12/h3-6H,2H2,1H3,(H3,10,11,12)",0.0029799577034681167
+"InChI=1S/C9H13ClN6/c1-4-12-7-13-6(10)14-8(15-7)16-9(2,3)5-11/h4H2,1-3H3,(H2,12,13,14,15,16)",2.6299094239251643e-05
+"InChI=1S/C9H13N/c1-6-4-7(2)9(10)8(3)5-6/h4-5H,10H2,1-3H3",3.823786317649393e-05
+"InChI=1S/C9H13N/c1-6-4-8(3)9(10)5-7(6)2/h4-5H,10H2,1-3H3",0.0002485091301218941
+"InChI=1S/C9H14N8S3/c10-6-7(17-20-16-6)13-1-2-18-3-5-4-19-9(14-5)15-8(11)12/h4H,1-3H2,(H2,10,16)(H,13,17)(H4,11,12,14,15)",0.015100190825257159
+"InChI=1S/C9H14O/c1-7-4-8(10)6-9(2,3)5-7/h4H,5-6H2,1-3H3",0.008754989801522287
+"InChI=1S/C9H15Br6O4P/c10-1-7(13)4-17-20(16,18-5-8(14)2-11)19-6-9(15)3-12/h7-9H,1-6H2",5.490167296721841e-06
+"InChI=1S/C9H15Cl6O4P/c10-1-7(2-11)17-20(16,18-8(3-12)4-13)19-9(5-14)6-15/h7-9H,1-6H2",0.0001076808469655581
+"InChI=1S/C9H16ClN3O7/c10-1-2-13(12-19)9(18)11-5-7(16)6(15)4(3-14)20-8(5)17/h4-8,14-17H,1-3H2,(H,11,18)",1.1954401132320756e-07
+"InChI=1S/C9H17NO2/c10-7-9(6-8(11)12)4-2-1-3-5-9/h1-7,10H2,(H,11,12)",0.034163217252366124
+"InChI=1S/C9H18N3OP/c1-7-4-10(7)14(13,11-5-8(11)2)12-6-9(12)3/h7-9H,4-6H2,1-3H3",2.0721767984961277e-05
+"InChI=1S/C9H18N6O6/c16-1-13(2-17)7-10-8(14(3-18)4-19)12-9(11-7)15(5-20)6-21/h16-21H,1-6H2",3.33032841935753e-05
+"InChI=1S/C9H19N3O2/c1-3-5-7-10-9(13)12(11-14)8-6-4-2/h3-8H2,1-2H3,(H,10,13)",2.1265368949182827e-05
+"InChI=1S/C9H4Cl6O4/c10-3-4(11)8(13)2(6(18)19)1(5(16)17)7(3,12)9(8,14)15/h1-2H,(H,16,17)(H,18,19)",0.00010492696388943609
+"InChI=1S/C9H4F3N3O4S/c10-9(11,12)7(16)14-8-13-4(3-20-8)5-1-2-6(19-5)15(17)18/h1-3H,(H,13,14,16)",2.2102353754193866e-05
+"InChI=1S/C9H7N3O4S/c1-5(13)10-9-11-6(4-17-9)7-2-3-8(16-7)12(14)15/h2-4H,1H3,(H,10,11,13)",7.029024738613018e-05
+"InChI=1S/C9H8Cl3NO2S/c10-9(11,12)16-13-7(14)5-3-1-2-4-6(5)8(13)15/h1-2,5-6H,3-4H2",0.0069197383540470486
+"InChI=1S/C9H8N4O2S/c1-13(12-15)9(14)11-8-10-6-4-2-3-5-7(6)16-8/h2-5H,1H3,(H,10,11,14)",4.783036390018048e-06
+"InChI=1S/C9H8N4O2S/c10-12-9-11-8(5-16-9)6-1-3-7(4-2-6)13(14)15/h1-5H,10H2,(H,11,12)",1.3587209568104588e-05
+"InChI=1S/C9H8N4O5/c1-5(14)10-4-7-11-9(12-18-7)6-2-3-8(17-6)13(15)16/h2-3H,4H2,1H3,(H,10,14)",0.00023633556160229004
+"InChI=1S/C9H8O2/c10-9-6-5-7-3-1-2-4-8(7)11-9/h1-4H,5-6H2",0.020046085748650633
+"InChI=1S/C9H8O4/c10-7-3-1-6(5-8(7)11)2-4-9(12)13/h1-5,10-11H,(H,12,13)",0.0016485584272419634
+"InChI=1S/CCl4/c2-1(3,4)5",0.00018072896181613217
+"InChI=1S/CH4N2S/c2-1(3)4/h(H4,2,3,4)",0.0012939764803682101
+InChI=1S/C10H8/c1-2-6-10-8-4-3-7-9(10)5-1/h1-8H,0.00017242657241721055
+InChI=1S/C11H7N3O3/c15-14(16)11-5-4-9(17-11)8-7-12-10-3-1-2-6-13(8)10/h1-7H,5.933897257186918e-05
+InChI=1S/C12Br10O/c13-1-3(15)7(19)11(8(20)4(1)16)23-12-9(21)5(17)2(14)6(18)10(12)22,0.00348218528603649
+InChI=1S/C12H10N2/c1-3-7-11(8-4-1)13-14-12-9-5-2-6-10-12/h1-10H,0.00013225676690924786
+InChI=1S/C12H10N2O/c15-13-14(11-7-3-1-4-8-11)12-9-5-2-6-10-12/h1-10H,0.0008424952590723383
+InChI=1S/C12H24N2O/c15-13-14-11-9-7-5-3-1-2-4-6-8-10-12-14/h1-12H2,5.133475061201374e-05
+InChI=1S/C12H4Cl4O2/c13-5-1-9-10(2-6(5)14)18-12-4-8(16)7(15)3-11(12)17-9/h1-4H,7.298821193789602e-11
+InChI=1S/C12H4Cl6/c13-7-3-1-5(9(15)11(7)17)6-2-4-8(14)12(18)10(6)16/h1-4H,7.786599511633277e-06
+InChI=1S/C12H5Cl5/c13-8-3-1-2-6(10(8)15)7-4-5-9(14)12(17)11(7)16/h1-5H,1.4704458759507413e-05
+InChI=1S/C12H6Cl4/c13-7-1-3-9(11(15)5-7)10-4-2-8(14)6-12(10)16/h1-6H,4.0412785783467224e-05
+InChI=1S/C12H7Cl2NO3/c13-8-1-6-12(11(14)7-8)18-10-4-2-9(3-5-10)15(16)17/h1-7H,0.0014783823540282163
+InChI=1S/C12H8Cl2/c13-11-5-1-3-9(7-11)10-4-2-6-12(14)8-10/h1-8H,0.0007037288214604071
+InChI=1S/C16H9NO2/c18-17(19)14-9-7-12-5-4-10-2-1-3-11-6-8-13(14)16(12)15(10)11/h1-9H,1.346824769603986e-05
+InChI=1S/C20H12/c1-2-7-17-15(4-1)12-16-9-8-13-5-3-6-14-10-11-18(17)20(16)19(13)14/h1-12H,3.7890002469191535e-06
+InChI=1S/C2Cl2/c3-1-2-4,3.77132695929915e-05
+InChI=1S/C2Cl4/c3-1(4)2(5)6,0.0008743778349440065
+InChI=1S/C2F4/c3-1(4)2(5)6,0.0010698395240713934
+InChI=1S/C2H3N3O/c1-5(2-3)4-6/h1H3,5.642755061051665e-06
+InChI=1S/C2H4Br2/c3-1-2-4/h1-2H2,8.091080010135074e-06
+InChI=1S/C2H4Cl2/c3-1-2-4/h1-2H2,0.00014753650416901874
+InChI=1S/C2H4Cl2O/c3-1-5-2-4/h1-2H2,3.105482002122544e-08
+InChI=1S/C2H4O/c1-2-3-1/h1-2H2,0.00048351333043981524
+InChI=1S/C2H6N2O/c1-3-4(2)5/h1-2H3,6.290333727851602e-07
+InChI=1S/C2H6N2O/c1-4(2)3-5/h1-2H3,1.2945128851952012e-06
+InChI=1S/C2H6N2O2/c1-3(2)4(5)6/h1-2H3,6.072291125396463e-06
+InChI=1S/C2H6O3P/c1-4-6(3)5-2/h1-2H3/q+1,0.0012747498647297866
+InChI=1S/C3H4N2O3/c6-3-5(4-7)1-2-8-3/h1-2H2,3.3168067335484173e-06
+InChI=1S/C3H4O2/c4-2-1-3-5/h1-4H,0.001692971089326988
+InChI=1S/C3H4O2/c4-3-1-2-5-3/h1-2H2,2.026014582309354e-05
+InChI=1S/C3H6O3S/c4-7(5)3-1-2-6-7/h1-3H2,3.143832807041542e-05
+InChI=1S/C4H4O/c1-2-4-5-3-1/h1-4H,5.817202348739501e-06
+InChI=1S/C4H8N2O/c7-5-6-3-1-2-4-6/h1-4H2,7.980487259186946e-06
+InChI=1S/C4H8N2O2/c7-5-6-1-3-8-4-2-6/h1-4H2,9.386954372512337e-07
+InChI=1S/C4H8N2O2/c7-5-6-3-1-2-4-8-6/h1-4H2,0.00020926879931380295
+InChI=1S/C4H8N2OS/c7-5-6-1-3-8-4-2-6/h1-4H2,4.0776123196848235e-05
+InChI=1S/C4H8N4O2/c9-5-7-2-1-3-8(4-7)6-10/h1-4H2,1.1517212335073147e-06
+InChI=1S/C4H8O/c1-2-4-5-3-1/h1-4H2,0.0056444897852763656
+InChI=1S/C4H8O2/c1-2-6-4-3-5-1/h1-4H2,0.0030304705299226036
+InChI=1S/C5H10N2O/c8-6-7-4-2-1-3-5-7/h1-5H2,1.252783720469787e-05
+InChI=1S/C5H10N4O2/c10-6-8-2-1-3-9(7-11)5-4-8/h1-5H2,3.8884993364260103e-07
+InChI=1S/C5H3Cl5/c1-2(4(7)8)3(6)5(9)10/h1H3,0.0002737779020457611
+InChI=1S/C5H4O2/c6-4-5-2-1-3-7-5/h1-4H,0.007108359076417074
+InChI=1S/C5H5N/c1-2-4-6-5-3-1/h1-5H,0.0008508223900043424
+InChI=1S/C6Cl6/c7-1-2(8)4(10)6(12)5(11)3(1)9,1.3554303596736287e-05
+InChI=1S/C6H4Cl2/c7-5-1-2-6(8)4-3-5/h1-4H,0.004380910657993744
+InChI=1S/C6H5Cl/c7-6-4-2-1-3-5-6/h1-5H,0.0021944515026218066
+InChI=1S/C6H5NO2/c8-7(9)6-4-2-1-3-5-6/h1-5H,0.00020713284282109997
+InChI=1S/C6H6/c1-2-4-6-5-3-1/h1-6H,0.002163564448104176
+InChI=1S/C6H6Cl6/c7-1-2(8)4(10)6(12)5(11)3(1)9/h1-6H,3.851072162559269e-05
+InChI=1S/C6HCl5O/c7-1-2(8)4(10)6(12)5(11)3(1)9/h12H,4.918615683775761e-05
+InChI=1S/C7H14N2O/c10-8-9-6-4-2-1-3-5-7-9/h1-7H2,2.658248411204303e-07
+InChI=1S/C7H3Cl5O/c1-13-7-5(11)3(9)2(8)4(10)6(7)12/h1H3,8.845719242578243e-05
+InChI=1S/C7H4N2O3S/c10-9(11)7-2-1-6(12-7)5-3-13-4-8-5/h1-4H,3.914684347990944e-05
+InChI=1S/C8Cl4N2/c9-5-3(1-13)6(10)8(12)7(11)4(5)2-14,0.008536726161756297
+InChI=1S/C8H6O/c1-2-4-8-7(3-1)5-6-9-8/h1-6H,0.003589187066059639
+InChI=1S/C9H16N2O2S2/c14-9(10-1-5-12-6-2-10)15-11-3-7-13-8-4-11/h1-8H2,0.0003655871377748181
+InChI=1S/C9H6N2O2/c12-11(13)8-5-1-3-7-4-2-6-10-9(7)8/h1-6H,5.638616368524316e-05
+InChI=1S/C9H6O2/c10-9-6-5-7-3-1-2-4-8(7)11-9/h1-6H,0.0002682309824575576
+InChI=1S/CH2Cl2/c2-1-3/h1H2,0.008524468639492473
+InChI=1S/CH2ClF/c2-1-3/h1H2,0.0004015906494509356
+InChI=1S/CH3NO2/c1-2(3)4/h1H3,0.0006618604241214676
+InChI=1S/CH4N2O2/c2-1-3(4)5/h1-2H2,0.00022878258475408878
+InChI=1S/CHBr3/c2-1(3)4/h1H,0.0025639950207849895
+InChI=1S/CHBrCl2/c2-1(3)4/h1H,0.0004425372952120554
+InChI=1S/CHCl3/c2-1(3)4/h1H,0.002194733143067277
diff --git a/regression/Rat_TD50.json b/regression/Rat_TD50.json
new file mode 100644
index 0000000..8dcda4f
--- /dev/null
+++ b/regression/Rat_TD50.json
@@ -0,0 +1,6 @@
+{
+ "species": "Rat",
+ "endpoint": "TD50",
+ "source": "http://www.epa.gov/ncct/dsstox/sdf_cpdbas.html",
+ "unit": "mmol/kg_bw/day"
+}