scW.p.dendro | R Documentation |
This function will help us plot the gene / module WGCNA tree.
scW.p.dendro(scWGCNA.data, tree = length(scWGCNA.data$moduletrees.history))
scWGCNA.data |
scWGCNA.data. An scWGCNA.data object, as calculated by run.scWGCNA(). |
tree |
numeric. Which of all the trees in the iterations should be plotted? |
Plots the last / current gene / module WGCNA dendrogram. If a tree is specified, it returns that tree.
# A pre-calculated WGCNA data list class(MmLimbE155.scWGCNA) # Plot the last, and current WGCNA tree scW.p.dendro(scWGCNA.data = MmLimbE155.scWGCNA) # Plot the first WGCNA tree of the iteration scW.p.dendro(MmLimbE155.scWGCNA, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.