Learn R Programming

MRPC (version 2.0.0)

simu.data_multiparent: Data for Multiple Parent Model

Description

Simulate data for the multiple parent model, where the parents can be eQTL/CNVs along with several gene expression nodes.

Arguments

Value

Matrix

See Also

SimulatedData for simulated data generating function.

Examples

Run this code
# NOT RUN {
## Multiple Parent Model
simu.data_multiparent <- SimulatedData(N = 10^3, p = 0.45,
                                       'multiparent', b0.1 = 0,
                                       b1.1 = 1, b1.2 = 1,
                                       b1.3 = 1, sd.1 = 1)
# }

Run the code above in your browser using DataLab