I had succesfully created a circos plot in RStudio. I had to install a new R version recently and updated all of my packages. Everything runs fine until I get to plot line and histograms (not sure of other plots). When I try to add a plot to a track I get the following error:
RCircos.Histogram.Plot(hist.data = telomere.data, track.num = 1 )
Error in side != "in" && side != "out" :
'length = 2' in coercion to 'logical(1)'
I should mention that the command ran fine as is previous to the installation of a new version. I do not think there is much I can do other than intalling an older version of R, but I figured I might ask if the package will be updated.
I had succesfully created a circos plot in RStudio. I had to install a new R version recently and updated all of my packages. Everything runs fine until I get to plot line and histograms (not sure of other plots). When I try to add a plot to a track I get the following error:
I should mention that the command ran fine as is previous to the installation of a new version. I do not think there is much I can do other than intalling an older version of R, but I figured I might ask if the package will be updated.
Thanks!