R package: a circular plot for genetic distance.
0
0
Entering edit mode
7.3 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. :)

Circular Genetic genes R Distance • 2.4k views
ADD COMMENT
0
Entering edit mode

I think you can give circos plot a try circos.ca

ADD REPLY
0
Entering edit mode

Hi Krushnach80,

Thank you for your reply. Yes but does it work as a package in R ?

ADD REPLY
0
Entering edit mode

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..

ADD REPLY

Login before adding your answer.

Traffic: 2095 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6