Coder Social home page Coder Social logo

pydna-pnrr's Introduction

Corso PNRR - "Python e Bioinformatica"

Per ogni domanda/chiarimento, scrivete pure una mail a [email protected]

Laboratorio 1 - Slides

  • Introduzione
    • Algoritmo
    • Pseudocodice
    • Linguaggio di Programmazione
  • python
    • IDLE
    • Variabili
    • Stringhe
    • Funzioni print/input
    • Variabili booleane
    • Liste, Insiemi e Dizionari
    • Programmazione imperativa
      • Scelta
      • Ripetizione
    • Scrivere e leggere da file

Laboratorio 2 - Slides

  • DNA: nucleotidi e strand
  • Reverse&Complement
  • Formato FASTA
  • Funzioni in python
  • Sintesi delle proteine
Materiale aggiuntivo per gli esercizi
CODON = {'ATA':'I', 'ATC':'I', 'ATT':'I', 'ATG':'M',
    'ACA':'T', 'ACC':'T', 'ACG':'T', 'ACT':'T',
    'AAC':'N', 'AAT':'N', 'AAA':'K', 'AAG':'K',
    'AGC':'S', 'AGT':'S', 'AGA':'R', 'AGG':'R',
    'CTA':'L', 'CTC':'L', 'CTG':'L', 'CTT':'L',
    'CCA':'P', 'CCC':'P', 'CCG':'P', 'CCT':'P',
    'CAC':'H', 'CAT':'H', 'CAA':'Q', 'CAG':'Q',
    'CGA':'R', 'CGC':'R', 'CGG':'R', 'CGT':'R',
    'GTA':'V', 'GTC':'V', 'GTG':'V', 'GTT':'V',
    'GCA':'A', 'GCC':'A', 'GCG':'A', 'GCT':'A',
    'GAC':'D', 'GAT':'D', 'GAA':'E', 'GAG':'E',
    'GGA':'G', 'GGC':'G', 'GGG':'G', 'GGT':'G',
    'TCA':'S', 'TCC':'S', 'TCG':'S', 'TCT':'S',
    'TTC':'F', 'TTT':'F', 'TTA':'L', 'TTG':'L',
    'TAC':'Y', 'TAT':'Y', 'TAA':'$', 'TAG':'$',
    'TGC':'C', 'TGT':'C', 'TGA':'$', 'TGG':'W'}

Laboratorio 3 - Slides

  • Esercizi di ripasso per python

Laboratorio 4 - Slides

  • Classi in python
  • Sequenziamento e formato FASTQ

Slide aggiuntive

pydna-pnrr's People

Contributors

ldenti avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.