upsetr_sig | R Documentation |
Use UpSetR to compare significant gene lists.
upsetr_sig(
sig,
according_to = "deseq",
contrasts = NULL,
up = TRUE,
down = TRUE,
both = FALSE,
scale = 2,
...
)
sig |
datastructure of significantly DE genes. |
according_to |
Choose your favorite method. |
contrasts |
Choose a specific contrast(s) |
up |
Make a plot of the up genes? |
down |
Make a plot of the down genes? |
both |
Make a plot of the up+down genes? |
scale |
Make the numbers larger and easier to read? |
... |
Other parameters to pass to upset(). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.