if (FALSE) {
# Compare predictions using different models
api_keys <- list(
"claude-sonnet-4-5-20250929" = "your-anthropic-key",
"deepseek-reasoner" = "your-deepseek-key",
"gemini-3-pro" = "your-gemini-key",
"qwen3-max" = "your-qwen-key"
)
results <- compare_model_predictions(
input = list(gs1=c('CD4','CD3D'), gs2='CD14'),
tissue_name = 'PBMC',
api_keys = api_keys
)
}
Run the code above in your browser using DataLab