plot_multiple_branches_heatmap | R Documentation |
Plots heatmap to de
plot_multiple_branches_heatmap(
cds,
branches,
branches_name = NULL,
cluster_rows = TRUE,
hclust_method = "ward.D2",
num_clusters = 6,
hmcols = NULL,
add_annotation_row = NULL,
add_annotation_col = NULL,
show_rownames = FALSE,
use_gene_short_name = TRUE,
norm_method = c("vstExprs", "log"),
scale_max = 3,
scale_min = -3,
trend_formula = "~sm.ns(Pseudotime, df=3)",
return_heatmap = FALSE,
cores = 1
)
cds |
CellDataSet for the experiment |
branches |
The terminal branches on the developmental tree to be investigated. |
cores |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.