Harvard:Biophysics 101/2007/Project: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
Line 2: Line 2:
<div style="padding: 10px; width: 720px; border: 5px solid #DDDDFF;">
<div style="padding: 10px; width: 720px; border: 5px solid #DDDDFF;">


Editing Note (17:52 4/30/07): The below was based on (1) the (incomplete, since some people were absent) blackboard diagram that gave the steps and interconnections of the project, and (2) all actual scripts available on everyone's personal notebook.  Since the organization was based on my understandings of the scripts (which might be - and very probably are - wrong), please change, add, or reorder as you see fit. ---[[User:TChan|TChan]]
'''Editing Note (17:52 4/30/07)''': The below was based on (1) the (incomplete, since some people were absent) blackboard diagram that gave the steps and interconnections of the project, and (2) all actual scripts available on everyone's personal notebook.  Since the organization was based on my understandings of the scripts (which might be - and very probably are - wrong), please change, add, or reorder as you see fit. ---[[User:TChan|TChan]]
 
 


= Overview =
= Overview =
Line 11: Line 13:


=Path 1: Using OMIM=
=Path 1: Using OMIM=
==Sequence -> RS Number (BLAST SNP)==
==Sequence -> RS Number (BLAST SNP)==
===RS Number -> Disease Name (OMIM)===
===RS Number -> Disease Name (OMIM)===
* Xiaodi: [[Harvard:Biophysics_101/2007/Notebook:Katie_Fifer/2007-4-15|code]] prints and outputs to file pickled version of the OMIM output for our sequence
* Xiaodi: [[Harvard:Biophysics_101/2007/Notebook:Katie_Fifer/2007-4-15|code]] prints and outputs to file pickled version of the OMIM output for our sequence
* Chris: quality checking [[Harvard:Biophysics_101/2007/Notebook:Christopher_Nabel/2007-4-24|code]] returns sequences back after dbSNP  
* Chris: quality checking [[Harvard:Biophysics_101/2007/Notebook:Christopher_Nabel/2007-4-24|code]] returns sequences back after dbSNP  


===RS Number -> Mesh Terms (PubMed)===
===RS Number -> Mesh Terms (PubMed)===
Line 27: Line 31:
=====Mesh Terms -> Disease Name (in-house code)=====
=====Mesh Terms -> Disease Name (in-house code)=====
* Deniz
* Deniz


=====Disease Name -> Prevalence (-> regulates Useful Patient Info)=====
=====Disease Name -> Prevalence (-> regulates Useful Patient Info)=====
* Zach: [[Harvard:Biophysics_101/Notebook:ZS/2007-4-22|code]] returns incidence data (based on California data) of the disease name
* Zach: [[Harvard:Biophysics_101/Notebook:ZS/2007-4-22|code]] returns incidence data (based on California data) of the disease name


=====Disease Name -> Useful Patient Info (Medical search engines)=====
=====Disease Name -> Useful Patient Info (Medical search engines)=====
Line 36: Line 42:
* Resmi: [[Harvard:Biophysics_101/2007/Notebook:Resmi_Charalel/2007-4-5|code]] displays PubMed review citations in text form
* Resmi: [[Harvard:Biophysics_101/2007/Notebook:Resmi_Charalel/2007-4-5|code]] displays PubMed review citations in text form
* Cynthia: [[Harvard:Biophysics_101/2007/Notebook:CChi/2007-4-24|code]] displays PubMed article citations in text form
* Cynthia: [[Harvard:Biophysics_101/2007/Notebook:CChi/2007-4-24|code]] displays PubMed article citations in text form


=====All displayable data -> Web Interface=====
=====All displayable data -> Web Interface=====
* Xiaodi: [[Harvard:Biophysics_101/2007/Notebook:Xiaodi_Wu/2007-4-17|code and description]] displays (some - still need to integrate some remaining scripts) preceding data in a web interface
* Xiaodi and Katie: [[Harvard:Biophysics_101/2007/Notebook:Xiaodi_Wu/2007-4-17|code and description]] displays (some - still need to integrate some remaining scripts) preceding data in a web interface
 
 






