Versions Compared

Key

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

...

For more documentation on the command line client, see the synapseclient docs.

Python

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

...

For complete documentation of the Python client, visit the synapseclient docs.

R

The synapser package is available for R versions 34.4 1 and 3.5above.

Code Block
languager
install.packages("synapser", repos=c("http://ran.synapse.org", "https://cloud.r-project.org"))
install.packages("synapser")

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

...