How to plot a mutation barplot of the SARS-CoV-2 genome?
I would like to plot a mutation barplot such as that below. Do you know any R or Python library for this purpose?
Initially, I thought to build a categorical heatmap, but it does not seem clever to me (I would need to generate a matrix of 30000 columns, the size of the SARS-CoV-2 genome).
• 1,124 views
•
link
1 answer
I was able to do it using striplot from seaborn.
• 0 views
•
link
Log in to answer this question.