Skip to content

Commit

Permalink
eda hint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewGhazi committed Oct 2, 2024
1 parent cfed7c3 commit 61c4233
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions episodes/eda_qc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,12 @@ head(hvg.sce.var)

Imagine you have data that were prepared by three people with varying level of experience, which leads to varying technical noise. How can you account for this blocking structure when selecting HVGs?

::: hint

`modelGeneVar()` can take a `block` argument.

:::

::: solution
Use the `block` argument in the call to `modelGeneVar()` like so:

Expand Down

0 comments on commit 61c4233

Please sign in to comment.