Skip to content

Commit

Permalink
visible binding for adj.P.Val fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
caranathunge committed Jul 12, 2023
1 parent f27743f commit d6d2fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/findDE.R
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ volcano_plot <- function(fit_df,
plot_width = 7,
dpi = 80) {
# Set global variables to NULL
logFC <- P.Value <- dep <- de_ap <- NULL
logFC <- P.Value <- adj.P.Val <- dep <- de_ap <- NULL


# Extract the required data from the fit object to make our own volcano plot
Expand Down

0 comments on commit d6d2fb5

Please sign in to comment.