biopython

10
Quentin Ferdinand & Clovis Basier Biopython, Biology Module for Python

Upload: antoine-taly

Post on 08-Jul-2015

1.114 views

Category:

Education


0 download

DESCRIPTION

cours sur biopython présenté par Clovis et Quentin (FDV He).

TRANSCRIPT

Page 1: Biopython

Quentin Ferdinand & Clovis Basier

Biopython,Biology Module for Python

Page 2: Biopython

DNA AlphabetIUPAC - International Union of Pure and Applied Chemistry

Unambiguous DNA

Ambiguous DNA

Page 3: Biopython

Fasta vs GenBankLocusSource

Organisme

Référence

Auteurs

Journal

Pubmed

Gene

mRNA

Translation

Séquence

Séquence

Page 4: Biopython

Central dogma of molecular biology

Page 5: Biopython

Protein translation tables

Vertebrate mitochondrial genetic codeGenetic code

UGA Trp

AGG StopAGA StopAUA Ile

Page 6: Biopython

Restriction enzyme

Tinastella

Page 7: Biopython

BlastBlast : Basic Local Alignment Search Tool

E value : the number of hits one can "expect" to see by chance when searching a database of a particular size.

Page 8: Biopython

exercices :

1.- printer le reverse complement de la séquence “AACTGCCAATGGGCT”2.- printer le reverse de la séquence.3.- printer le AT content4.- transcrire en ARNm la séquence5.- traduire la séquence jusqu’au premier codon stop.

Page 9: Biopython

exercices v2 :1.- télécharger la séquence de la gfp

depuis le fichier genbank de NCBI.( id : 7011691 )

2.- faire un code qui fait blast de la gfp et print chaque alignement trouvé

3.- faire un code qui prend en paramètre un id et un chiffre n et qui renvoie les n alignement les plus proches

Ingrid Moen, Charlotte Jevne, Jian Wang, Karl-Henning Kalland, Martha Chekenya, Lars A Akslen, Linda Sleire, Per Ø Enger, Rolf K Reed, Anne M Øyan and Linda EB Stuhr: Gene expression in tumor cells and stroma in dsRed 4T1 tumors in eGFP-expressing mice with and without enhanced oxygenation. In: BMC Cancer. 2012, 12:21

Page 10: Biopython

liens utilestuto - http://www.csc.kth.se/utbildning/kth/kurser/DD2397/appbio09/docs/BioPython.pdf

doc http://biopython.org/DIST/docs/tutorial/Tutorial.html

intro http://www.biotnet.org/sites/biotnet.org/files/documents/25/biopython_intro.pdf ← bien fait

cours http://ece.uprm.edu/~bvelez/courses/ComputingBioinformatics/Python/PythonCourseBioInformatics.pdf ← p75

cours http://www1.chapman.edu/~fahy/bioinformatics/ ← sehr gut

tuto http://jacksimpson.com.au/biopython/