Skip to content

cjgunase/TGMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TGMI

DOI

Instructions for running Triple Gene Mutual Interaction Algorithm (TGMI)

  1. TGMI need an extensive computing resource, we recommend running TGMI under a multi-core server environment. In order to run BWERF, please install following R packages.
  • install.packages("stats")
  • install.packages("MASS")
  • install.packages("iterators")
  • install.packages("parallel")
  • install.packages("foreach")
  • install.packages("doMC")
  • install.packages("infotheo")
  1. Open file "run_TGMI.R" and modify the parameters such as input data files (recommended to use the sample data format) and number of cores allocated.

  2. Use the following command to run the R script in the background

nohup R CMD BATCH run_TGMI.R &

About

Triple Gene Mutual Interaction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages