slide_de_threshold | R Documentation |
make a slideable threshold for cutting off significant genes in a DE table.
slide_de_threshold(
de_table,
contrast = 1,
lfc = 1,
p = 0.05,
according_to = "deseq"
)
de_table |
Table of DE results. |
contrast |
Use this contrast for visualization. |
lfc |
LogFC starting cutoff. |
p |
Starting pvalue cutoff. |
according_to |
Which method to deem the arbiter of truth? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.