eNetXplorerExport: Generates plain text tables from eNetXplorer object

Usage Arguments Author(s) See Also Examples

Usage

1
eNetXplorerExport(x, path=getwd(), delimiter=c("tab","csv"), input.data=T, output.data.summary=T, output.data=T)

Arguments

x

eNetXplorer object from function eNetXplorer.

path

Destination file path. Default is the current working directory.

delimiter

Delimiter for the generated files, either tab- or comma-separated values. Default is tab.

input.data

Logical variable indicating whether to generate files containing input data (i.e. data fed into the models and model arguments).

output.data.summary

Logical variable indicating whether to generate a file with summary results from the models.

output.data

Logical variable indicating whether to generate files with detailed results from the models.

Author(s)

Julian Candia and John S. Tsang
Maintainer: Julian Candia julian.candia@nih.gov

See Also

eNetXplorer

Examples

1
2
3
4
5
6
## Not run: 
data(QuickStartExample)
result = eNetXplorer(x=QuickStartExample$predictor,y=QuickStartExample$response,family="gaussian",n_run=25,n_perm_null=20,seed=111)
eNetXplorerExport(result)

## End(Not run)

candialab/eNetXplorer documentation built on May 21, 2019, 12:03 p.m.