plotPathHeatmap | R Documentation |
Plot heatmap for specified genes in the trajectories and save plots to directory.
plotPathHeatmap( object, assay.type = "RNA", paths, genelist, cluster.column = "population", color.column = "colors", threshold = 2 ) ## S4 method for signature 'CellRouter' plotPathHeatmap( object, assay.type = "RNA", paths, genelist, cluster.column = "population", color.column = "colors", threshold = 2 )
object |
CellRouter object. |
assay.type |
character; the type of data to use. |
paths |
character vector; selected trajectories. |
genelist |
character vector; genes to show. |
cluster.column |
character; the name of the column where the clustering information is stored. |
color.column |
character; the name of the column where the color information is stored. |
threshold |
numeric; threshold to rescale gene expression. |
list; ggplot2 plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.