A collection of tools that leverage the CytobankAPI R package < https://cran.r-project.org/web/packages/CytobankAPI/vignettes/cytobank-quickstart.html> to complete more complex workflows, and add/extend various Cytobank features.
The CytobankBridgeR
package contains various tools to interact with Cytobank in R. This includes scripts, algorithms, etc.
First, generate a personal access token (PAT). Check the box for repo
to enable downloading private repos you have access to in R.
# install.packages("devtools")devtools::install_github("cytobank/CytobankR", auth_token="YOUR_PERSONAL_ACCESS_TOKEN_HERE")
####################################################################################################