compare log2FC values from two DESeq2 results table
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | plotLog2FC(
res1,
res2,
main_title = "",
x_label = "log2FC",
y_label = "log2FC",
lims = c(-5, 5),
point_size = 0.25,
point_color = rgb(0.7, 0.7, 0.7, 0.5),
selection_ids = NULL,
selection_id_type = "symbol",
selection_color = rgb(0.8, 0, 0, 1),
selection_point_size = 0.5,
selection_legend = NULL,
selection_text_label = FALSE,
selection_text_size = 1.1,
selection_text_adj = -0.5,
add_lowess_line = F,
lowess_line_color = rgb(0.7, 0, 0.9, 1),
lowess_line_width = 1.5,
legend_pos = "topleft"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.