Skip to content
Snippets Groups Projects
Commit 70d62d7c authored by hpolvech's avatar hpolvech
Browse files

ggrepel

parent 8d3f7129
No related branches found
No related tags found
1 merge request!6Switch to main as default branch
......@@ -593,4 +593,16 @@ tab.sig
</p>
</details>
We want to see the top10 DEGs on the graph. For this, we will use the package `ggrepel`.
Install and load the `ggrepl` package.
<details><summary>Solution</summary>
<p>
```{r ggrepel}
install.packages("ggrepel")
library(ggrepel)
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment