Description Usage Arguments Value Examples
Plot dendrogram from Netboost output.
1 2 | nb_plot_dendro(nb_summary = NULL, labels = FALSE, main = "",
colorsrandom = FALSE)
|
nb_summary |
Netboost results as generated by the nb_summary function. |
labels |
Boolean flag whether labels should be attached to the leafs. |
main |
Plot title. |
colorsrandom |
Boolean flag whether module colors should be shuffeled. |
invisible null
1 2 3 4 5 6 7 | data('tcga_aml_meth_rna_chr18', package='netboost')
results <- netboost(datan = tcga_aml_meth_rna_chr18, stepno = 20L,
soft_power = 3L, min_cluster_size = 10L, n_pc = 2, scale=TRUE,
ME_diss_thres = 0.25, qc_plot = FALSE)
set.seed(1234) # reproducible but shuffled color-module matching
nb_plot_dendro(nb_summary = results, labels = FALSE, main = 'Test',
colorsrandom = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.