https://github.com/tnaake/metcirc
GitHub repository for MetCirc. The development version in Bioconductor can be found at:
https://github.com/tnaake/metcirc
mass-spectrometry metabolomics metabolomics-pipeline r visualization
Last synced: 6 months ago
JSON representation
GitHub repository for MetCirc. The development version in Bioconductor can be found at:
- Host: GitHub
- URL: https://github.com/tnaake/metcirc
- Owner: tnaake
- Created: 2017-10-17T19:59:44.000Z (almost 8 years ago)
- Default Branch: devel
- Last Pushed: 2023-04-18T14:45:03.000Z (over 2 years ago)
- Last Synced: 2023-12-13T03:50:31.207Z (almost 2 years ago)
- Topics: mass-spectrometry, metabolomics, metabolomics-pipeline, r, visualization
- Language: R
- Homepage: https://bioconductor.org/packages/devel/bioc/html/MetCirc.html
- Size: 8.77 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MetCirc
[](http://www.repostatus.org/#active)
[](http://www.gnu.org/licenses/gpl-3.0.html)
[](https://bioconductor.org/shields/build/devel/bioc/MetCirc.svg)Navigating mass spectral similarity in high-resolution MS/MS metabolomics data
## Description
Please visit [MetCirc](https://bioconductor.org/packages/MetCirc) for further information.## Contact
You are welcome to
* write a mail to `thomasnaake (at) googlemail (dot) com`
* submit suggestions and issues:
* send a pull request:## Install
To install MetCirc, please use the stable version available via Bioconductor.
To install, enter```r
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](http://cran.r-project.org/web/packages/devtools/index.html) package:```r
install.packages("devtools")
library("devtools")
install_github("tnaake/MetCirc")
```