CoRegNet is an R/Bioconductor package for gene regulatory network inference and analysis.
It uses a a Shiny/Cytoscape.js interface for the analysis of networks.
Install
From R :
source("http://bioconductor.org/biocLite.R")
biocLite("CoRegNet")
GRN = hLICORN(EXP)
influence = regulatorInfluence(GRN,EXP)
coregs= coregulators(GRN,EXP)
display(GRN,EXP,influence)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.