Skip to content

Commit

Permalink
multicoreParam > 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermcinnes committed May 15, 2024
1 parent 5e000d9 commit 13d7f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/episodes/9.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This type of analysis is referred to as **differential abundance analysis**.
k = 60,
d = 50,
reduced.dim = "corrected",
BPPARAM = MulticoreParam(7))
BPPARAM = MulticoreParam(4))
```

A couple of things to note about this:
Expand Down

0 comments on commit 13d7f7c

Please sign in to comment.