qtlnet_to_graphNEL {BayesNetBP} | R Documentation |
Convert qtlnet to graphNEL object
Description
Extract network structure from qtlnet object and convert to graphNEL object
Usage
qtlnet_to_graphNEL(data)
Arguments
data |
a |
Details
This function extracts network structure from qtlnet object and convert to graphNEL object. The example data can be downloaded from <https://github.com/hyu-ub/BayesNetBP>.
Value
graphNEL |
a |
Author(s)
Han Yu
Examples
## Not run:
load(liverqtl.rda)
qtlnet_to_graphNEL(liverqtl$qtlnet.fit)
## End(Not run)
[Package BayesNetBP version 1.6.1 Index]