All Projects → CCMS-UCSD → GNPSDocumentation

CCMS-UCSD / GNPSDocumentation

Licence: MIT license
Documentation for GNPS and related tools as written in mkdocs

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to GNPSDocumentation

GNPS Workflows
Public Workflows at GNPS
Stars: ✭ 31 (+19.23%)
Mutual labels:  metabolomics, gnps, naturalproducts
metaspace
Cloud engine and platform for metabolite annotation for imaging mass spectrometry
Stars: ✭ 36 (+38.46%)
Mutual labels:  metabolomics
MS-CleanR
No description or website provided.
Stars: ✭ 21 (-19.23%)
Mutual labels:  metabolomics
ElMaven
LC-MS data processing tool for large-scale metabolomics experiments.
Stars: ✭ 84 (+223.08%)
Mutual labels:  metabolomics
nPYc-Toolbox
The nPYc-Toolbox defines objects for representing, and implements functions to manipulate and display, metabolic profiling datasets.
Stars: ✭ 14 (-46.15%)
Mutual labels:  metabolomics
CoreMS
CoreMS is a comprehensive mass spectrometry software framework
Stars: ✭ 20 (-23.08%)
Mutual labels:  metabolomics
isicle
In silico chemical library engine for high-accuracy chemical property prediction
Stars: ✭ 31 (+19.23%)
Mutual labels:  metabolomics
DAtest
Compare different differential abundance and expression methods
Stars: ✭ 34 (+30.77%)
Mutual labels:  metabolomics
tools-metabolomics
Galaxy tools for metabolomics maintained by Workflow4Metabolomics
Stars: ✭ 13 (-50%)
Mutual labels:  metabolomics
sirius
SIRIUS is a software for discovering a landscape of de-novo identification of metabolites using tandem mass spectrometry. This repository contains the code of the SIRIUS Software (GUI and CLI)
Stars: ✭ 32 (+23.08%)
Mutual labels:  metabolomics
melonnpan
Model-based Genomically Informed High-dimensional Predictor of Microbial Community Metabolic Profiles
Stars: ✭ 20 (-23.08%)
Mutual labels:  metabolomics
QFeatures
Quantitative features for mass spectrometry data
Stars: ✭ 12 (-53.85%)
Mutual labels:  metabolomics
pyqms
pyQms, generalized, fast and accurate mass spectrometry data quantification
Stars: ✭ 22 (-15.38%)
Mutual labels:  metabolomics
xcms
This is the git repository matching the Bioconductor package xcms: LC/MS and GC/MS Data Analysis
Stars: ✭ 124 (+376.92%)
Mutual labels:  metabolomics
RHermes
RHermes is a semi-targeted metabolomics package to deeply characterize biological and environmental samples.
Stars: ✭ 22 (-15.38%)
Mutual labels:  metabolomics
q2-qemistree
Hierarchical orderings for mass spectrometry data. Canonically pronounced "chemis-tree".
Stars: ✭ 23 (-11.54%)
Mutual labels:  metabolomics

logo

GNPS Documentation GitHub Repository

Introduction to GNPS

Global Natural Products Social Molecular Networking (GNPS, http://gnps.ucsd.edu/) is a web-based mass spectrometry ecosystem that aims to be an open-access knowledge base for community-wide organization and sharing of raw, processed or identified tandem mass (MS/MS) spectrometry data. GNPS aids in identification and discovery throughout the entire life cycle of data; from initial data acquisition/analysis to post publication.

Contributing to the New Documentation

Help us improving GNPS Documentation !

  • For informations/feature request, please open an "Issue" on the present GitHub repository.
  • To contribute to the GNPS documentation, simply edit a page and it will prompt for an ad hoc pull request. Its as simple as that. For more advanced editing, fork the CCMS-UCSD/GNPSDocumentation repository, and make a "Pull Request" with your edits from your fork to the primary repository.

GNPS Workflows

GNPS Workflows are available on the following repository: https://github.com/CCMS-UCSD/GNPS_Workflows

Development Setup for Local Development

  1. Install miniconda3 (https://docs.conda.io/en/latest/miniconda.html)
  2. Create conda environment

conda create -n mkdocs

  1. Install requirements
pip install -r requirements.txt
  1. Serve locally

mkdocs serve

  1. Deploy to github pages (this is unnecessary as it will automatically deploy once changes are pushed to master)

mkdocs gh-deploy

Build

Citation

Wang, M. et al. Sharing and community curation of mass spectrometry data with Global Natural Products Social Molecular Networking. Nat. Biotechnol. 34, 828–837 (2016). https://www.nature.com/articles/nbt.3597

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].