show_sig_consensusmap {sigminer} | R Documentation |
Show Signature Consensus Map
Description
This function is a wrapper of NMF::consensusmap()
.
Usage
show_sig_consensusmap(
sig,
main = "Consensus matrix",
tracks = c("consensus:", "silhouette:"),
lab_row = NA,
lab_col = NA,
...
)
Arguments
sig |
a |
main |
Main title as a character string or a grob. |
tracks |
Special additional annotation tracks to highlight associations between basis components and sample clusters:
|
lab_row |
labels for the rows. |
lab_col |
labels for the columns. |
... |
other parameters passing to |
Value
nothing
[Package sigminer version 2.3.1 Index]