Nothing
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 :
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("CoRegNet")
GRN = hLICORN(EXP)
influence = regulatorInfluence(GRN,EXP)
coregs= coregulators(GRN,EXP)
display(GRN,EXP,influence)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.