Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.33 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.33 KB

HPIC

AppVeyor

HPIC is a reliable and sensitive method to extract PIC from raw LC-MS dataset directly. Based on the concept that meaningful metabolites tend to generate ions with high density in the m/z and retention space, HDBSCAN is used to find these high density regions and distinguish real signals from noises. It can provide a reasonable and flexible way to determine the m/z tolerance range rather than to give or estimate a fixed m/z tolerance value.

Architecture of HPIC method

Install

pip install git+git://github.com/zmzhang/HPIC@master

Examples and documents

  • Examples: run the unittests in tests folder

  • Documents: usages of major functions are provoided as their docstrings

Contact

For any questions, please contact: zmzhang@csu.edu.cn