Skip to content

Commit

Permalink
Update CASSIA_tutorial_final.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotXie authored Dec 4, 2024
1 parent dac56c2 commit d95bbc8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CASSIA_example/CASSIA_tutorial_final.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ setup_cassia_env(conda_env = "cassia_env")

We recommend setting up APIs for anthropic and openrouter to use this tutorial

**Important:** At least one valid API key must be configured for CASSIA to function.

```{r}
# Set up API keys (replace with your actual keys)
Expand Down Expand Up @@ -93,7 +95,25 @@ fast_results <- runCASSIA_pipeline(
```

```{r}
# # Run the CASSIA pipeline in fast mode
# fast_results <- runCASSIA_pipeline(
# output_file_name = "FastAnalysisResults6",
# tissue = "large intestine",
# species = "human",
# marker = markers_unprocessed,
# max_workers = 6, # Matches the number of clusters in dataset
# annotation_model = "gpt-4o",
# annotation_provider = "openai",
# score_model = "claude-3-5-sonnet-20241022",
# score_provider = "anthropic",
# score_threshold = 76,
# annotationboost_model="anthropic/claude-3.5-sonnet",
# annotationboost_provider="openrouter"
# )
```

### Step 2: Detailed Batch Analysis

Expand Down

0 comments on commit d95bbc8

Please sign in to comment.