Visualize points in volcano plot
ivolcano_point(
data,
logFC_col = "logFC",
pval_col = "adj.P.Val",
gene_col = "gene",
title = "Volcano Plot",
interactive = TRUE,
onclick_fun = NULL,
pval_cutoff = 0.05,
logFC_cutoff = 1,
pval_cutoff2 = NULL,
logFC_cutoff2 = NULL,
size_by = "none",
point_size = list(base = 2, medium = 4, large = 6)
)base plot of a volcano plot
A data frame that contains minimal information with gene id, logFC and adjusted P values
column name in 'data' that stored the logFC values
column name in 'data' that stored the adjusted P values
column name in 'data' that stored the gene IDs
plot title
whether plot the graph in interactive mode
effects when click on the dot (gene), default is NULL
cutoff of the adjusted P values
cutoff of the logFC values
second cutoff of the adjusted P values for advanced mode
second cutoff of the logFC values for advanced mode
one of "none" (default), "manual" (set by point_size), "negLogP", "absLogFC", or other variable in the input data to scale dot sizes.
set point size when size_by is "manual", a list with three elements: base, medium, large.