summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-21 15:58:32 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-21 15:58:32 +0200
commit185120e466b32ad06df121a0678f71bc42ed4e04 (patch)
tree22735e89a5a0d7d2991cf94c4604294e474fc6f3 /README
parent72ad070dd50db5c1af73077abe658ec3d68dafa7 (diff)
READMEs updated
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 5c8a231..b4e1eee 100644
--- a/README
+++ b/README
@@ -26,19 +26,19 @@ Supported MIME formats (http://chemical-mime.sourceforge.net/):
Examples:
Get the OWL-DL representation of fminer
- curl http://webservices.in-silico.ch/test/algorithm/fminer
+ curl http://webservices.in-silico.ch/algorithm/fminer
Get the OWL-DL representation of lazar
- curl http://webservices.in-silico.ch/test/algorithm/lazar
+ curl http://webservices.in-silico.ch/algorithm/lazar
Create fminer features
- curl -X POST -d dataset_uri={datset_uri} -d feature_uri={feature_uri} http://webservices.in-silico.ch/test/algorithm/fminer
+ curl -X POST -d dataset_uri={datset_uri} -d feature_uri={feature_uri} http://webservices.in-silico.ch/algorithm/fminer
(feaure_uri specifies the dependent variable, e.g. http://www.epa.gov/NCCT/dsstox/CentralFieldDef.html#ActivityOutcome_CPDBAS_Hamster)
Creates a dataset with fminer features (backbone refinement class representatives from supervised graph mining, see http://www.maunz.de/libfminer-doc/). These features can be used e.g. as structural alerts, as descriptors (fingerprints) for prediction models or for similarity calculations.
Create lazar model
- curl -X POST -d dataset_uri={datset_uri} -d feature_uri={feature_uri} -d feature_generation_uri=http://webservices.in-silico.ch/test/algorithm/fminer http://webservices.in-silico.ch/test/algorithm/lazar
+ curl -X POST -d dataset_uri={datset_uri} -d feature_uri={feature_uri} -d feature_generation_uri=http://webservices.in-silico.ch/algorithm/fminer http://webservices.in-silico.ch/test/algorithm/lazar
(feaure_uri specifies the dependent variable, e.g. http://www.epa.gov/NCCT/dsstox/CentralFieldDef.html#ActivityOutcome_CPDBAS_Hamster)
More documentation: Source code (application.rb, fminer.rb, lazar.rb)