Skip to content
Snippets Groups Projects
Commit 10546340 authored by fadwael.khaddar_ird.fr's avatar fadwael.khaddar_ird.fr
Browse files

Première version de calcul des statistiques des 4 contextes de méthylations : CpG , CHH, CHG

parent 4f45899b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import pandas as pd
def CpG_contexte(methylated):
def CpG_context(methylated):
global CpG
motif_counts = {} # Création d'un dictionnaire pour stocker le comptage de chaque motif
for motif in CpG:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment