compare_de_tables | R Documentation |
Use plot_linear_scatter to compare to de tables.
compare_de_tables(
first,
second,
fcx = "deseq_logfc",
px = "deseq_adjp",
fcy = "deseq_logfc",
py = "deseq_adjp",
first_table = NULL,
second_table = NULL
)
first |
First table to compare. |
second |
Second table to compare. |
fcx |
Column for the x-axis fold-change. |
px |
Column for the x-axis p-value. |
fcy |
Column containing the y-axis fold-change. |
py |
Column containing the y-axis p-value. |
first_table |
If the input data are actually of type de_table, then find the table(s) inside them. |
second_table |
Ibid. |
List result from plot_linear_scatter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.