View source: R/show_sig_consensusmap.R
show_sig_consensusmap | R Documentation |
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,
...
)
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 |
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.