Skip to content

GitHub mirror for the Synapse R Client. Please visit the Sage Bionetworks Jira page for additional documentation and project info.

Notifications You must be signed in to change notification settings

kaysoky/rSynapseClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an R client for the open-biology platform "Synapse". visit https://synapse.sagebase.org or http://www.sagebase.org for more info. To view documentation or to file bug reports and feature requests visit http://sagebionetworks.jira.com/browse/SYNR.

Installation

The R Synase Client can be installed by typing these commands into the R prompt:

source('http://depot.sagebase.org/CRAN.R')
pkgInstall(c("synapseClient"))

For early access to new and possibly not-ready-for-production features, you can install directly from GitHub using the devtools package. The master branch will usually mirror the released version of the package. If you'd like to install the develop branch, you can do so like this:

library(devtools)
install_github('rSynapseClient', 'Sage-Bionetworks', ref='develop')

Getting Started

The Getting started with the R synapseClient guide is hosted in Synapse itself. See syn1834618.

About

GitHub mirror for the Synapse R Client. Please visit the Sage Bionetworks Jira page for additional documentation and project info.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 99.4%
  • C 0.6%