pbMDS {muscat} | R Documentation |
Renders a multidimensional scaling (MDS) where each point represents a cluster-sample instance; with points colored by cluster ID and shaped by group ID.
pbMDS(x)
x |
a |
a ggplot
object.
Helena L Crowell & Mark D Robinson
data(sce) pb <- aggregateData(sce) pbMDS(pb)