teaching:progappchim:bioinformatic

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
teaching:progappchim:bioinformatic [2020/03/30 10:56] villersdteaching:progappchim:bioinformatic [2021/02/16 16:30] villersd
Ligne 1: Ligne 1:
 ====== Bioinformatique ====== ====== Bioinformatique ======
-Manipulations de séquences ADN, ARN, protéines,...+Un des objectifs majeurs de la [[wp>fr:Bio-informatique|bioinformatique]] réside dans l'étude automatique de séquences, principalement de l'ADN et de protéines,... 
 + 
 +Ces séquences sont accessibles librement et publiquement, notamment par ces deux sources : 
 + 
 +{{wp>fr:UniProt}} 
 + 
 +Voir aussi le site [[https://www.uniprot.org/]] 
 + 
 +{{wp>fr:GenBank}} 
 + 
 +Voir aussi le site [[https://www.ncbi.nlm.nih.gov/genbank/]] 
 + 
 +===== Installer Biopython ===== 
 + 
 +[[https://biopython.org/|Biopython]] est une librairie de programmes en langage Python dédiée à l'étude de séquences (ADN, ARN, protéines)Pour utiliser cette librairie, elle doit-être installée au préalable, par exemple : 
 +  * Avec la distribution Anaconda, via l'interface Anaconda-Navigator ou par la commande suivante : conda install -c conda-forge biopython 
 +  * via le site Pypi (pypi.org) et la commande suivante : pip install biopython 
  
-<note tip>Consulter les références proposées en fin de page !</note> 
  
 ===== Compter les nucléotides d'une séquence ADN ===== ===== Compter les nucléotides d'une séquence ADN =====
Ligne 145: Ligne 161:
   * [[https://en.wikipedia.org/wiki/List_of_open-source_bioinformatics_software]]   * [[https://en.wikipedia.org/wiki/List_of_open-source_bioinformatics_software]]
   * cours introductif sur biopython :   * cours introductif sur biopython :
-    * [[https://www.bits.vib.be/component/content/article?id=176:biopython|Introduction to Biopython]] VIB bioinformatics core, Kristian Rother  * [[http://www.scienceinschool.org/2014/issue29/online_bioinf|Using biological databases to teach evolution and biochemistry]]+    * [[https://www.bits.vib.be/component/content/article?id=176:biopython|Introduction to Biopython]] VIB bioinformatics core, Kristian Rother, en particulier [[https://data.bits.vib.be/pub/trainingen/Biopython/Basics_of_Biopython_1.1.pdf|ce tutoriel]] 
 +  * [[https://www.bioinformaticsalgorithms.org/|Bioinformatics Algorithms]]
   * Articles de la revue "Science in School" :   * Articles de la revue "Science in School" :
     * [[https://www.scienceinschool.org/2010/issue17/bioinformatics|Bioinformatics with pen and paper: building a phylogenetic tree]] Cleopatra Kozlowski, 07/12/2010     * [[https://www.scienceinschool.org/2010/issue17/bioinformatics|Bioinformatics with pen and paper: building a phylogenetic tree]] Cleopatra Kozlowski, 07/12/2010
Ligne 151: Ligne 168:
   * documentation sur les arbres phylogénétiques : [[https://biopython.org/wiki/Phylo]]   * documentation sur les arbres phylogénétiques : [[https://biopython.org/wiki/Phylo]]
   * [[http://rosalind.info/|Rosalind]], plateforme d'apprentissage de la programmation en bioinformatique   * [[http://rosalind.info/|Rosalind]], plateforme d'apprentissage de la programmation en bioinformatique
 +    * [[http://rosalind.info/glossary/|Glossaire de bioinformatique]]
   * [[https://stepik.org/catalog?language=en&q=bioinformatics|Catalog – Stepik]] cours et challenges en programmation, avec des activités en bioinformatique   * [[https://stepik.org/catalog?language=en&q=bioinformatics|Catalog – Stepik]] cours et challenges en programmation, avec des activités en bioinformatique
     * [[https://stepik.org/course/2/promo|Bioinformatics Algorithms – Stepik]] (cours introductif)     * [[https://stepik.org/course/2/promo|Bioinformatics Algorithms – Stepik]] (cours introductif)
Ligne 157: Ligne 175:
     * [[https://stepik.org/course/4377/promo|Bioinformatics Contest 2018 – Stepik]] concours de programmation 2018     * [[https://stepik.org/course/4377/promo|Bioinformatics Contest 2018 – Stepik]] concours de programmation 2018
     * [[https://stepik.org/course/43615/promo|Bioinformatics Contest 2019 – Stepik]]  concours de programmation 2019     * [[https://stepik.org/course/43615/promo|Bioinformatics Contest 2019 – Stepik]]  concours de programmation 2019
-  * [[http://www.amberbiology.com/]] & [[https://pythonforthelifesciences.com/|Python for the Life Sciences – A gentle introduction to Python for life scientists]] (livre+  * [[http://www.amberbiology.com/]] & [[https://pythonforthelifesciences.com/|Python for the Life Sciences – A gentle introduction to Python for life scientists]] programmation privilégiant les modules standards de Python (pas le module biopython par exemple
-  * [[https://www.packtpub.com/eu/application-development/bioinformatics-python-cookbook|Bioinformatics with Python Cookbook]] (livre)+  * [[https://www.packtpub.com/eu/application-development/bioinformatics-python-cookbook|Bioinformatics with Python Cookbook]] livre utilisant beaucoup la librairie biopython
   * [[http://www.ncbi.nlm.nih.gov/genbank/|GenBank]]   * [[http://www.ncbi.nlm.nih.gov/genbank/|GenBank]]
   * références sur la lecture de fichiers :   * références sur la lecture de fichiers :
  • teaching/progappchim/bioinformatic.txt
  • Dernière modification : 2022/09/22 16:59
  • de villersd