Skip to content

CompBioIPM/LogicNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogicNet

LogicNet: PROBABILISTIC CONTINUOUS LOGICS IN RECONSTRUCTING GENE REGULATORY NETWORKS ##################################################################################### LogicNet in R: After installing the LogicNet package in R, run the following commands to predict the Gene Regulatory Network (GRN) and logic functions among regulatory genes:

library(LogicNet)

data <- read.csv("Y3.csv") # give the path to Y3.csv file

result=LogicNet(data)

result$PREDICTED_EDGES

result$PREDICTED_LOGIC

result$PREDICTED_EDGES shows the predicted directed edges and result$PREDICTED_LOGIC shows the predicted logic functions. For more information please see LogicNet help, using the following command:

help(package="LogicNet")

#####################################################################################

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages