Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The synapseclient package is available to use Python to access Synapse. See the Python client docs for supported versions of Python.

Code Block
languagepy
pip install synapseclient

...

The synapser package is available for R versions 3.4 and 3.5.

Code Block
languager
install.packages("synapser", repos=c("http://ran.synapse.org", "http://cran.fhcrc.org"))
install.packages("synapser")

library(synapser)
synLogin("username", "password")

...