Builds an interactive volcano plot using plotly

volcano_interactive(data, log2FoldChange = 0.25, padj = 0.05)

Arguments

data

Formatted Differential expression results from format_res_deseq() or format_res_limma()

log2FoldChange

Log2FC absolute threshold. Default to 0.25

padj

adjusted p value threshold. Default to 0.05

Value

Interactive volcano plot