Skip to content

Commit

Permalink
overhaul deseq2 script part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarieLataretu committed Sep 11, 2020
1 parent bb94b32 commit 86d7fb4
Show file tree
Hide file tree
Showing 2 changed files with 376 additions and 288 deletions.
2 changes: 1 addition & 1 deletion assets/regionReport_DESeq2Exploration_custom.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ plotMDS(dge)
# Volcano plot

```{r volcanoPlot}
EnhancedVolcano(res, lab = rownames(res), x = 'log2FoldChange', y = 'padj')
EnhancedVolcano(res, lab = rownames(res), x = 'log2FoldChange', y = 'padj', legendLabels = c('NS', expression(Log[2]~FC), "adj. p-value", expression(adj.~p-value~and~log[2]~FC)))
```

The above plot shows a volcano plot (see [Wikipedia](https://en.wikipedia.org/wiki/Volcano_plot_(statistics))) that compares the log2 fold change against the adjusted P value. The plot was created with [EnhancedVolcano](https://github.com/kevinblighe/EnhancedVolcano).
Expand Down
Loading

0 comments on commit 86d7fb4

Please sign in to comment.