This function is a wrapper of NMF::consensusmap()
.
show_sig_consensusmap(
sig,
main = "Consensus matrix",
tracks = c("consensus:", "silhouette:"),
lab_row = NA,
lab_col = NA,
...
)
a Signature
object obtained from sig_extract.
Main title as a character string or a grob.
Special additional annotation tracks to highlight associations between basis components and sample clusters:
matches each row
(resp. column) to the most contributing basis component
in basismap
(resp. coefmap
). In
basismap
(resp. coefmap
), adding a track
':basis'
to annCol
(resp. annRow
)
makes the column (resp. row) corresponding to the
component being also highlited using the mathcing
colours.
labels for the rows.
labels for the columns.
other parameters passing to NMF::consensusmap()
.
nothing