Code and data for the TAS2R paper:
Functional Molecular Switches of Mammalian G Protein-Coupled Bitter-Taste Receptors
Jérémie Topin †*, Cédric Bouysset †, Jody Pacalon, Yiseul Kim, MeeRa Rhyu, Sébastien Fiorucci *, Jérôme Golebiowski
mammalian-TAS2R.pir
: MSA of mammalian TAS2R sequencesTAS2R-OR-templates.pir
: MSA used to generate the homology modelsTAS2R-msa-annotated.xlsx
: Excel spreadsheet containing the annotated sequence- The
3D models
directory contains the PDB files for each of the 25 human TAS2R models with the highest meta-score. The tempfactor inside the PDB file has been modified to correspond to the sequence identity between TAS2Rs. - The
scripts
directory contains the code that was used in the current paper:01-generate-models.py
: Modeller script used to generate 3D models of TAS2Rs02-analysis.ipynb
: Analysis notebook to score all modelspocket.pdb
: Set of points used to generate the binding pocket of the receptor used for scoringmsa.xlsx
: Simplified version of theTAS2R-msa-annotated.xlsx
fileall_scores_models_final.pkl
: The complete table of scores for each receptor, protocol and template, excluding missfolded models. Can be read directly in pandas withpd.read_pickle("all_scores_models_final.pkl")
mdanalysis=1.0.0
modeller=9.21
numpy=1.19.0
pandas=1.0.1
scipy=1.5.0