Harvard:Biophysics 101/2007/02/01: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 15: Line 15:
*Link to your userpage from our [[Harvard:Biophysics_101/2007:People|People]] page
*Link to your userpage from our [[Harvard:Biophysics_101/2007:People|People]] page
*Download and install Python and BioPython ([[Harvard:Biophysics_101/2007:Python|details here]])
*Download and install Python and BioPython ([[Harvard:Biophysics_101/2007:Python|details here]])
</div>
*Once you have Python and BioPython installed, try running the following code
*Modify the code to do the following things
**Process a different GenBank ID of your choosing
**Tally stretches of poly-T instead of poly-A
**Print the translated protein sequence ([http://biopython.org/wiki/Getting_Started hint]) and its length
**Create a new NCBIDictionary without a parser and use that to print the a raw record ([http://biopython.org/DIST/docs/tutorial/Tutorial.html#htoc33 hint])

Revision as of 21:50, 31 January 2007

Biophysics 101: Genomics, Computing, and Economics

Home        People        Schedule        Project        Python        Help       

Notes

Tasks to complete by Feb 6

  • Register an account on OWW
  • Populate your user page with the following information
    • Name
    • Concentration
    • Affiliation & Year
    • Research/academic interests
    • Optional: anything else you wish to share (e.g. personal interests, photo, links)
  • Link to your userpage from our People page
  • Download and install Python and BioPython (details here)
  • Once you have Python and BioPython installed, try running the following code
  • Modify the code to do the following things
    • Process a different GenBank ID of your choosing
    • Tally stretches of poly-T instead of poly-A
    • Print the translated protein sequence (hint) and its length
    • Create a new NCBIDictionary without a parser and use that to print the a raw record (hint)