how to generate .bed files for methylation (RRBS) analysis
1
0
Entering edit mode
2.6 years ago
arshad1292 ▴ 100

Hello,

I am new to DNA methylation data analysis and I am using a pipeline that requires .bed files as input for analysis. However, I have raw pair-end fastq files (1.fastq and 2.fastq). How can I generate .bed files using these fastq data?

Many thanks in advance!

methylation • 995 views
ADD COMMENT
0
Entering edit mode

That cannot really be answered. BED is a format, not a fixed definition of what should be in there. So what shall be the content of that BED file? Is this a published pipeline with documentation?

ADD REPLY
1
Entering edit mode
2.6 years ago
  1. Align with bismark. If you can, use the nf-core methyl-seq pipeline. Else Bismark by itself.
  2. Use the resulting BAMs and for example bedtools bamtobed to convert bam to bed format.
  3. Read some existing methods sections !

This might get you started at least.

ADD COMMENT

Login before adding your answer.

Traffic: 1983 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6