How to get arabidopsis sequences from genome coordinates
1
0
Entering edit mode
7.0 years ago
dorota.komar ▴ 20

Hi Guys, I want to play a little bit with my ChIP-seq results. I would like to see if there is any motif in the sequences where my TF is binding. I have MACS2 results with chromosome name, start and end position - do you know how to get the sequences for Arabidopsis from that? I have seen many answers about human genome, but I kind of cannot find a way to do that for Arabidopsis.

Thanks a lot for your help, Dot.

sequence macs2 • 2.0k views
ADD COMMENT
0
Entering edit mode

If you're using a Linux terminal and you want just a couple of sequences, you can use cut -c (read man cut for details).

ADD REPLY
3
Entering edit mode
7.0 years ago
PoGibas 5.1k

I would use bedtools getfasta. You will need:

  • Arabidobsis genome (fasta format)
  • Regions of interest (bed format - you already have this)
ADD COMMENT
0
Entering edit mode

Moved to an answer ;)

ADD REPLY
0
Entering edit mode

And now marked accepted.

ADD REPLY

Login before adding your answer.

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