This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ggbio ideogram fails to render zoomed Genomic Ranges

Hi

I am trying to highlight an ideogram at specific region, so here is my code

library(ggplot2)
library(ggbio)
library(GenomicRanges)    

plotIdeogram(genome = "hg19", subchr = "chr1",which = GRanges(seqnames = "chr1", IRanges(start = 1,end = 1e7)))

This plot the ideogram but doesn't highlight the provided Genomic Range. I tried to play with color and fill but it still fails to render. Any ideas ?

ggplot ggbio r bioconductor

I managed to replicate this error but it was fixed as soon as I updated the R packages installed.

0 answers

No answers yet.

Log in to answer this question.