Skip to content

Commit

Permalink
Add a link to the video on centering and scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Jul 5, 2023
1 parent 5b8d01f commit 29f5aff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 13_expression_heatmaps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ logs_pup_nic <- cleaningY(logs_pup_nic, model, P = 2)
logs_pup_nic <- (logs_pup_nic - rowMeans(logs_pup_nic)) / rowSds(logs_pup_nic)
```

More for on centering and scaling, see this video:

<iframe width="560" height="315" src="https://www.youtube.com/embed/c8ffeFVUzk8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

### Create annotations

Expand Down

0 comments on commit 29f5aff

Please sign in to comment.