WGCNA sample number reduction
0
1
Entering edit mode
anjanaram1 ▴ 10
@anjanaram1-9014
Last seen 4.1 years ago
United States

Hi,

I have changed my cutoff height to 7. But Im still getting the full list of samples. How do I reduce the samples before I assign them to modules? what exactly is happening in the line:

##datExpr = datExpr0[keepSamples, ] 

-----------------------
#### Plot a line to show the cut
abline(h = 7, col = "red");
#### Determine cluster under the line
clust = cutreeStatic(sampleTree, cutHeight = 7, minSize = 10)
table(clust)
#### clust 1 contains the samples we want to keep.
keepSamples = (clust==1)
datExpr = datExpr0[keepSamples, ]
nGenes = ncol(datExpr)
nSamples = nrow(datExpr)

wgcna networkanalysis • 735 views
ADD COMMENT
0
Entering edit mode

What is the max height of tree and what is the max size of cluster?

ADD REPLY

Login before adding your answer.

Traffic: 748 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6