tools for alignment and methylation extraction for MeDIP sequencing
For methylation study in cancer, we have MeDIP-seq data. What are all tools that we can use for alignment and calling methylation. Can Bismark be used for the same?
chip-seq
next-gen
alignment
• 1,486 views
•
link
updated
by
ATpoint
•
written
by
ruchi19sinha •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Tools / Packages to assess allele specific methylation?
written by AnkitHi everyone, Are there any tools/packages/pipelines to assess allele specific methylation for human data? I have used the following methods: 1\. TrimGalore > Bismark Alignment …
-
Comparison of MeDIP data with transcriptomics expression data
written by saripalligautam86 •Hello All, I wanted to compare the methylation data with expression data. Can I compare the methylated counts of individual genes from whole genome methylation …
-
Are there any tools able to exclude specific bases (bias) from methylation calling ?
written by hxlei613After getting BS-seq alignment files, methylation bias plots can show the methylation bias such as the start of reads in PBAT-Seq experiments. Usually these bias …
-
Tutorial: InsideDNA: Runinng Bismark pipeline for analysis of sodium bisulfite-treated DNA sequennc…
written by shilparaopradeep •BS-seq is an important method for analysis of DNA methylation. It provides a snapshot of a cell's epigenomic state and reveals genome-wide cytosine methylation at …
-
Differential Methylation Analysis
written by enricoferreroHi, I've just started working in this area and am looking for some pointers. What software packages does the community use for the analysis of …
-
How to compare methylation array data with methylation MeDip-seq data?
written by rdbcasillas11 •<p>Hello,</p> <p>I wanted to compare the methylation data generated in a study by both 450k array and MeDip-seq techniques. The file formats of both differ. …
-
Using CEAS with canine methylation data
written by Saad KhanHi, I am working on Dog genome MEDIP-seq DNA methylation data.I came across [CEAS][1] I was wondering if there is any way I can use …
-
Analysing MIRA-seq methylation data
written by Saad KhanHi, I have a MIRA-seq data that I want to analyze. In the past I have used Bisulfite data for methylation analysis. There are a …
-
Agilent Medip And Mat Algorithm For Enrichment
written by kanwarjag<p>I have agilent MEdip data and am planning to use MAT algorithm for calling enriched regions. I have seen Cistrome and other publication where they …
-
Question About Medip Methylation Array
written by kanwarjag<p>We ran Agilent Medip Array for methylation we ran Batman to call methylation but I am stuck with further downstream analysis to find which methylation …
Alignment can be done with standard tools. It is plain DNA-seq as no bisulfite conversion was done. You do not need
Bismark. Analysis could be done with MEDIPS in R/BioC: https://bioconductor.org/packages/release/bioc/html/MEDIPS.htmlThanx for your reply... Actually once i had tried Bismark tool for MeDIP alignment and methylation extraction. As as result, I have identified true methylated side. This I have confirmed after checking each position in Integrative Genomics Viewer (IGV) with respect to reference genome. I am surprised how I'm getting correct result, if bismark does not work for meDIP-seq.
I am no expert in methylation analysis but the idea of Bismark is that it deals with reads that were bisulfite-treated so you would need to align against an in-silico bisulfite-converted genome and then make calls on the CpGs that have been protected by methylation from the conversion. MeDIP is using antibodies against methylated Cs without any conversions. From my understanding you simply align this like any normal ChIP-seq experiment.
Hi ruchi19sinha
You can give MeQA a try