Hi guys, I have a gene of interest, and I've aligned my reads against it using BWA and have presented the alignment (*.bmw) in the integrated genome browser. But I also want to see visualize the exons above the read tracks. Obviously I know the exon locations along the gene and the sequences. How can this be done in integrated genome browser? I've looked through IGV's documentation and could not find it.
Thank you. a
Thank you! Few more questions.. Can I generate this file with the standard notepad, and save it as a BED file? Also, I'm aligning against a gene of interest rather than a chromosome. So I guess the line would be?
Please use
ADD COMMENT/ADD REPLY
when responding to existing posts to keep threads logically organized.This comment should have gone under @Gungor's answer.
@omer.k Sure, just make sure you have the correct format. Filename or the extension won't matter but I suggest you keep the extension as
.bed
, instead of.txt
which can be done using Notepad on Windows. However, you should also consider installing a better text editor such as Atom.@omar.k, for the question related to the line: No, it won't work this way. You can write the gene name to the fourth column and keep the gene's chromosome name in the first column. Otherwise, IGV won't know which chromosome to put your gene/exons on.