creating BAM? alignment files for IGV
0
0
Entering edit mode
8.6 years ago
ad ▴ 30

Hi, I have coordinate data for several sequences I want to align against genomes in IGV. The preferred format for alignment is said to be BAM. Unfortunately I haven't found a straightforward way of creating BAMs straight from coordinates. I assume I'll need the reference genome as well. Is there any simple way to do it from R/Bioconductor?

R genome alignment • 1.9k views
ADD COMMENT
1
Entering edit mode

Do you have sequences you want to align, or do you have sequences (whose coordinates you know already) which you to display? If you have the genomic coordinates, all you need is a tab-delimited .BED file with:

chromName     gene1StartPos      gene1EndPos
chromName     gene2StartPos      gene2EndPos
...

And yes, to display on IGV you do need the reference genome.

ADD REPLY

Login before adding your answer.

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