16.01.2015 Views

Package 'WGCNA' - Laboratory Web Sites - UCLA

Package 'WGCNA' - Laboratory Web Sites - UCLA

Package 'WGCNA' - Laboratory Web Sites - UCLA

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

20 blockwiseModules<br />

blockwiseModules<br />

Automatic network construction and module detection<br />

Description<br />

Usage<br />

This function performs automatic network construction and module detection on large expression<br />

datasets in a block-wise manner.<br />

blockwiseModules(<br />

datExpr,<br />

blocks = NULL,<br />

maxBlockSize = 5000,<br />

randomSeed = 12345,<br />

corType = "pearson",<br />

power = 6,<br />

networkType = "unsigned",<br />

TOMType = "signed",<br />

deepSplit = 2,<br />

detectCutHeight = 0.995, minModuleSize = min(20, ncol(datExpr)/2 ),<br />

maxCoreScatter = NULL, minGap = NULL,<br />

maxAbsCoreScatter = NULL, minAbsGap = NULL,<br />

pamStage = TRUE, pamRespectsDendro = TRUE,<br />

minKMEtoJoin =0.7,<br />

minCoreKME = 0.5, minCoreKMESize = minModuleSize/3,<br />

minKMEtoStay = 0.3,<br />

reassignThreshold = 1e-6,<br />

mergeCutHeight = 0.15, impute = TRUE,<br />

getTOMs = NULL,<br />

saveTOMs = FALSE,<br />

saveTOMFileBase = "blockwiseTOM",<br />

trapErrors = FALSE, numericLabels = FALSE,<br />

checkMissingData = TRUE,<br />

quickCor = 0,<br />

nThreads = 0,<br />

verbose = 0, indent = 0)<br />

Arguments<br />

datExpr<br />

blocks<br />

expression data. A data frame in which columns are genes and rows ar samples.<br />

NAs are allowed, but not too many.<br />

optional specification of blocks in which hierarchical clustering and module detection<br />

should be performed. If given, must be a numeric vector with one entry<br />

per column (gene) of exprData giving the number of the block to which the<br />

corresponding gene belongs.<br />

maxBlockSize integer giving maximum block size for module detection. Ignored if blocks<br />

above is non-NULL. Otherwise, if the number of genes in datExpr exceeds<br />

maxBlockSize, genes will be pre-clustered into blocks whose size should not<br />

exceed maxBlockSize.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!