Update test_methods.R
Inferring metabolic networks from untargeted high-resolution mass spectrometry data
Please visit the Bioconductor page of MetNet for further information.
You are welcome to
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")
用于代谢组学数据的统计分析和网络推断
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
MetNet
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
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: