Hi,
First of all thanks for a great tools. I have some queries.
I have BS and oxBS data. I am trying to estimate 5hmc and 5mc level.
I understood from previous posts that For BS-Seq, methcounts gives P = (Pm + Phm). For oxBS-Seq, methcounts computes Pm. So the estimation of 5hmC is (P-Pm).
Here I am showing first 10 lines of my files.
Sample_1-C57BL6-oxbs_Replicate1_dremove_CPG_symmetric.meth = oxBS sample
Sample_3-C57BL6-bs_Replicate1_dremove_CPG_symmetric.meth = BS sample
C57BL6_Rep1_mlml_with_nan.meth = Output of mlml
$ head Sample_1-C57BL6-oxbs_Replicate1_dremove_CPG_symmetric.meth Sample_3-C57BL6-bs_Replicate1_dremove_CPG_symmetric.meth
==> Sample_1-C57BL6-oxbs_Replicate1_dremove_CPG_symmetric.meth <==
chr1 3000573 + CpG 0 0
chr1 3000725 + CpG 1 1
chr1 3000900 + CpG 0 0
chr1 3001345 + CpG 0.75 4
chr1 3001393 + CpG 1 3
chr1 3001630 + CpG 0 0
chr1 3002176 + CpG 1 1
chr1 3002337 + CpG 1 2
chr1 3002385 + CpG 1 1
chr1 3002598 + CpG 1 1
==> Sample_3-C57BL6-bs_Replicate1_dremove_CPG_symmetric.meth <==
chr1 3000573 + CpG 0 0
chr1 3000725 + CpG 0.666667 3
chr1 3000900 + CpG 1 2
chr1 3001345 + CpG 1 2
chr1 3001393 + CpG 1 2
chr1 3001630 + CpG 1 2
chr1 3002176 + CpG 0 0
chr1 3002337 + CpG 0 0
chr1 3002385 + CpG 0 0
chr1 3002598 + CpG 0.666667 3
$ head C57BL6_Rep1_mlml_with_nan.meth
chr1 3000573 3000574 nan nan nan nan
chr1 3000725 3000726 0.75 0 0.25 0
chr1 3000900 3000901 nan nan nan nan
chr1 3001345 3001346 0.75 0.25 0 0
chr1 3001393 3001394 1 0 0 0
chr1 3001630 3001631 nan nan nan nan
chr1 3002176 3002177 nan nan nan nan
chr1 3002337 3002338 nan nan nan nan
chr1 3002385 3002386 nan nan nan nan
chr1 3002598 3002599 0.75 0 0.25 0
Could you please tell me
1) what does nan means?
2) 5hmc is (P-Pm), how can I get 0.75 (Pm), 0 (Ph) and 0.25 (Pu) in second line of C57BL6_Rep1_mlml_with_nan.meth.
Thanks in advance, looking for a positive response.
Regards
Adnan.