I tried to use the function/package "tracks", in R, but the version is not compatible. First, I thought that this function be of package "ggbio", but I installed this and don't running.
I will use this function/package for merge two graphs, will be in same scale y. (A graph on top of the other, in same scale y)
For enable, I tried
source("http://bioconductor.org/biocLite.R")
biocLite("tracks", type = "source")
install.packages("tracks", type="source", repos=NULL)
No way it worked. The version R in my computer is 3.3.0 (in Windows) and 3.2.3 (in Linux- Ubuntu).
Anyone ever used this function / package, and can help me?