get_valid_modes {rsynthbio} | R Documentation |
Get Valid Modes
Description
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.
Usage
get_valid_modes()
Value
A character vector containing the valid mode strings.
Examples
# Get all supported modes
modes <- get_valid_modes()
print(modes)
# Check if a specific mode is supported
"sample generation" %in% get_valid_modes()
[Package rsynthbio version 2.0.0 Index]