This is a test version of Biostars. For the public version, visit https://www.biostars.org.
circular R plot

Hello,

I want to make a circular plot in R to show the genomic distribution of SNPs found in GWAS. I tried searching the tools and found many different packages like, R circos, Biocircos. I am not not which one is the best one for such a figure. I also tried to check the methods for research papers where I found such plots but I could not find such information in the papers. Thank you for any suggestion!

r

Try creating plots using the packages you find and pick one that works for you. There is no "best", but as you explore these packages, you will find some that work best for your requirements. As those requirements evolve, you might find new packages that work better.

I followed a similar route while looking for heatmap packages. heatmap -> heatmap.2 -> ComplexHeatmap.

I like circlize, it's got great documentation, and there's also a shiny app based on it (here) you can use to make the plots.

Zuguang Gu's docs are always great. He's also a very responsive and responsible dev, I'd pick circlize over other tools as well.

0 answers

No answers yet.

Log in to answer this question.