Project

General

Profile

Idea #11876

Updated by Tom Morris almost 7 years ago

As an R programmer I'd like to have the ability to query the Arvados APIs directly from R using a package which integrates well with and is published with the rest of the Bioconductor packages. 

 Possible starting points for design inspiration include Illumina's BaseSpaceR package and SevenBridges sevenbridges package. 

 http://bioconductor.org/packages/release/bioc/html/BaseSpaceR.html 
 https://developer.basespace.illumina.com/docs/content/documentation/sdk-samples/r-sdk-overview 
 http://bioconductor.org/packages/release/bioc/html/sevenbridges.html 
 https://github.com/sbg/sevenbridges-r 

 A potential supporting component might be googleAuthR http://code.markedmondson.me/googleAuthR/ which could be used in a similar way to googleComputeEngineR https://cloudyr.github.io/googleComputeEngineR/ and other packages which are layered on it.

Back