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.
rsynthbio is an R package that provides a convenient interface to the Synthesize Bio API, allowing users to generate realistic gene expression data based on specified biological conditions.
This package enables researchers to easily access AI-generated transcriptomic data for various modalities including bulk RNA-seq and single-cell RNA-seq.
To generate datasets without code, use our web platform.
Authentication
Before using the Synthesize Bio API, you need to set up your API token. The package provides a secure way to handle authentication:Available Model Types
Synthesize Bio provides several types of models for different use cases:Baseline Models
Generate synthetic gene expression data from metadata alone. You describe the biological conditions (tissue type, disease state, perturbations, etc.) and the model generates realistic expression profiles.gem-1-bulk: Bulk RNA-seq baseline modelgem-1-sc: Single-cell RNA-seq baseline model
Reference Conditioning Models
Generate expression data conditioned on a real reference sample. This allows you to “anchor” to an existing expression profile while applying perturbations or modifications.gem-1-bulk_reference-conditioning: Bulk RNA-seq reference conditioning modelgem-1-sc_reference-conditioning: Single-cell RNA-seq reference conditioning model
Metadata Prediction Models
Infer metadata from observed expression data. Given a gene expression profile, predict the likely biological characteristics (cell type, tissue, disease state, etc.).gem-1-bulk_predict-metadata: Bulk RNA-seq metadata prediction modelgem-1-sc_predict-metadata: Single-cell RNA-seq metadata prediction model
list_models(). Contact us at support@synthesize.bio if you have any questions.