Closed Papareddy closed 5 years ago
Hi, there are two ways:
you can refer to the plot above the section: http://bioconductor.org/packages/devel/bioc/vignettes/EnrichedHeatmap/inst/doc/roadmap.html#toc_7 where you can use add_anno_enriched()
to extract the plot which is exactly the same as on top of the heatmap.
Directly plot colMeans(m)
where m
is the normalized matrix from normalizeToMatrix()
. The disadvantage is if you split m
in the heatmap, you need to manually split m
into m1
and m2
, later add lines for colMeans(m1)
and colMeans(m2)
.
Hello,
I am trying to plot methylation value in differnt tissue types on gene bodies. I normally use deeptools plotProfile function but it doesn't have a smoothening option. So I like Enrichedheatmap for that reason. However I was wondering whether i can plot only the lineplot with out heatmap.
Hope i am making sense. Many thanks, Ranj