powered by
Plot single-cell smoothed expression magnitude heatmap
plot_exp_roll( gexp_roll_wide, hc, k, gtf, lim = 0.8, n_sample = 300, reverse = TRUE, plot_tree = TRUE )
ggplot A single-cell heatmap of window-smoothed expression CNV signals
matrix Cell x gene smoothed expression magnitudes
hclust Hierarchical clustring result
integer Number of clusters
dataframe Transcript GTF
numeric Limit for expression magnitudes
integer Number of cells to subsample
logical Whether to reverse the cell order
logical Whether to plot the dendrogram
p = plot_exp_roll(gexp_roll_example, gtf = gtf_hg38, hc = hc_example, k = 3)
Run the code above in your browser using DataLab