Skip to content

RemyNicolle/CoRegNet-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoRegNet

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")

Quick user guide

  1. reconsruct a large-scale regulatory network from a gene expression matrix EXP
    GRN = hLICORN(EXP)
  1. Infer transcription factor activity
	influence = regulatorInfluence(GRN,EXP)
  1. Retrieve inferred co-coregulators
	coregs= coregulators(GRN,EXP)
  1. Analyze the network of cooperative regulators using an interactive display
 display(GRN,EXP,influence)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published