summarise_DA | R Documentation |
Summarise Differential Analysis table
summarise_DA(
res,
chr_col = "chr",
start_col = "start",
end_col = "end",
ID_col = "ID"
)
res |
A differential analysis data.frame |
chr_col |
Character specifying the chromosome column. |
start_col |
Character specifying the start column. |
end_col |
Character specifying the end column. |
ID_col |
Character specifying the ID column. |
A gathered data.frame with a cluster column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.