Entering edit mode
t.fadason
▴
10
@tfadason-18668
Last seen 6.0 years ago
I keep getting this error with autoplot (or plotIdeogram) in ggbio.
Error in rep(startY, each = length(yy)) : attempt to replicate an object of type 'language'
Wondering if it has to do with the ggplot2 (3.1.0) as suggested by this issue. Following is a sample of my code:
library(ggbio) library(biovizBase) data(hg19IdeogramCyto) plotIdeogram("hg19") ggbio::plotIdeogram(hg19IdeogramCyto)
Does anyone know a fix to this?
Thank you
I had the same error, but in R version 3.4.4.
Unfortunately ggbio is only supported on R 3.5.