Entering edit mode
7.9 years ago
Baptiste
▴
90
Hi everyone,
I have a specific request. I am looking for a R package/function that would allow me to plot a circular graph based on genetics distances between genes.
I have already searched on forums/website but I didn't find a package which matches with what I have in mind.
My data looks like something like this:
G1<-c(Gene1,Gene1,Gene1,Gene1,Gene1)
G2<-c(Gene2,Gene3,Gene4,Gene5,Gene6)
GeneticDistance<-c(0.1,0.24,0.09,0.15,0.05)
I want to show on a circular graph all the genes (column 2th) against the Gene1. The smallest GD the Gene will have with the Gene1, the closest the Gene will be to the Gene1 on the circular plot.
I would like something like this
Thank you for your help. :)
I think you can give circos plot a try circos.ca
Hi Krushnach80,
Thank you for your reply. Yes but does it work as a package in R ?
not R package its a standalone program you can get its alternatives in R but i guess those are not as good and elegant as circos plot..I suppose..