MRPCtruth | R Documentation |
Topologies of the five basic models and three common graphs in biology: namely the multi-parent graph, the star graph and the layered graph. See details in Badsha and Fu (2019).
Md Bahadur Badsha (mbbadshar@gmail.com)
1. Badsha MB and Fu AQ (2019). Learning causal biological networks with the principle of Mendelian randomization. Frontiers in Genetics, 10:460.
## Not run:
data("MRPCtruth") # load data
# Plots
par(mfrow = c(2, 4))
plot(MRPCtruth$M0,
main = "Model0")
plot(MRPCtruth$M1,
main = "Model1")
plot(MRPCtruth$M2,
main = "Model2")
plot(MRPCtruth$M3,
main = "Model3")
plot(MRPCtruth$M4,
main = "Model4")
plot(MRPCtruth$Multiparent,
main = "Multiparent")
plot(MRPCtruth$Star,
main = "Star")
plot(MRPCtruth$Layered,
main = "Layered")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.