Hello Altuna,
Thank you for your very swift answer. My lab has a pipeline that post-process the aligned sam files into a text file with information for each cytosine like this one:
CHR POS STR CONTEXT_1 CONTEXT_2 BASES_METH BASES_STR BASES_TOT METH_LEVEL
1 298 F CAA Z 0 1 1 0.000
1 310 F CGA X 1 1 1 1.000
1 311 R CGT X 0 0 1 NA
Where Chr = Chromosome, Pos = genomic position, STR = strand, Context = methylation context (CHG, CPG, CHH), Bases_meth = number of reads with the methylated cytosine, bases_str = number of read with unmethylated cytosine, base_tot = total number of reads mapping at this position (including other strand reads) meth_level = % of reads with methylated cytosine at this position.
Would it be enough to use methylkit? In which way should I edit this file to load it in methylkit?
Again, thank you very much for your time and help.
Sincerely
David