- fit_df
A fit_df
object from performing find_dep
.
- adj_method
Method used for adjusting the p-values for multiple
testing. Default is "BH"
.
- sig
Criteria to denote significance. Choices are "adjP"
(default) for adjusted p-value or "P"
for p-value.
- cutoff
Cutoff value for p-values and adjusted p-values. Default is
0.05.
- lfc
Minimum absolute log2-fold change to use as threshold for
differential expression.
- line_fc
Logical. If TRUE
(default), a dotted line will be shown
to indicate the lfc
threshold in the plot.
- line_p
Logical. If TRUE
(default), a dotted line will be shown
to indicate the p-value or adjusted p-value cutoff.
- palette
Viridis color palette option for plots. Default is
"viridis"
. See
viridis
for available options.
- text_size
Text size for axis text, labels etc.
- label_top
Logical. If TRUE
(default), labels are added to the
dots to indicate protein names.
- n_top
The number of top hits to label with protein name when
label_top = TRUE.
Default is 10
.
- save
Logical. If TRUE
saves a copy of the plot in the
directory provided in file_path
.
- file_path
A string containing the directory path to save the file.
- file_name
File name to save the plot. Default is "Volcano_plot."
- file_type
File type to save the plot. Default is "pdf".
- plot_height
Height of the plot. Default is 7.
- plot_width
Width of the plot. Default is 7.
- dpi
Plot resolution. Default is 80.