plot.GeneReg {GeneReg} | R Documentation |
Plot gene regulatory network based on time delay linear model.
## S3 method for class 'GeneReg': plot(edge, ...)
edge |
output of timedelay.lm.batch or timedelay.lm, which has 4 columns. The first column is the regulator, the second column is the target gene, the third column is the regression coefficient, the fourth column is time delay. |
... |
Additional arguments, passed to plot.igraph. |