Help creating R plot for visualizing variant frequencies in multiple sample
1
1
Entering edit mode
2.3 years ago
pm2012 ▴ 140

Hello community,

I would like to create a plot similar to the one shown below in panel C (from PMID: 33444750) using information in my VCF file. I am assuming this is plotted in R. Could you please let me know what kind of plot this is and/or what package I can use to create a similar plot? Thanks!

var freq plot

frequency R variants visualization plots • 787 views
ADD COMMENT
1
Entering edit mode
2.3 years ago
Florian ▴ 20

Dear @pm2012, This is a typical heatmap used to plot the variant frequency. You can generate the plot via pheatmap (example here). But is also possible probably with ggplot and also in Python. Similar and a bit nicer plot can be found here using the following R code. The tool is specific for CIVD19 data, thus the tool is just for inspiration.

I hope that helps.

Kind regards, Florian

ADD COMMENT
0
Entering edit mode

Thanks Florian. This is helpful.

ADD REPLY

Login before adding your answer.

Traffic: 1243 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