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
No related merge requests found
...@@ -593,4 +593,16 @@ tab.sig ...@@ -593,4 +593,16 @@ tab.sig
</p> </p>
</details> </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.
Please register or to comment