Hi all,
I wanted to ask about accepted_hits.bam
file from TopHat. Is it correct that it does not contain all the valid alignments?
If it is true then I can conclude that the input fasta file should have some alignments which are not include in this file (maybe the ones which their associated reads are not unique are excluded(?) ). So, if I need all the alignments of my fasta file not only the ones in accepted_hits.bam file should I merge any TopHat output files?
Any suggestion would be appreciated.
What makes you think it doesn't contain all valid alignments?
Because I have used it as the input for BitSeq R package and I got an error that the number of alignments are different to its fasta file. (As BitSeq get the BAM file and its related fasta file together as the input data) but I am not still sure whether this is the problem or not.