heatmapViewer | R Documentation |
The Heatmap Viewer aims to visualize the phenotypes of all cell clusters. This representation displays marker expressions of all clusters using a categorical heatmap (5 categories are computed by default). The range expression of each cell marker is discretized in several categories between bounds of marker expressions. Each marker of each cluster is then categorized into one category based on the mean of median marker expressions. Markers used as clustering markers are shown in blue.
heatmapViewer(Results, clusters = NULL, markers = NULL, num = 5,
clustering = "both", tile.color = "black", show.on_device = TRUE)
Results |
a 'Results' object |
clusters |
a character vector providing the clusters to be used (all clusters by default) |
markers |
a character vector providing the markers to be used (all markers by default) |
num |
a numeric value specifying the number of markers expression categories to be used |
clustering |
a character specifying which clustering must be build ("markers", "clusters", "both" or "none") |
tile.color |
a character specifying the border color of the tiles (NA to remove tile borders) |
show.on_device |
a logical specifying if the representation will be displayed on device |
Both cell clusters and cell markers can be clustered using a hierarchical clustering (using the 'dendrograms', generating marker and cluster dendrograms by default).
It is to note that the Heatmap Viewer is the default viewer for 'Results' objects.
The structures of the marker and cluster hierarchical clustering dendrograms are also returned by this fucntion.
a 'ggplot' object. This object also contains the categorical phenotipical heatmap (pheno.table attribute) and the marker and cluster hierarchical clustering dendrograms (markers.hc and clusters.hc attributes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.