Skip to content

AlejandroMC28/GNPSDataPackage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a package to make it easier to access GNPS Data from various web resources.

  1. GNPS Task Data
  2. ReDU Repository Data
  3. Structure API
  4. MassQL Data Conversions
  5. Listing Datasets from public Datasets

Installation

Use the following command

pip install git+https://github.com/Wang-Bioinformatics-Lab/GNPSDataPackage.git

Usage

FBMN

How to get the quantification information

from gnpsdata import workflow_fbmn

quant_df = workflow_fbmn.get_quantification_dataframe(task, gnps2=True)
metadata_df = workflow_fbmn.get_metadata_dataframe(task, gnps2=True)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.0%
  • Other 1.0%