powered by
This function integrate R package pheatmap to plot markers in each cell type
Plot_MarkersHeatmap( ConservedMarker, start_col = 2, module_colors = NA, heatmap_colors = NA, cluster_rows = FALSE, cluster_cols = FALSE, show_rownames = FALSE, show_colnames = FALSE, cellwidth = NA, cellheight = NA, legend = FALSE, annotation_legend = FALSE, annotation_names_row = FALSE, ... )
Markers table
numeric, indicating the start column of marker power in each cell type
vector, indicating colors of modules (annotation_colors)
vector, indicating colors used in heatmap
boolean values determining if rows should be clustered or hclust object
boolean values determining if columns should be clustered or hclust object
boolean specifying if column names are be shown
individual cell width in points. If left as NA, then the values depend on the size of plotting window
individual cell height in points. If left as NA, then the values depend on the size of plotting window
logical to determine if legend should be drawn or not
boolean value showing if the legend for annotation tracks should be drawn
boolean value showing if the names for row annotation tracks should be drawn
parameter in pheatmap
pheatmap object
# NOT RUN { data("pbmc_small") all.markers <- Identify_Markers(pbmc_small) all.markers <- Format_Markers_Frac(all.markers) Plot_MarkersHeatmap(all.markers[,c(2,6,7,8)]) # }
Run the code above in your browser using DataLab