Navigating mass spectral similarity in high-resolution MS/MS metabolomics data
Please visit MetCirc for further information.
You are welcome to
- write a mail to
thomasnaake (at) googlemail (dot) com
- submit suggestions and issues: https://github.com/tnaake/MetCirc/issues
- send a pull request: https://github.com/tnaake/MetCirc/issues
To install MetCirc, please use the stable version available via Bioconductor. To install, enter
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("MetCirc")
to your console. The installation via BiocManager requires R version 3.6.
If you would like to install the development version of MetCirc, you will first have to install devtools package:
install.packages("devtools")
library("devtools")
install_github("tnaake/MetCirc")