Description Usage Arguments Value Examples
Visualization heatmap of intermediate cells of FSPY
1 2 3 4 5 6 7 8 | plotTrajHeatmap(
object,
cutoff = 0,
markers = NULL,
color = colorRampPalette(c("blue", "white", "red"))(100),
scale = "row",
...
)
|
object |
An FSPY object |
cutoff |
numeric. value to identify intermediate state cells |
markers |
markers to plot on the heatmap |
color |
vector. Colors used in heatmap. |
scale |
character. Whether the values should be centered and scaled in either the row direction or the column direction, or none. Corresponding values are "row", "column" and "none" |
... |
options to pass on to the |
ggplot2 figure
1 2 3 4 5 6 7 8 | if (FALSE) {
plotTrajHeatmap(fspy)
plotBranchHeatmap(fspy, color = colorRampPalette(c("purple","white","yellow"))(100))
plotBranchHeatmap(fspy, cluster_row = FALSE)
plotBranchHeatmap(fspy, cluster_row = FALSE, cluster_col = FALSE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.