Description Usage Arguments Details Value
View source: R/functions_single_cell.R
Clustered heatmap (partially deprecated)
1 2 3 | clustered_heatmap(cell_metadata = cell_data, name,
annotation.col = NULL, colv_order = NULL, col_lab = NULL,
row_text_size = 0.5)
|
cell_metadata |
data.table; cell_data, with subset of gene columns |
name |
string; title |
annotation.col |
data.table; subset of cell_data, passed to annCol of aheatmap |
colv_order |
passed to Colv of aheatmap |
col_lab |
passed to labCol of aheatmap |
row_text_size |
passed to cexRow of aheatmap |
requires PCA object to be bound to cell_metadata
aheatmap plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.