Thanks. Yes, they were done using reference hg19 and I have a .bam file to work with. I will give IGV a shot.
Hello all,
Does anyone know of a good tool that can be used to visualize expression-abundance peaks, perhaps using the .BED file from a smRNA-Seq alignment along with a gene model?
Thanks in advance.
1 answer
If your miRNA quantification was done after alignment to a reference genome (hg19, mm10, etc), then it should be straightforward to view the read coverage for any region in IGV using a sorted .bam file. Small RNAs may already be in the RefSeq track, but you can add an additional track (as a .bed file), as needed.
If the alignment was performed on a fasta file with only the small RNA sequences, you can index that reference to view in IGV, but I think viewing the alignment is less helpful (for example, I think there will probably only be one way for the read to align a mature miRNA).
I thought I saw another comment...anyways, to clearify, you need to sort your .bam file. You should then index the .bam file. Just like the fasta index, it will be recognized by the file name.
In other words, if your sorted .bam file is called sampleID.sort.bam, then your index file will be sampleID.sort.bam.bai. Because of the name structure, IGV looks for the .bai file when you import the sampleID.sort.bam file
Log in to answer this question.