How to fetch genomic coordinates from fasta?
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
• 4,546 views
•
link
2 answers
Just align your sequences to the genome (Blast or Blat for long sequences, Bowtie, BWA, STAR for short sequences) and extract the coordinates.
• 0 views
•
link
Log in to answer this question.