Hello, I will give more detail. I am a new user.
So first, I have two files in my directory that are bam files output from tophat. accepted_hits.bam. and accepted_hits.bam.bai.
How I processed them, is I ran tophat to get the bam file. THen ran samtool sort on the accepted_hits.bam to sort the file, then I ran samtools index on the sorted accepted_hits.bam file to get the index .bai file.
Then I put both with MATCHING names prefixes in the same directory and loaded them into the IGV software. First I had the same problem as Mary and saw no chromosome information. Then after reading this thread, I was able to run IGV tools using the option "counts" and got the .tdrf for counts only.
See attached for the output to screen. This output shows the alignment information.
The coverage track is computed from the "counts" command and is in TDF format, yes I completed this.
From the attached, I am able to see the alignment information stacked over the exons, and I know that we aligned using HG19 ref genome, so yes, this is the correct alignment information.
I have two questions
1) I was not able to run the "toTDRF" command on the .bam files because it is not in .sam format, I was able to run the "counts" command from the IGVtools software, is this the correct steps for pre-processing the .bam data?
2) Are there other steps I need to take to complete the pre-processing of the .bam files ? or is this how the data should look and the pre-processing is now finalized?
Thank you very much for your response.
AC