Skip to content

Commit

Permalink
Update VolcanoPlots_script.R
Browse files Browse the repository at this point in the history
  • Loading branch information
vjmarteau authored Jan 31, 2022
1 parent dce7244 commit 68e8b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/VolcanoPlots_script.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ library(EnhancedVolcano)

# Load parameters
de_res <- read_tsv(arguments$de_res)
goi <- read_lines(arguments$goi, skip = 1)
goi <- read_lines(arguments$goi)
pCutoff <- as.numeric(arguments$pCutoff)
FCcutoff <- as.numeric(arguments$FCcutoff)
prefix <- arguments$prefix
Expand Down

0 comments on commit 68e8b1e

Please sign in to comment.