Description Usage Arguments Value See Also Examples
Saves the GenesNetwork as text file.
1 | network2txt(network, filePrefix = NULL, nwClass = NULL)
|
network |
GenesNetwork or list of GenesNetworks. |
filePrefix |
Character. File name prefix. |
nwClass |
Character. Network class. |
Saves the networks as text (.txt) files.
The files will be saved in the current working directory as filePrefix
_className.txt.
Main package function and classifier training:
geNetClassifier
This method's class (GenesNetwork
) help page.
1 2 3 4 5 6 | ## Load or calculate a network:
data(leukemiasClassifier)
## Export as text:
network2txt(leukemiasClassifier@genesNetwork, filePrefix="leukemiasNetwork")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.