network2txt {geNetClassifier} | R Documentation |
Saves the GenesNetwork as text file.
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.
## Load or calculate a network: data(leukemiasClassifier) ## Export as text: network2txt(leukemiasClassifier@genesNetwork, filePrefix="leukemiasNetwork")