Description Usage Arguments Examples
Heatmap plot for selected genes
1 2 3 4 5 6 | geneHeatmap(obj, genes, label, annotate, minScale = -2.5,
maxScale = 2.5, cluster_rows = T, cluster_cols = F,
cutree_rows = NA, cutree_cols = NA,
clustering_distance_rows = "euclidean",
clustering_method = "ward.D2", show_rownames = T,
show_colnames = F, fontsize_row = 5)
|
obj |
Seurat object |
genes |
selected genes. |
label |
stamp for output file name |
annotate |
features to display on top of cells |
minScale |
minimum value to scale the matrix |
maxScale |
maximum value to scale the matrix |
cluster_rows |
clustering by rows |
cluster_cols |
clustering by cols |
cutree_rows |
cut the rows into specified groups |
cutree_cols |
cut the cols into specified groups |
clustering_distance_rows |
method to measure distance |
clustering_method |
clustering method |
show_rownames |
show row names |
show_colnames |
show column names |
fontsize_row |
size of row names |
1 2 3 4 | ## Not run:
geneHeatmap(obj, genes, label, annotate)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.