Code Monkey home page Code Monkey logo

khabatv / metfamily Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ipb-halle/metfamily

0.0 0.0 0.0 22.44 MB

Understanding metabolism is fundamental in biomedical and plant research and the identification and quantification of thousands of metabolites by mass spectrometry in modern metabolomics is a prerequisite for elucidating this area. However, the identification of metabolites is a major bottleneck in traditional approaches hampering advances. Here, w

License: GNU General Public License v3.0

R 99.29% CSS 0.15% HTML 0.28% Dockerfile 0.05% TeX 0.24%

metfamily's Introduction

build

MetFamily

Understanding metabolism is fundamental in biomedical and plant research and the identification and quantification of thousands of metabolites by mass spectrometry in modern metabolomics is a prerequisite for elucidating this area. However, the identification of metabolites is a major bottleneck in traditional approaches hampering advances. Here, we present a novel approach for the untargeted discovery of metabolite families offering a bird's eye view of metabolic regulation in comparative metabolomics. We implemented the presented methodology in the easy-to-use web application MetFamily to enable the analysis of comprehensive metabolomics studies for all researchers worldwide. MetFamily is available under http://msbi.ipb-halle.de/MetFamily/.

Docker images

The image sneumann/metfamily-base contains all dependencies for the MetFamily web application.

Building the container(s)

Build via docker build -t sneumann/metfamily-base -f Dockerfile-base .

The image sneumann/metfamily is built on top and contains the actual MetFamily code and web application.

Build via docker build -t sneumann/metfamily .

The build of the metfamily-base image https://hub.docker.com/r/sneumann/metfamily-base is triggerd whenever in the master branch a tag basechange-<date> e.g. basechange-20190804 is specified.

Running from a container

To run the resulting container, start with docker run --rm -p 3838:3838 sneumann/metfamily:latest

and point your browser to http://localhost:3838/

Developing and debugging in a container

If you want to develop and debug stuff, you can build a container on top of metfamily:latest that has an added rstudio server. First build using docker build -t metfamily-rstudio -f Dockerfile-rstudio . and then run via docker run -it --rm -p 8787:8787 metfamily-rstudio:latest. CAVEAT: the Dockerfile-rstudio specifies a fixed user/password combo of rstudio:rstudio. Do not use in Production !

You can also pass a local directory with checked out MetFamily git tree via the docker run -v argument.

Running locally with MetFamily R Package

After installing the MetFamily R package and its dependencies, you can

library(MetFamily)
runApp(system.file("MetFamily", package="MetFamily"))

Running through Kubernetes

At IPB we are running MetFamily inside a Kubernetes cluster. Please contact us for questions.

metfamily's People

Contributors

sneumann avatar treutler avatar khabatv avatar culpinnis avatar korseby avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.