Posts

Showing posts from February, 2026

The idea in brief : Spring Batch as a model for Crispr cas9

Image
The analogy between   Spring Batch and the  CRISPR-Cas9   system    is an innovative conceptual model proposed notably by   Wadï Mami on ResearchGate This framework transposes the steps of software engineering to molecular biology to structure the understanding of the genome editing process.   ResearchGate  +1 Component matching The architecture of Spring Batch (Read-Process-Write) aligns with the key phases of CRISPR-Cas9: ItemReader / Genome Identification   : In Spring Batch, this   Reader  extracts the data. In biology, this corresponds to exploring and identifying the target DNA sequence within the genome. ItemProcessor / RNA Design and Binding   : This   Processor  transforms the data. Here, it models the design of the guide RNA (gRNA) and the binding of the Cas9 enzyme to the target. Algorithms such as   Karp-Rabin   or   Levenshtein distance...

L'idée en bref Spring batch as a model for Crispr Cas9

Image
  L'analogie entre  Spring Batch  et le système  CRISPR-Cas9  est un modèle conceptuel innovant proposé notamment par  Wadï Mami sur ResearchGate . Ce cadre transpose les étapes du génie logiciel à la biologie moléculaire pour structurer la compréhension du processus d'édition génomique.   ResearchGate  +1 Correspondance des composants L'architecture de Spring Batch (Lecture-Traitement-Écriture) s'aligne sur les phases clés de CRISPR-Cas9 : ItemReader / Identification du génome  : Dans Spring Batch, le  Reader  extrait les données. En biologie, cela correspond à l'exploration et à l'identification de la séquence d'ADN cible au sein du génome. ItemProcessor / Design de l'ARNg et Liaison  : Le  Processor  transforme la donnée. Ici, il modélise la conception de l'ARN guide (ARNg) et la liaison de l'enzyme Cas9 à la cible. Des algorithmes comme  Karp-Rabin  ou la  distance de Levenshtein  sont proposés...

Résolution de la conjecture de Goldbach

  Résolution de la conjecture de Goldbach Auteur : Wadï Mami Date : October 30, 2025 Email : wmami@steg.com.tn / didipostman77@gmail.com Enoncé de la conjecture de Goldbach "Tout nombre pair supérieur à 2 est la somme de deux nombres premiers." Un nombre premier est un nombre impair, sauf 2. La somme de deux nombres impairs est un nombre pair. Alors La somme de deux nombres premiers est un nombre pair, sauf   pour 2. (A) Reste maintenant à démontrer l’autre sens pour la conjecture. En se basant sur le théorème d’Erdös qu’il a établi quand il avait 18 ans : Pour tout entier n > 1, il existe toujours un nombre premier entre n et 2n. Donc il existe Un nombre premier p entre n et 2n n <= p <= 2n      (I) et par analogie il existe un nombre premier q entre n/2 et n n/2<= q<= n       (II) (I)             +  ...