Hello,
I am a new user to the OmicCircos package and the R code. For a little while I have been trying to create a circos plot to show the expression of a gene set. However, after constructing data frames with gene names and segment sizes, the segAnglePo and sim.circos functions consistently revert to the hg19/hg18 genome to form the anchor of the figure. If someone please explain how to construct an anchor for the circos plot using a set of genes rather than the entire human genome it would be much appreciated.
Kind regards,
Peter.
Hello Ying:
I had some difficulty to create a cir object with segAnglePo() function.
My dataframe is like this one, but I always got error as
> segAnglePo(seg.dat=seg.f, seg=seg.name)
Error in names(x) <- value : 'names' attribute [5] must be the same length as the vector [3]
Not sure what I missed, and I appreciate your advice on this issue.
Thanks a lot!
Yifang