Different junction numbers from sashimi plot of Gviz package and summarizeJunctions() of GenomicAlignments package
1
0
Entering edit mode
@chengwang29-9456
Last seen 8.3 years ago

Hi,

 

Gviz is an amazing package. But I found that the junction numbers reported from sashimi plot were quite different from the junction numbers generated by “summarizeJunctions” command from GenomicAlignments package. I got junction numbers with following codes:

 

# Gviz

library(Gviz)

afrom<-2960000

ato<-3160000

alTrack <- AlignmentsTrack(system.file(package = "Gviz","extdata","gapped.bam"), isPaired =T,chromosome="chr12",genome="hg19")

plotTracks(alTrack, from = afrom, to = ato,chromosome = "chr12",type=c("coverage","sashimi","pileup"))

 

# GenomicAlignments

library(GenomicAlignments)

tmp<-readGAlignmentPairs(system.file(package = "Gviz","extdata","gapped.bam"))

juncs<-summarizeJunctions(tmp)

 

The largest junction numbers from GenomicAlignments is 30, but junction numbers in Gviz plot seems to be less than 20. I’m confused with this difference. Please advise. Many thanks.

Plus: I noticed that the junction numbers from GenomicAlignments were basically consistent with those from IGV sashimi plot.

 

Cheng

 

 

gviz genomicalignments • 1.6k views
ADD COMMENT
1
Entering edit mode
Robert Ivanek ▴ 730
@robert-ivanek-5892
Last seen 5 months ago
Switzerland

Dear Cheng, Thanks for pointing that out I fixed in the release version, the fix in devel should come soon.

The fixed release version is 1.14.1

Best

Robert
 

ADD COMMENT

Login before adding your answer.

Traffic: 1043 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6