Vidéo pédagogique
Notice
Lieu de réalisation
Grenoble
Langue :
Anglais
Crédits
François Rechenmann (Intervention)
Conditions d'utilisation
Ces ressources de cours sont, sauf mention contraire, diffusées sous Licence Creative Commons. L’utilisateur doit mentionner le nom de l’auteur, il peut exploiter l’œuvre sauf dans un contexte commercial et il ne peut apporter de modifications à l’œuvre originale.
DOI : 10.60527/8e2e-a460
Citer cette ressource :
François Rechenmann. Inria. (2015, 5 février). 1.6. GC and AT contents of DNA sequence , in 1. Genomic texts. [Vidéo]. Canal-U. https://doi.org/10.60527/8e2e-a460. (Consultée le 2 juin 2024)

1.6. GC and AT contents of DNA sequence

Réalisation : 5 février 2015 - Mise en ligne : 9 mai 2017
  • document 1 document 2 document 3
  • niveau 1 niveau 2 niveau 3
Descriptif

We have designed our first algorithmfor counting nucleotides. Remember, what we have writtenin pseudo code is first declaration of variables. We have several integer variables that are variables which cantake as a value an integer. One, two, three minus five and so on. We have the sequence of characters we want to interpret, declare as a character string oflengths and define. Then we have the initializationof our different variables. This symbol is a symbol for assignment, it means that zero becomes the value of total nb, nbT and soon and so on and here we say: index takes the value one. It means that we position at the beginning of the sequence and what we do is that we repeat allthese blocks of operation for the first position, the second position, the third and so on, so on, until the end of the sequence. And for each position we take the current corrector, here, A for example and we look if itis an A, a C, a G, a T and we increment, we increase by one,the corresponding counter. OK, at the same time we increasethe total number of characters by one and we add one to theindex so that we come from this position to this position.

Intervention

Dans la même collection

Avec les mêmes intervenants et intervenantes