From c101de7f532ee990d2e08c361711359cb20670af Mon Sep 17 00:00:00 2001 From: Paul R Alexander Date: Mon, 14 Jul 2014 11:17:21 -0700 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a69916 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# NCBO REST Sample Code + +Sample code that demonstrates the use of the NCBO REST services. + +Documentation for REST services is available at [http://data.bioontology.org/documentation](http://data.bioontology.org/documentation) + +Questions and bug reports can be directed to the NCBO Support List: [support@bioontology.org](mailto:support@bioontology.org) + +## Community Code Examples + +- [RNCBO](https://github.com/muntisa/RNCBO) (uses R) - Cristian R. Munteanu (BiGCaT - [www.enanomapper.net](http://www.enanomapper.net))