circlesPackingViewer | R Documentation |
Generates a colored circle packing representation showing for each cluster: its associated class based on its abundance profile.
circlesPackingViewer(AP, show.cluster_sizes = TRUE,
show.on_device = TRUE)
AP |
an object of class 'AP' (object returned by the 'classifyAbundanceProfiles()' function) |
show.cluster_sizes |
a logical specifying if dot sizes are proportional to number of associated cells |
show.on_device |
a logical specifying if the representation will be displayed on device |
The sizes of the dots are proportionals to the total number of associated cells to each cluster. Circle packing classes are sorted by the number of clusters in each class.
a 'ggplot' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.