Skip to content

Metabolite

Keiron O'Shea edited this page Sep 6, 2017 · 11 revisions

As noted previously, both the get_metabolites() and mass_search() methods returns a list of Metabolite objects. If you already know the InChIKey of the metabolite you're interested in it is possible to instantiate a Metabolite instantly.

from dimedbpy import Metabolite

metabolite = Metabolite.from_inchikey("DOUMFZQKYFQNTF-WUTVXBCWSA-N")
Clone this wiki locally