=Path 2: Using GenBank and PolyPhen=
=Path 2: Using GenBank and PolyPhen=
==Sequence -> Gene Name (BLAST)==
==Sequence -> Gene Name (BLAST)==
* Zach(?): [[Harvard:Biophysics_101/2007/Notebook:Katie_Fifer/2007-4-19|code]] returns relevant (normal) BLAST data, including the gene name/ID (?)
* Zach(?): [[Harvard:Biophysics_101/2007/Notebook:Katie_Fifer/2007-4-19|code]] returns relevant (normal)BLAST data, including the gene name/ID (?); [[http://openwetware.org/wiki/Harvard:Biophysics_101/Notebook:ZS/2007-4-22|code]] returns relevant (normal)BLAST data, including the gene location
 


===Gene Name -> Mutations (GenBank)===
===Gene Name -> Mutations (GenBank)===
Line 53: Line 64:
===Gene Name -> ??? (PolyPhen)===
===Gene Name -> ??? (PolyPhen)===
* Mike
* Mike


====Mutations -> Disease Name (OMIM)====
====Mutations -> Disease Name (OMIM)====
* Xiaodi
* Xiaodi


=====Disease Name -> Useful Patient Info (Medical search engines)=====
=====Disease Name -> Useful Patient Info (Medical search engines)=====
Line 62: Line 75:
* Resmi: [[Harvard:Biophysics_101/2007/Notebook:Resmi_Charalel/2007-4-5|code]] displays PubMed review citations in text form
* Resmi: [[Harvard:Biophysics_101/2007/Notebook:Resmi_Charalel/2007-4-5|code]] displays PubMed review citations in text form
* Cynthia: [[Harvard:Biophysics_101/2007/Notebook:CChi/2007-4-24|code]] displays PubMed article citations in text form
* Cynthia: [[Harvard:Biophysics_101/2007/Notebook:CChi/2007-4-24|code]] displays PubMed article citations in text form
=====All displayable data -> Web Interface=====
* Xiaodi and Katie: [[Harvard:Biophysics_101/2007/Notebook:Xiaodi_Wu/2007-4-17|code and description]] displays (some - still need to integrate some remaining scripts) preceding data in a web interface




=Diagram=
=Diagram=
[[Image:BioPhys101_Project_Diagram_4_30_07.jpg|650px|Project Diagram]]
[[Image:BioPhys101_Project_Diagram_4_30_07.jpg|650px|Project Diagram]]


=Project-in-Progress=
=Project-in-Progress=

Revision as of 19:04, 30 April 2007

Biophysics 101: Genomics, Computing, and Economics

Home        People        Schedule        Project        Python        Help       

Editing Note (17:52 4/30/07): The below was based on (1) the (incomplete, since some people were absent) blackboard diagram that gave the steps and interconnections of the project, and (2) all actual scripts available on everyone's personal notebook. Since the organization was based on my understandings of the scripts (which might be - and very probably are - wrong), please change, add, or reorder as you see fit. ---TChan


Overview

  • Project Goal: To develop tools to aid in analysis of personal DNA sequences.

We would like to develop software and documentation that will help people get from sequence to diagnosis. At the moment, we are focusing on identifying and classifying SNPs, but we will broaden this identification to other things like large deletions or insertions or repeats when we have more expertise. We are attempting to harness the power of other already existing tools, and we would also like to make this tool one that others can build upon. Specifically, our program will eventually be able to determine location based on BLAST, determine any SNPs based on NCBI SNP, and give a prognosis based on OMIM and online medical databases.


Path 1: Using OMIM

Sequence -> RS Number (BLAST SNP)

RS Number -> Disease Name (OMIM)

  • Xiaodi: code prints and outputs to file pickled version of the OMIM output for our sequence
  • Chris: quality checking code returns sequences back after dbSNP


RS Number -> Mesh Terms (PubMed)

  • Cynthia


RS Number (OMIM) -> PubMed PMIDs

PubMed PMIDs -> Mesh Terms

  • Resmi: code (1) parses OMIM XML to (2) get PubMed PMIDs to (3) get Mesh Terms


Mesh Terms -> Disease Name (in-house code)
  • Deniz


Disease Name -> Prevalence (-> regulates Useful Patient Info)
  • Zach: code returns incidence data (based on California data) of the disease name


Disease Name -> Useful Patient Info (Medical search engines)
  • Deniz: examples of coding which returns news updates in several formats
  • Tiff: code (a) displays relevant URLs (, (b) returns lists of drugs, clinical trials, experts, etc.
  • Resmi: code displays PubMed review citations in text form
  • Cynthia: code displays PubMed article citations in text form


All displayable data -> Web Interface
  • Xiaodi and Katie: code and description displays (some - still need to integrate some remaining scripts) preceding data in a web interface



Path 2: Using GenBank and PolyPhen

Sequence -> Gene Name (BLAST)

  • Zach(?): code returns relevant (normal)BLAST data, including the gene name/ID (?); [[1]] returns relevant (normal)BLAST data, including the gene location


Gene Name -> Mutations (GenBank)

  • Xiaodi
  • Chris: quality checking code detects mismatches between our sequence and returned SNPs


Gene Name -> ??? (PolyPhen)

  • Mike


Mutations -> Disease Name (OMIM)

  • Xiaodi


Disease Name -> Useful Patient Info (Medical search engines)
  • Deniz: examples of code which returns Google news updates and MedStory news updates in several formats
  • Tiff: code (a) displays relevant URLs (, (b) returns lists of drugs, clinical trials, experts, etc.
  • Resmi: code displays PubMed review citations in text form
  • Cynthia: code displays PubMed article citations in text form


All displayable data -> Web Interface
  • Xiaodi and Katie: code and description displays (some - still need to integrate some remaining scripts) preceding data in a web interface



Diagram

Project Diagram


Project-in-Progress

Project-in-Progress notes have been moved to their own page.

Project Ideas

Project ideas have been moved to their own page.