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 73e5312 commit f884652
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CASSIA_example/CASSIA_tutorial_final.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,17 @@ runCASSIA_subclusters(marker = marker_sub,
model = "anthropic/claude-3.5-sonnet",
provider = "openrouter")
#To better capture the mixed signal, specify the major_cluster_info as "cd8 t cell mixed with other celltypes" instead
runCASSIA_subclusters(marker = marker_sub,
major_cluster_info = "cd8 t cell mixed with other celltypes",
output_name = "subclustering_results2",
model = "anthropic/claude-3.5-sonnet",
provider = "openrouter")
```


Expand Down

0 comments on commit f884652

Please sign in to comment.