WGCNA maxBlockSize limit
1
1
Entering edit mode
Xiaokuan Wei ▴ 230
@xiaokuan-wei-4052
Last seen 7.8 years ago
United States

Recently I ran a WGCNA network construction analysis. The array type has more than 50K genes but luckily I have a powerful cluster which has more than 600G memory, so I set the maxBlockSize=60000. But I got the error message: 'maxBlockSize must be less than 46340. Please decrease it and try again.' Where does this 46340 come frome? Can I use any size of maxBlockSize if I have enough memory? I have also posted this question on biostars but didn't get an answer yet. Thank you. -Xiaokuan

microarray wgcna • 1.6k views
ADD COMMENT
0
Entering edit mode
@peter-langfelder-4469
Last seen 23 days ago
United States

The limit is (the square root of) the maximum matrix size addressable by a 4-byte pointer. I will eventually update the WGCNA code to remove the limit, but for now it is what it is. The limit is independent of how much memory you have. Sorry!

Peter

ADD COMMENT
0
Entering edit mode

Got it, thank you Peter.

ADD REPLY

Login before adding your answer.

Traffic: 602 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