Mutation faux sens500px|aucun|droite En génétique, une mutation faux-sens ou substitution non synonyme est une mutation ponctuelle dans laquelle un nucléotide d'un codon est changé, induisant le changement de l'acide aminé associé. Ceci peut rendre la protéine traduite non fonctionnelle, si les propriétés du nouvel acide aminé sont différentes. Chez les humains, des mutations de ce type sont responsables de maladies telles que l'épidermolyse bulleuse et la drépanocytose.
Multiple sequence alignmentMultiple sequence alignment (MSA) may refer to the process or the result of sequence alignment of three or more biological sequences, generally protein, DNA, or RNA. In many cases, the input set of query sequences are assumed to have an evolutionary relationship by which they share a linkage and are descended from a common ancestor. From the resulting MSA, sequence homology can be inferred and phylogenetic analysis can be conducted to assess the sequences' shared evolutionary origins.
Eukaryotic initiation factorEukaryotic initiation factors (eIFs) are proteins or protein complexes involved in the initiation phase of eukaryotic translation. These proteins help stabilize the formation of ribosomal preinitiation complexes around the start codon and are an important input for post-transcription gene regulation. Several initiation factors form a complex with the small 40S ribosomal subunit and Met-tRNAiMet called the 43S preinitiation complex (43S PIC).
Foreach loopIn computer programming, foreach loop (or for-each loop) is a control flow statement for traversing items in a collection. is usually used in place of a standard loop statement. Unlike other loop constructs, however, loops usually maintain no explicit counter: they essentially say "do this to everything in this set", rather than "do this times". This avoids potential off-by-one errors and makes code simpler to read. In object-oriented languages, an iterator, even if implicit, is often used as the means of traversal.
Évolution systématique de ligands par enrichissement exponentielLa méthode Systematic Evolution of Ligands by EXponential enrichment (SELEX), en français évolution systématique de ligands par enrichissement exponentiel, est une méthode de sélection in vitro, à partir de banques combinatoires d'oligonucléotides synthétiques. Les oligonucléotides sélectionnés sont capables de fixer sélectivement un ligand donné, avec une affinité élevée et spécifique. Initialement mise au point avec des ARN, cette technique a ensuite été généralisée aux oligonucléotides ADN.
Name bindingIn programming languages, name binding is the association of entities (data and/or code) with identifiers. An identifier bound to an object is said to reference that object. Machine languages have no built-in notion of identifiers, but name-object bindings as a service and notation for the programmer is implemented by programming languages. Binding is intimately connected with scoping, as scope determines which names bind to which objects – at which locations in the program code (lexically) and in which one of the possible execution paths (temporally).