Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.25 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.25 KB

FALCONET

This repository contains R scripts for package FALCONET.

  • Last update: 2020-12-01

Overview

R package – FALCONET (FAst visuaLization of COmputational Networks) is especially designed to draw and visualize the metabolic maps for GEMs models in large scale. Together with cellDesigner, FALCONET also make it possible to map multi-layers omics data onto the metabolic map in an easy way.

Installation

To get the current development version from github:

# install.packages("devtools")
devtools::install_github("SysBioChalmers/FALCONET")

Usage

The detailed tutorial to use FALCONET could be found in https://github.com/hongzhonglu/FALCONET_tutorial. To use the package normally, please firstly download the template files which are used to generate the xml file. These template files could be found in https://github.com/hongzhonglu/FALCONET_tutorial/tree/master/data. They should be put in a directory file named 'data' within an Rstudio project. The files organization could refer to the above tutorial.

Contributors

This repository is administered by Hongzhong Lu (@hongzhonglu), Division of Systems and Synthetic Biology, Department of Biology and Biological Engineering, Chalmers University of Technology.