-
Notifications
You must be signed in to change notification settings - Fork 0
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")
All documentation is licensed under the Creative Commons Attribution 4.0 International License.