glasgowcompbio / pyMultiOmics

Python toolbox for multi-omics data mapping and analysis
MIT License
19 stars 4 forks source link

Add PiMP support #25

Closed joewandy closed 2 years ago

joewandy commented 3 years ago

Add support for importing data from PiMP somehow. Users could provide a URL to their PiMP experiment and access token, and there will be codes that can download peak data from it.

Additionally when importing, we also need to clean up ambiguous compound annotations from PiMP to get a nice compound dataframe. We might be able to incorporate codes from @kmcluskey codes to do this.

joewandy commented 2 years ago

Probably don't need to do this now