-
Notifications
You must be signed in to change notification settings - Fork 0
TogoWS REST API for R
nakao/togows-on-r
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TogoWS REST API for R by Mitsuteru Nakao <[email protected]> <[email protected]> <[email protected]> * http://togows.dbcls.jp/site/en/rest.html -- TogoWS REST API to retrieve and search database entry in life science = To build and install the R package = $ R CMD build togows $ R CMD install togows = Usage = library(togows) togows_entry('ncbi-pubmed', '1') togows_entry('ncbi-pubmed', '1', 'title') togows_entry('ncbi-pubmed', '1', 'authors') togows_entry('ncbi-pubmed', '1', 'so') Same as the following script. curl http://togows.dbcls.jp/entry/ncbi-pubmed/1 curl http://togows.dbcls.jp/entry/ncbi-pubmed/1/title curl http://togows.dbcls.jp/entry/ncbi-pubmed/1/authors curl http://togows.dbcls.jp/entry/ncbi-pubmed/1/so
About
TogoWS REST API for R
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published