Entering edit mode
3.5 years ago
bioinformatics.queries
▴
70
Hello everyone
I am trying to plot heatmap based on the coverage information. The coverage was computed for the transposons and the genomic co-ordinates using the bedtools. Now I would to plot the heatmap to show the enrichment associated with the region. I would like to have suggestions for the tools to plot the heatmap.
Thank you so much.
If you want to combine in a single plot annotation tracks and coverage karyoploter might be your best choice, otherwise, if you just want to visualize it, you can use IGV, you have the option to visualize coverage as a heatmap.
Thank you so much for your response. I will implement the tools being mentioned.