The package contains local copy of the Synaptic proteome database together with a set of utility R functions to query and analyse its content.
The process of data acqusition, organisation and database structure are described in the paper Sorokina et al. 2021.
At the moment package could be installed from GitHub:
devtools::install_github('lptolik/synaptome.db')
GitHub VersionsInstall the latest stable version (see below for latest development version) of synaptome.db from GitHub (as bug-free as it can be):
devtools::install_github('lptolik/synaptome.db')
Check after installation that the following code does not throw any error and that the welcome message confirms you have installed the latest version:
library(synaptome.db)
#> Loaded synaptome.db ?.?.?
You can also install the development version for new features yet to be widely tested:
devtools::install_github('lptolik/synaptome.db@devel")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.