# NOT RUN {
## Creates an in silico system composed of 20 genes
mysystem1 = createInSilicoSystem(G = 20)
mysystem1$edg ## see all regulations in the system
mysystem1$mosystem$TCRN_edg ## see only regulations targeting transcription
## Creates an in silico systerm composed of 10 genes, all protein-coding
mysystem2 = createInSilicoSystem(G = 10, PC.p = 1)
mysystem2$genes
## Creates an in silico systerm composed of 5 genes,
## all noncoding and all regulators of transcription
mysystem3 = createInSilicoSystem(G = 5, PC.p = 0, NC.TC.p = 1)
mysystem3$edg
mysystem3$mosystem$TCRN_edg
# }
Run the code above in your browser using DataLab