Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.synthesize.bio/llms.txt

Use this file to discover all available pages before exploring further.

Prerequisites

To use rsynthbio, first create an account at app.synthesize.bio.

From CRAN

The recommended way to install:
install.packages("rsynthbio")

Development version from GitHub

For the latest unreleased changes:
if (!("remotes" %in% installed.packages())) {
  install.packages("remotes")
}
remotes::install_github("synthesizebio/rsynthbio")

Verify the install

library(rsynthbio)

packageVersion("rsynthbio")

Next: Get started

Authenticate and make your first prediction.