// requires an unspecified Bioclipse
// development version
bioclipse.requireVersion("2.6")
service =
"http://apps.ideaconsult.net:8080/ambit2/";
serviceSPARQL =
"http://apps.ideaconsult.net:8080/ontology/";
stringMat = opentox.listDescriptors(serviceSPARQL);
stringMat.getColumn("algo");
stringMat.getColumn("desc");
// pick any descriptor
descriptor = stringMat.get(1,1);
opentox.calculateDescriptor(
service, descriptor,
cdk.fromSMILES("CCC")
)
The first descriptor happens to be a model for predicting the pKa (see Algorithm or Model: OpenTox API quiz).
No comments:
Post a Comment