schrodinger.protein.gpcr.sql module¶
This module contains constants and helper functions for the sqlite database containing sequence and residue data from the GPCR DB.
Copyright Schrodinger, LLC. All rights reserved.
- schrodinger.protein.gpcr.sql.get_db_filename()¶
- schrodinger.protein.gpcr.sql.open_database(filename=None)¶
- schrodinger.protein.gpcr.sql.get_residue_annotations(entry_name, *, conn=None)¶
Get the residue annotations for the given entry
- Parameters:
entry_name (str) – GPCR DB entry name (e.g. 5ht1a_human)
conn (sqlite3.Connection) – keyword-only; if not passed, will open default connection
- Return type:
list[dict]