https://github.com/tnaake/metnet
GitHub repository for MetNet. The development version in Bioconductor can be found at:
https://github.com/tnaake/metnet
mass-spectrometry metabolomics metabolomics-pipeline r
Last synced: about 2 months ago
JSON representation
GitHub repository for MetNet. The development version in Bioconductor can be found at:
- Host: GitHub
- URL: https://github.com/tnaake/metnet
- Owner: tnaake
- Created: 2018-06-01T15:56:20.000Z (almost 7 years ago)
- Default Branch: devel
- Last Pushed: 2023-03-14T15:17:34.000Z (about 2 years ago)
- Last Synced: 2023-12-13T03:50:31.218Z (over 1 year ago)
- Topics: mass-spectrometry, metabolomics, metabolomics-pipeline, r
- Language: R
- Homepage: https://bioconductor.org/packages/devel/bioc/html/MetNet.html
- Size: 23.7 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MetNet
[](http://www.repostatus.org/#active)

[](http://codecov.io/github/tnaake/MetNet?branch=master)
[](http://www.gnu.org/licenses/gpl-3.0.html)
[](http://bioconductor.org/checkResults/devel/bioc-LATEST/MetNet/malbec1-checksrc.html)Inferring metabolic networks from untargeted high-resolution mass spectrometry data
## Description
Please visit the Bioconductor page of
[MetNet](https://bioconductor.org/packages/MetNet) for further information.## Contact
You are welcome to
* write a mail to
* submit suggestions and issues:
* send a pull request:## Install
To install MetNet, please use the stable version available via Bioconductor.
To install, enter```r
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](http://cran.r-project.org/web/packages/devtools/index.html) package:```r
install.packages("devtools")
library("devtools")
install_github("tnaake/MetNet")
```