Gviz off-by-one with STAR BAM
1
0
Entering edit mode
bernt.popp • 0
@berntpopp-11398
Last seen 7.1 years ago

Dear Gviz guys,

 

Unfortunately I am getting a weird off-by-one error when trying to plot coverage and reads from a STAR alignet BAM file. This error is only present in Gvit and not in IGV:

https://www.dropbox.com/s/phh49m83iye0kmz/Gvizoffbyone.jpeg?dl=0

https://www.dropbox.com/s/3gpu5l3pviznznx/igv_snapshot.png?dl=0

My command:

####

achrom <- "chr16"
afrom <- 23649261
ato <- 23649301
mutpos <- 23649285
altrack1 <- AlignmentsTrack(bamfile1, isPaired = FALSE,
    col.mates = "darkgrey", fill = "#E41A1C", type = c("pileup"), 
    name = sample, stackHeight = 0.8, min.height = 4, max.height = 8)

bmt <- BiomartGeneRegionTrack(genome = "hg19", chromosome = achrom, 
    start = afrom, end = ato, filter = list(with_ox_refseq_mrna = TRUE), 
    stacking = "dense")
axisTrack <- GenomeAxisTrack(labelPos = "below")
ht <- HighlightTrack(trackList = list(bmt), start = mutpos, width = 1, 
    chromosome = achrom, fill = "#000000", inBackground = TRUE)

plotTracks(
    list(altrack1,ht,sTrack,axisTrack),
    from = afrom, to = ato, chromosome = achrom, sizes=c(5,1,1,1), 
    fontcolor = fcol)

####

Any ideas?

Thanks for your great support btw!

Best, Bernt

gviz off-by-one STAR BAM coverage • 1.5k views
ADD COMMENT
0
Entering edit mode

Hey,

the BAM subset for that region with samtools:

https://www.dropbox.com/s/k4qjcx9o6ntdovj/subsetforGviz.bam?dl=0

The index:

https://www.dropbox.com/s/0wtsclep3fjp670/subsetforGviz.bam.bai?dl=0

The error is reproducable on my system with this BAM.

Best, Bernt

ADD REPLY
1
Entering edit mode
@florianhahnenovartiscom-3784
Last seen 5.6 years ago
Switzerland

Hi Bernt,

looks like a 0 vs 1 offset issue. I am a bit surprised that this did not occur earlier. Have to check whether something changed in the core tools that we are using for reading the BAM files. Is there a chance that you could upload the section from bamfile1 shown in you example to that drop box location? Would be easiest for me to fix if I had that.

Florian

ADD COMMENT

Login before adding your answer.

Traffic: 538 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