Skip to content

nakao/togows-on-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

TogoWS REST API for R by Mitsuteru Nakao <n@bioruby.org> <mn@kazusa.or.jp> <mn@dbcls.jp>

* 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

Releases

No releases published

Packages

No packages published