Nothing
#' @title API Base URL
#' @description Base URL for the Synthesize Bio API
#' @export
API_BASE_URL <- "https://app.synthesize.bio"
#' @title Model Modalities
#' @description A nested list containing supported modalities for different
#' model versions
#' + sra = this is bulk RNA-seq
#' @format A nested list with structure: model type > version > modalities
#' @export
MODEL_MODALITIES <- list(
"v2.0" = list(
"bulk"
)
)
utils::globalVariables(c("sample_group", "sample_index"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.