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.

22 blockwiseModules<br />

minCoreKMESize<br />

see minCoreKME above.<br />

minKMEtoStay genes whose eigengene connectivity to their module eigengene is lower than<br />

minKMEtoStay are removed from the module.<br />

reassignThreshold<br />

p-value ratio threshold for reassigning genes between modules. See Details.<br />

mergeCutHeight<br />

dendrogram cut height for module merging.<br />

impute logical: should imputation be used for module eigengene calculation See<br />

moduleEigengenes for more details.<br />

getTOMs<br />

deprecated, please use saveTOMs below.<br />

saveTOMs logical: should the consensus topological overlap matrices for each block be<br />

saved and returned<br />

saveTOMFileBase<br />

character string containing the file name base for files containing the consensus<br />

topological overlaps. The full file names have "block.1.RData", "block.2.RData"<br />

etc. appended. These files are standard R data files and can be loaded using the<br />

load function.<br />

trapErrors logical: should errors in calculations be trapped<br />

numericLabels<br />

logical: should the returned modules be labeled by colors (FALSE), or by numbers<br />

(TRUE)<br />

checkMissingData<br />

logical: should data be checked for excessive numbers of missing entries in<br />

genes and samples, and for genes with zero variance See details.<br />

Details<br />

quickCor<br />

nThreads<br />

verbose<br />

indent<br />

real number between 0 and 1 that controls the handling of missing data in the<br />

calculation of correlations. See details.<br />

non-negative integer specifying the number of parallel threads to be used by certain<br />

parts of correlation calculations. This option only has an effect on systems<br />

on which a POSIX thread library is available (which currently includes Linux<br />

and Mac OSX, but excludes Windows). If zero, the number of online processors<br />

will be used if it can be determined dynamically, otherwise correlation calculations<br />

will use 2 threads.<br />

integer level of verbosity. Zero means silent, higher values make the output<br />

progressively more and more verbose.<br />

indentation for diagnostic messages. Zero means no indentation, each unit adds<br />

two spaces.<br />

Before module detection starts, genes and samples are optionally checked for the presence of NAs.<br />

Genes and/or samples that have too many NAs are flagged as bad and removed from the analysis;<br />

bad genes will be automatically labeled as unassigned, while the returned eigengenes will have NA<br />

entries for all bad samples.<br />

If blocks is not given and the number of genes exceeds \maxBlockSize, genes are preclustered<br />

into blocks using the function projectiveKMeans; otherwise all genes are treated<br />

in a single block.<br />

For each block of genes, the network is constructed and (if requested) topological overlap is calculated.<br />

If requested, the topological overlaps are returned as part of the return value list. Genes

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

Saved successfully!

Ooh no, something went wrong!