plotHeatmap | R Documentation |
Heatmap
plotHeatmap(object, ...)
## S4 method for signature 'FgseaList'
plotHeatmap(
object,
contrast,
contrastSamples = TRUE,
collection,
set,
leadingEdge = FALSE,
...
)
object |
Object. |
contrast |
|
contrastSamples |
|
collection |
|
set |
|
leadingEdge |
|
... |
Additional arguments. |
Plot.
Updated 2021-03-16.
data(fgsea)
## FgseaList ====
object <- fgsea
contrast <- contrastNames(object)[[1L]]
collection <- collectionNames(object)[[1L]]
set <- geneSetNames(object = object, collection = collection)[[1L]]
plotHeatmap(
object = object,
contrast = contrast,
collection = collection,
set = set
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.