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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

40 exportNetworkToVisANT<br />

exportNetworkToVisANT<br />

Export network data in format readable by VisANT<br />

Description<br />

Usage<br />

Exports network data in a format readable and displayable by the VisANT software.<br />

exportNetworkToVisANT(<br />

adjMat,<br />

file = NULL,<br />

weighted = TRUE,<br />

threshold = 0.5,<br />

probeToGene = NULL)<br />

Arguments<br />

adjMat<br />

file<br />

weighted<br />

threshold<br />

probeToGene<br />

adjacency matrix of the network to be exported.<br />

character string specifying the file name of the file in which the data should be<br />

written. If not given, no file will be created. The file is in a plain text format.<br />

logical: should the exported network by weighted<br />

adjacency threshold for including edges in the output.<br />

optional specification of a conversion between probe names (that label columns<br />

and rows of adjacency) and gene names (that should label nodes in the output).<br />

Details<br />

Value<br />

The adjacency matrix is checked for validity. The entries can be negative, however. The adjacency<br />

matrix is expected to also have valid names or dimnames[[2]] that represent the probe names<br />

of the corresponding edges.<br />

Whether the output is a weighted network or not, only edges whose (absolute value of) adjacency<br />

are above threshold will be included in the output.<br />

If probeToGene is given, it is expected to have two columns, the first one corresponding to the<br />

probe names, the second to their corresponding gene names that will be used in the output.<br />

A data frame containing the network information suitable as input to VisANT. The same data frame<br />

is also written into a file specified by file, if given.<br />

Author(s)<br />

Peter Langfelder<br />

References<br />

VisANT software is available from http://visant.bu.edu/.

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

Saved successfully!

Ooh no, something went wrong!