I have some naive question in terms of the output from TopHat. Need your help.
track name=junctions description="TopHat junctions"
chr start end name score strand thickst thickend xxx blockcount blocksize
test_chromosome 180 402 JUNC00000001 46 + 180 402 255,0,0 2 70,52 0,170
test_chromosome 349 550 JUNC00000002 38 + 349 550 255,0,0 2 51,50 0,151
Question: 1) what kind of score (here 46 and 38) is a good indicative of splicing junction
2) the block count is the read counts on the two sides of a junction? e.g. 70, 52 means 70 reads on the left and 52 reads on the right of the junction
3) what is the first number 0 in the block size 0,170. In this case I assume that the block size is 170 nt. And therefore the gap (intron) between this junction is 52 based on the calculation 402 - 180 = 222 and then 222 -170 = 52.
track name=junctions description="TopHat junctions"
chr start end name score strand thickst thickend xxx blockcount blocksize
test_chromosome 180 402 JUNC00000001 46 + 180 402 255,0,0 2 70,52 0,170
test_chromosome 349 550 JUNC00000002 38 + 349 550 255,0,0 2 51,50 0,151
Question: 1) what kind of score (here 46 and 38) is a good indicative of splicing junction
2) the block count is the read counts on the two sides of a junction? e.g. 70, 52 means 70 reads on the left and 52 reads on the right of the junction
3) what is the first number 0 in the block size 0,170. In this case I assume that the block size is 170 nt. And therefore the gap (intron) between this junction is 52 based on the calculation 402 - 180 = 222 and then 222 -170 = 52.
Comment