-
Notifications
You must be signed in to change notification settings - Fork 1
Home
rahulab edited this page Feb 8, 2017
·
8 revisions
Searching for Flavin Interactions with the Protein Data Bank:
Searching for Generic Flavin Information:
- Choose a PDB file
- Selects key HETRATMS
- select HTRATOMS from the PDB
- Return information based on:
- Cartesian Distance between ATMS/HTRATMS
- Vector Angles between relevant ATMS/HTRATMS (Return information for the moment to be stored as a text file)
REQUIREMENTS:
- Necessary storage format definition
- Filter interactions between atoms that fit criteria for distance AND angle
- Need a small sample of testable data
- Classify Chemical type
SOLUTIONS TO REQUIREMENTS:
- Filter Interactions by distance using Van der Waal’s distances NOTE: should be able to be flexible i.e. could input your own distance and check
- Use PyMol to visualize and check results
- Using biopandas code already developed to parse through pdb files link to biopanda documentation/files: https://github.com/rasbt/biopandas
Searching for different Interaction Clusters:
- User inputs key interactions
- Generate list of Clusters based on interaction input
- Output the information as a text file
REQUIREMENTS:
- Define what we store for clusters
- Determine size of feature space
- Define scoring algorithm to to find similarity with clusters
- Small test data set
- Determine cluster model and tune model
Current Flavin codes being searched for in PDB files:
• FMN
• FAD
• 6FA
Storage Formats being used:
MongoDB • link: mongodb://umich:[email protected]:63124/flavoinformatics GitHub • link: https://github.com/antoniomika/FlavinDB