| WgcnaClass | R Documentation |
create R6 class method for WGCNA
create R6 class method for WGCNA
new()WgcnaClass$new(rnaseq, datTraits, identifier = "ensembl_id")
datTraitsplotSampleTree()WgcnaClass$plotSampleTree()
cutoffline()WgcnaClass$cutoffline()
cutTreeStatic()WgcnaClass$cutTreeStatic()
cutTreeDynamic()WgcnaClass$cutTreeDynamic(deepSplit = 2)
plotDendogram()WgcnaClass$plotDendogram(signed = FALSE)
pickSoftThreshold()WgcnaClass$pickSoftThreshold()
plotSoftThreshold()WgcnaClass$plotSoftThreshold()
plotMeanConnectivity()WgcnaClass$plotMeanConnectivity()
constructNetwork()WgcnaClass$constructNetwork( minModuleSize = 30, maxBlockSize = 5000, mergeCutHeight = 0.25, TOMType = "unsigned" )
plotDendogramWithColors()WgcnaClass$plotDendogramWithColors()
plotTomPlot()WgcnaClass$plotTomPlot()
plotModuleTraitRelationship()WgcnaClass$plotModuleTraitRelationship()
selectHubs()WgcnaClass$selectHubs()
goEnrichmentAnalysis()WgcnaClass$goEnrichmentAnalysis()
exportCytoscape()WgcnaClass$exportCytoscape(threshold = 0.02)
clone()The objects of this class are cloneable with this method.
WgcnaClass$clone(deep = FALSE)
deepWhether to make a deep clone.
wgcna <- WgcnaClass$new(result, datTraits)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.