plot_sankey_de | R Documentation |
Ideally, this should show how adding various Fc/p-value constraints on the definition of 'significant' decreases the number of genes one is likely to look at.
plot_sankey_de(
de_table,
lfc = 1,
p = 0.05,
lfc_column = "deseq_logfc",
p_column = "deseq_adjp"
)
de_table |
The result from combine_de_tables() |
lfc |
FC constraint. |
p |
P-value constraint. |
lfc_column |
Dataframe column from which to acquire the FC values. |
p_column |
Dataframe column from which to acquire the p-values. |
A fun sankey plot!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.