How to fetch genomic coordinates from fasta?
2
0
Entering edit mode
9.9 years ago

Hello all,

I would like to have genomic positions (BED/GFF/GTF) of my multifasta sequences from genome. I know that if I have any bed/gff (genomic positions) then I can extract seq (in fasta) by bedtools but here my case is opposite.

Any idea?

Thanks

R RNA-Seq gene sequence • 3.9k views
ADD COMMENT
2
Entering edit mode
9.9 years ago

You have to map first as Juan said, for short reads you'll get sam/bam and then you can use bamToBed

ADD COMMENT
1
Entering edit mode
9.9 years ago
JC 13k

Just align your sequences to the genome (Blast or Blat for long sequences, Bowtie, BWA, STAR for short sequences) and extract the coordinates.

ADD COMMENT

Login before adding your answer.

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