if(interactive()) {
library(RCircos)
interactions <- system.file("extdata", "transInteractionData.txt", package="Basic4Cseq")
ideograms <- system.file("extdata", "RCircos_GRCm38_ideogram.csv", package="Basic4Cseq")
plotTransInteractions(interactions, "10", c(20000042, 20001000), ideograms, PlotColor = "blue", expandBands = TRUE, expansionValue = 1000000, plotFileName = "")
}
Run the code above in your browser using DataLab