You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ggplot2
Hello,
I am able to use ggplot to generate a heatmap using geom="tile". My
question is: which function to use to find clusters on the heatmap?
Thank you
San
Mateusz
unread,
Feb 17, 2011, 4:43:12 AM2/17/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ggplot2
Dear San,
Clustering can be a quite complex task, there are tons of publications
on that and even entire R package, depending which algorithm You want
to use and how You want to define clusters. This is complex topic I
don't think ggplot2 which is a graphic drawing library is implementing
anything like that.
I hope this helps :) I did correlation map but never tried any
clusters visualization yet. I might be interested in that in a couple
of days.
There is also this "NeatMap" package for R using ggplot2, but I
haven't looked into it yet.