You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have generated human genome based methylation call output for a sample using Modkit pileup command.
The output bedmethyl file has following data, where for position 10566 both 5hmC and 5mC are reported.
chrom start position end position modified base code score strand Nvalid_cov fraction modified Nmod Ncanonical Nother_mod Ndelete Nfail Ndiff Nnocall
1 10566 10567 h 8 - 8 12.50 1 0 7 0 0 0 0
1 10566 10567 m 8 - 8 87.50 7 0 1 0 0 0 0
Please let me know how to interpret this,
whether a genomic loci can have both 5mC and 5hmC methylation call
based on maximum read depth and modified base specific read depth it should be considered as 5mC event
The text was updated successfully, but these errors were encountered:
whether a genomic loci can have both 5mC and 5hmC methylation call
From what you've shown here there are 8 reads with passing modification calls, 1 reports 5hmC and 7 report 5mC. A particular position may be 5mC in some cells and 5hmC in others, depending on what kind of sample you have. What you can do is interpret these rows as this position is 5mC 87.5% of the time.
based on maximum read depth and modified base specific read depth it should be considered as 5mC event
I'm not sure what you mean by "based on maximum read depth". In the data you've shown you N_fail, N_diff, and N_nocall are all zero. That makes me think this is probably a high-confidence position and high-quality base modification calls. However, making this decision depends a little on your biological question and the sample you've sequenced. What you can say is that this position is mostly likely a 5mC.
Hi,
I have generated human genome based methylation call output for a sample using Modkit pileup command.
The output bedmethyl file has following data, where for position 10566 both 5hmC and 5mC are reported.
chrom start position end position modified base code score strand Nvalid_cov fraction modified Nmod Ncanonical Nother_mod Ndelete Nfail Ndiff Nnocall
1 10566 10567 h 8 - 8 12.50 1 0 7 0 0 0 0
1 10566 10567 m 8 - 8 87.50 7 0 1 0 0 0 0
Please let me know how to interpret this,
The text was updated successfully, but these errors were encountered: