tnaake / MetNet

GitHub repository for MetNet. The development version in Bioconductor can be found at:

Home Page:https://bioconductor.org/packages/devel/bioc/html/MetNet.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetNet

Project Status: Active - The project has reached a stable, usable state and is being actively developed. R-CMD-check-bioc codecov.io license BioC checks

Inferring metabolic networks from untargeted high-resolution mass spectrometry data

Description

Please visit the Bioconductor page of MetNet for further information.

Contact

You are welcome to

Install

To install MetNet, please use the stable version available via Bioconductor. To install, enter

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("MetNet")

to your console. The installation via BiocManager requires R version 3.6.

If you would like to install the development version of MetNet, you will first have to install devtools package:

install.packages("devtools")
library("devtools")
install_github("tnaake/MetNet")

About

GitHub repository for MetNet. The development version in Bioconductor can be found at:

https://bioconductor.org/packages/devel/bioc/html/MetNet.html


Languages

Language:R 97.1%Language:TeX 2.9%