View source: R/call_model_api.R
get_valid_modes | R Documentation |
Returns a vector of possible modes for the supported model. These modes represent different types of gene expression data that can be generated by the Synthesize Bio API.
get_valid_modes()
A character vector containing the valid mode strings.
# Get all supported modes
modes <- get_valid_modes()
print(modes)
# Check if a specific mode is supported
"sample generation" %in% get_valid_modes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.