Learn R Programming

BayesNetBP (version 1.6.1)

qtlnet_to_graphNEL: 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 qtlnet object

Value

graphNEL

a graphNEL object.

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>.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
load(liverqtl.rda)
qtlnet_to_graphNEL(liverqtl$qtlnet.fit)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab