This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Allele-Specific analysis for human WGBS data

Hi everyone,

I need to perform allele-specific methylation analysis for human whole genome bisulfite sequencing data. As Allele-specific analysis is dependent on SNPs/Polymorphic sites, I stuck with two queries:

  1. Is there a way to get these polymorphic sites from WGBS data ? (I don't have any other data for these samples, I mean no exome or WGS to call variants). Has anybody tried using BS-SNPer? I also thought to use SNPs from public sources but it might not be able to resolve two parental alleles as both parents may be heterozygous for the same polymorphisms and it is difficult to tag allele to either mother or father.
  1. Can allele-specific analysis possible on single sample without the data of parents?

Any suggestions would be helpful.

Thank you

Kind regards

Ankit

allele methylation wgbs allelespecific dna

Thanks I will try that tool also The other query is

Can allele-specific analysis possible on single sample without the data of parents?

Some background first: in allele-specific DNA methylation (ASM), you use heterozygous SNPs to label each epiallele. For simplicity, imagine you have a read with a biallelic SNP (for example, Adenine (A)/ Guanine(G)) and a CpG (Methylated (M)/Unmethylated (U)). ASM would calculate two methylation ratios:

methylation_ratio_A = M_A/(M_A + U_A)
methylation_ratio_G = M_G/(M_G + U_G)

If methylation_ratio_A ≠ methylation_ratio_G, then you say you have allele-specific methylation (ASM). Back to your question, it is possible to find heterozygous SNPs without the genotype of the parents (having trios can help make this more reliable but it is not required per se; see for example: https://academic.oup.com/bioinformatics/article/36/11/3549/5823297). Thus, it follows that trios are not required to quantify ASM.

Ok. Good explanation

For example, if you look at this IGV SNAPshot (BISULFITE MODE) do I need to count Methylated / Unmethylated bases (left color) and number of SNP positions (right )?

enter image description here

Also can you tell if SNP looks like as in the below picture of IGV than is it possible to separate two allele and predict maternal and paternal methylation. This SNP is polymorphic site.enter image description here

Thank you for your valuable suggestion.

This tool CPEL, based on Julia is bit new and I can't understand it well.

I am looking forward to use more established tools like SNPSplit.

How about aligning the reads to N-maked genome and then separate two allele using SNPSplit?

I am thinking to use dbSNP variants to create N-masked genome.

Let me know if it is feasible.

0 answers

No answers yet.

Log in to answer this question.