Multiple alignment for ChIP-seq data
1
0
Entering edit mode
6.2 years ago
tblain ▴ 10

We are interested in looking at conservation using the Phast tool. Phast requires a .maf (multiple alignment format) file. Is anybody aware of a tool available to generate a .maf file from multiple ChIP-seq FASTQ files?

ChIP-Seq • 964 views
ADD COMMENT
1
Entering edit mode
6.2 years ago

You don't need a dedicated tool for this. You have peaks in BED format, so use bedtools getfasta to get a multi-fasta file. Then use that in your multiple sequence alignment tool of choice. Note that you may need to reduce the number of regions, since most multiple sequence alignment programs would fail completely on ChIP-sized data.

BTW, you probably don't really want to do any of this. What I expect you're trying to do is to perform motif detection in your peaks. There are tools meant to do exactly that, such as MEME-ChIP.

ADD COMMENT

Login before adding your answer.

Traffic: 3342 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