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()
Value
A character vector containing the valid mode strings.
Examples
# Get all supported modesmodes<-get_valid_modes()print(modes)#> [1] "sample generation" "mean estimation" "metadata prediction"# Check if a specific mode is supported"sample generation"%in%get_valid_modes()#> [1] TRUE