Hi!
I am trying to use RCircos (R version of Circos) to plot Ideogram from my data (set of peaks) which is in genome hg18
sample set of peaks
chr1 9125755 9126385
chr1 9222015 9222867
chr1 9408512 9409751
chr1 9612112 9612961
chr1 9687229 9687962
chr1 9875516 9876245
what I have done in R
library(RCircos)
data<-read.table("peakset")
names(data) = c("Chromosome", "chromStart", "chromEnd")
now data looks like this:
Chromosome chromStart chromEnd
chr1 9125755 9126385
chr1 9222015 9222867
chr1 9408512 9409751
chr1 9612112 9612961
chr1 9687229 9687962
chr1 9875516 9876245
ofcourse there are peaks in other chromosomes as well.
after this I am kind of lost.
Please help, if you have used this tool to plot your data on Ideogram, I know it is bit naive question but please share your knowledge if you have used this tool for the purpose of drawing Ideogram.
Thank you in anticipation.
Hi, ChIP I am having the same trouble with Rcircos I have tried running the code suggested by R-packages website for the demo human ideogram but I am still getting errors. The main error I am getting is "Some chromosomes in plot data are not in ideogram" and I have tried changing the parameters and use hg38 as cyto.info but still nothing. And my pdf does not open at all saying that is damaged. I was wondering if you have managed to solve your question and you can share your knowledge for this package.
Thank you in advance