8000 GitHub - kwanjeeraw/grinnWeb: R web application for omics integration
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kwanjeeraw/grinnWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grinnWeb

An R web application for omics integration in the context of human metabolic networks

Version: 1.0 (10 Mar 2015)

Description

grinnWeb is a bioinformatics platform contains a graph database, and the R web application for metabolomics studies. Based on metabolic networks from KEGG, grinnWeb can generate two types of networks: a network of connected metabolites and an integrated network of metabolites, proteins, genes and pathways, for network analyses and visualization.

Using online grinnWeb

  • For online usage under UC Davis network, click here

Using local grinnWeb

  • OR for local usage, installation required R and OpenCPU.
  1. Follow the guidelines to install OpenCPU server locally.
  2. Require Neo4j 2.1.5 for the grinn internal database (local version), please send us an email for the grinn database files, currently available: Human database.
    • Download and then unzip Neo4j server
    • Extract and move the grinn database files to the Neo4j server directory
    • Start the Neo4j server, for windows: Double-click on %NEO4J_HOME%\bin\Neo4j.bat, for linux: ./bin/neo4j start for more details see here
  3. Install grinn R package from github
   install.packages("devtools")
   library(devtools)
   install_github("kwanjeeraw/grinnWeb")

After installation, the following code is to run Grinn locally.

   library(grinnWeb)
   library(opencpu)
   opencpu$browse("library/grinnWeb/www")

Documentation

see homepage

License

GNU General Public License (v3)

About

R web application for omics integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0